COLOR #FBDFF3

HEX: #FBDFF3
RGB: (251,223,243)

Color info

#FBDFF3 contains red, green and blue colors in about the same proportion. Web safe color of #FBDFF3 is #FFCCFF (or #FCF).

RGB color model

#FBDFF3 color RGB value is (251,223,243).

  • red value is 251;
  • green value is 223;
  • blue value is 243.
RGB:
(251,223,243)
(98%,87%,95%)

RGB channels and saturation

R 251 of 255 = 98%
G 223 of 255 = 87%
B 243 of 255 = 95%

251
223
243

R + G + B ~ 93%. #FBDFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 223 + 243 = 717 (100%)
R 251 of 717 ~ 35.01%
G 223 of 717 ~ 31.1%
B 243 of 717 ~ 33.89%

%35.01
%31.1
%33.89

CMYK color model

#FBDFF3 color CMYK value is (0,11,3,2).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 3.19%
  • key color value is 1.57%
CMYK:
(0,11,3,2)
C0M11Y3K2 
(0%,11%,3%,2%)
(0.00/0.11/0.03/0.02)	

CMYK percentages

%0
%11.16
%3.19
%1.57

Codes

Color #FBDFF3 in popluar color models

FBDFF3
RGB251223243
HSL317°77.78%92.94%
HSB/HSV317°11.16%98.43%
CMYK0.00%11.16%3.19%
1.57%

Color #FBDFF3 in popluar number systems.

HEXFBDFF3
Decimal251223243
Binary111110111101111111110011
Octal373337363

Shades and tints

Shades of #FBDFF3

#FBDFF3
(251,223,243)
#E5CBDD
(229,203,221)
#CFB7C7
(207,183,199)
#B9A3B1
(185,163,177)
#A38F9B
(163,143,155)
#8D7B85
(141,123,133)
#77676F
(119,103,111)
#615359
(97,83,89)
#4B3F43
(75,63,67)
#352B2D
(53,43,45)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #FBDFF3

#FBDFF3
(251,223,243)
#FBE1F4
(251,225,244)
#FBE3F5
(251,227,245)
#FBE5F6
(251,229,246)
#FBE7F7
(251,231,247)
#FBE9F8
(251,233,248)
#FBEBF9
(251,235,249)
#FBEDFA
(251,237,250)
#FBEFFB
(251,239,251)
#FBF1FC
(251,241,252)
#FBF3FD
(251,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDFF3 color. Also use rgb(251,223,243) instead hex code.

Text Font Color

.myTextColor { color: #FBDFF3; }

<p style="color:#FBDFF3">This sample text font color is #FBDFF3.</p>

This text font color is #FBDFF3.


Background Color

.myBgColor { background-color: #FBDFF3; }

<div style="background-color:#FBDFF3">Inner text</div>

This div background color is #FBDFF3.


Border color

.myBorderColor { border: 1px solid #FBDFF3; }

<div style="border:3px solid #FBDFF3">Div</div>

This div border color is #FBDFF3.


Opacity

.myOpacity80 { color: #FBDFF3; opacity: 0.8; }

<p style="color:#FBDFF3;opacity:0.8;">80%</p>

Text with #FBDFF3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBDFF3;}

<p style="text-shadow: 3px 3px 1px #FBDFF3">Text here.</p>

This text has shadow with #FBDFF3 color.

.textShadow {text-shadow: 3px 3px 1px #FBDFF3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBDFF3, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBDFF3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBDFF3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBDFF3, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBDFF3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FBDFF3;
  -webkit-box-shadow:	1px 1px 3px 2px #FBDFF3;
  box-shadow:		1px 1px 3px 2px #FBDFF3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBDFF3;
-webkit-box-shadow: 1px 1px 3px 2px #FBDFF3;
box-shadow:1px 1px 3px 2px #FBDFF3;">
Div content here</div>
This div box has shadow with color #FBDFF3.

Preview

Color preview on black background

This text has color #FBDFF3 on black background.


Color preview on white background

This text has color #FBDFF3 on white background.



Black color preview on #FBDFF3 background

This text has black color on #FBDFF3 background.


White color preview on #FBDFF3 background

This text has white color on #FBDFF3 background.