COLOR #FBD6FE

HEX: #FBD6FE RGB: (251,214,254)

Color info

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

RGB color model

#FBD6FE color RGB value is (251,214,254).

RGB: (251,214,254) (98%, 84%, 100%)

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 254 of 255 = 100%

251
214
254

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

Portions of RGB colors in percentages

R + G + B = 251 + 214 + 254 = 719 (100%)
R 251 of 719 ~ 34.91%
G 214 of 719 ~ 29.76%
B 254 of 719 ~ 35.33'%

%34.91
%29.76
%35.33

CMYK color model

#FBD6FE color CMYK value is (1,16,0,0).

  • cyan value is 1.18%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (1,16,0,0)
C1M16Y0K0 (1%, 16%, 0%, 0%)
(0.01 / 0.16 / 0.00 / 0.00)

CMYK percentages

%1.18
%15.75
%0
%0.39

Codes

Color #FBD6FE in popluar color models

FB D6 FE
RGB 251 214 254
HSL 296° 95.24% 91.76%
HSB/HSV 296° 15.75% 99.61%
CMYK 1.18% 15.75% 0.00%
0.39%

Color #FBD6FE in popluar number systems.

HEX FB D6 FE
Decimal 251 214 254
Binary 11111011 11010110 11111110
Octal 373 326 376

Shades and tints

Shades of #FBD6FE

#FBD6FE
(251,214,254)
#E5C3E7
(229,195,231)
#CFB0D0
(207,176,208)
#B99DB9
(185,157,185)
#A38AA2
(163,138,162)
#8D778B
(141,119,139)
#776474
(119,100,116)
#61515D
(97,81,93)
#4B3E46
(75,62,70)
#352B2F
(53,43,47)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #FBD6FE

#FBD6FE
(251,214,254)
#FBD9FE
(251,217,254)
#FBDCFE
(251,220,254)
#FBDFFE
(251,223,254)
#FBE2FE
(251,226,254)
#FBE5FE
(251,229,254)
#FBE8FE
(251,232,254)
#FBEBFE
(251,235,254)
#FBEEFE
(251,238,254)
#FBF1FE
(251,241,254)
#FBF4FE
(251,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD6FE; }

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

This text font color is #FBD6FE.

Background Color

.myBgColor { background-color: #FBD6FE; }

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

This div background color is #FBD6FE.

Border color

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

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

This div border color is #FBD6FE.

Opacity

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

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

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

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

This text has shadow with #FBD6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD6FE.

Preview

Color preview on black background

This text has color #FBD6FE on black background.


Color preview on white background

This text has color #FBD6FE on white background.


Black color preview on #FBD6FE background

This text has black color on #FBD6FE background.


White color preview on #FBD6FE background

This text has white color on #FBD6FE background.


Related colors

Complementary color

Complementary color for #hex is #042901.


I love getcolorcode.com

Triadic colors

1 #FEFBD6 and #D6FEFB with #FBD6FE are triadic colors.

2 #FED6FB and #D6FBFE with #FBD6FE are triadic colors.