COLOR #FBD1FE

HEX: #FBD1FE
RGB: (251,209,254)

Color info

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

RGB color model

#FBD1FE color RGB value is (251,209,254).

  • red value is 251;
  • green value is 209;
  • blue value is 254.
RGB:
(251,209,254)
(98%,82%,100%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 254 of 255 = 100%

251
209
254

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

Portions of RGB colors in percentages

R + G + B =
251 + 209 + 254 = 714 (100%)
R 251 of 714 ~ 35.15%
G 209 of 714 ~ 29.27%
B 254 of 714 ~ 35.57%

%35.15
%29.27
%35.57

CMYK color model

#FBD1FE color CMYK value is (1,18,0,0).

  • cyan value is 1.18%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,18,0,0)
C1M18Y0K0 
(1%,18%,0%,0%)
(0.01/0.18/0.00/0.00)	

CMYK percentages

%1.18
%17.72
%0
%0.39

Codes

Color #FBD1FE in popluar color models

FBD1FE
RGB251209254
HSL296°95.74%90.78%
HSB/HSV296°17.72%99.61%
CMYK1.18%17.72%0.00%
0.39%

Color #FBD1FE in popluar number systems.

HEXFBD1FE
Decimal251209254
Binary111110111101000111111110
Octal373321376

Shades and tints

Shades of #FBD1FE

#FBD1FE
(251,209,254)
#E5BEE7
(229,190,231)
#CFABD0
(207,171,208)
#B998B9
(185,152,185)
#A385A2
(163,133,162)
#8D728B
(141,114,139)
#775F74
(119,95,116)
#614C5D
(97,76,93)
#4B3946
(75,57,70)
#35262F
(53,38,47)
#1F1318
(31,19,24)
#000000
(0,0,0)

Tints of #FBD1FE

#FBD1FE
(251,209,254)
#FBD5FE
(251,213,254)
#FBD9FE
(251,217,254)
#FBDDFE
(251,221,254)
#FBE1FE
(251,225,254)
#FBE5FE
(251,229,254)
#FBE9FE
(251,233,254)
#FBEDFE
(251,237,254)
#FBF1FE
(251,241,254)
#FBF5FE
(251,245,254)
#FBF9FE
(251,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD1FE color. Also use rgb(251,209,254) instead hex code.

Text Font Color

.myTextColor { color: #FBD1FE; }

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

This text font color is #FBD1FE.


Background Color

.myBgColor { background-color: #FBD1FE; }

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

This div background color is #FBD1FE.


Border color

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

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

This div border color is #FBD1FE.


Opacity

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

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

Text with #FBD1FE 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 #FBD1FE;}

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

This text has shadow with #FBD1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD1FE on black background.


Color preview on white background

This text has color #FBD1FE on white background.



Black color preview on #FBD1FE background

This text has black color on #FBD1FE background.


White color preview on #FBD1FE background

This text has white color on #FBD1FE background.