COLOR #FBD8FE

HEX: #FBD8FE
RGB: (251,216,254)

Color info

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

RGB color model

#FBD8FE color RGB value is (251,216,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 216 of 255 = 85%
B 254 of 255 = 100%

251
216
254

R + G + B ~ 94%. #FBD8FE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 216 + 254 = 721 (100%)
R 251 of 721 ~ 34.81%
G 216 of 721 ~ 29.96%
B 254 of 721 ~ 35.23%

%34.81
%29.96
%35.23

CMYK color model

#FBD8FE color CMYK value is (1,15,0,0).

  • cyan value is 1.18%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,15,0,0)
C1M15Y0K0 
(1%,15%,0%,0%)
(0.01/0.15/0.00/0.00)	

CMYK percentages

%1.18
%14.96
%0
%0.39

Codes

Color #FBD8FE in popluar color models

FBD8FE
RGB251216254
HSL295°95.00%92.16%
HSB/HSV295°14.96%99.61%
CMYK1.18%14.96%0.00%
0.39%

Color #FBD8FE in popluar number systems.

HEXFBD8FE
Decimal251216254
Binary111110111101100011111110
Octal373330376

Shades and tints

Shades of #FBD8FE

#FBD8FE
(251,216,254)
#E5C5E7
(229,197,231)
#CFB2D0
(207,178,208)
#B99FB9
(185,159,185)
#A38CA2
(163,140,162)
#8D798B
(141,121,139)
#776674
(119,102,116)
#61535D
(97,83,93)
#4B4046
(75,64,70)
#352D2F
(53,45,47)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #FBD8FE

#FBD8FE
(251,216,254)
#FBDBFE
(251,219,254)
#FBDEFE
(251,222,254)
#FBE1FE
(251,225,254)
#FBE4FE
(251,228,254)
#FBE7FE
(251,231,254)
#FBEAFE
(251,234,254)
#FBEDFE
(251,237,254)
#FBF0FE
(251,240,254)
#FBF3FE
(251,243,254)
#FBF6FE
(251,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD8FE; }

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

This text font color is #FBD8FE.


Background Color

.myBgColor { background-color: #FBD8FE; }

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

This div background color is #FBD8FE.


Border color

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

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

This div border color is #FBD8FE.


Opacity

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

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

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

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

This text has shadow with #FBD8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD8FE on black background.


Color preview on white background

This text has color #FBD8FE on white background.



Black color preview on #FBD8FE background

This text has black color on #FBD8FE background.


White color preview on #FBD8FE background

This text has white color on #FBD8FE background.