COLOR #FBD6E8

HEX: #FBD6E8 RGB: (251,214,232)

Color info

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

RGB color model

#FBD6E8 color RGB value is (251,214,232).

RGB: (251,214,232) (98%, 84%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 232 of 255 = 91%

251
214
232

R + G + B ~ 91%. #FBD6E8 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 214 + 232 = 697 (100%)
R 251 of 697 ~ 36.01%
G 214 of 697 ~ 30.7%
B 232 of 697 ~ 33.29'%

%36.01
%30.7
%33.29

CMYK color model

#FBD6E8 color CMYK value is (0,15,8,2).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK: (0,15,8,2) C0M15Y8K2 (0%,15%,8%,2%) (0.00/0.15/0.08/0.02) 

CMYK percentages

%0
%14.74
%7.57
%1.57

Codes

Color #FBD6E8 in popluar color models

FB D6 E8
RGB 251 214 232
HSL 331° 82.22% 91.18%
HSB/HSV 331° 14.74% 98.43%
CMYK 0.00% 14.74% 7.57%
1.57%

Color #FBD6E8 in popluar number systems.

HEX FB D6 E8
Decimal 251 214 232
Binary 11111011 11010110 11101000
Octal 373 326 350

Shades and tints

Shades of #FBD6E8

#FBD6E8
(251,214,232)
#E5C3D3
(229,195,211)
#CFB0BE
(207,176,190)
#B99DA9
(185,157,169)
#A38A94
(163,138,148)
#8D777F
(141,119,127)
#77646A
(119,100,106)
#615155
(97,81,85)
#4B3E40
(75,62,64)
#352B2B
(53,43,43)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBD6E8

#FBD6E8
(251,214,232)
#FBD9EA
(251,217,234)
#FBDCEC
(251,220,236)
#FBDFEE
(251,223,238)
#FBE2F0
(251,226,240)
#FBE5F2
(251,229,242)
#FBE8F4
(251,232,244)
#FBEBF6
(251,235,246)
#FBEEF8
(251,238,248)
#FBF1FA
(251,241,250)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD6E8; }

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

This text font color is #FBD6E8.

Background Color

.myBgColor { background-color: #FBD6E8; }

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

This div background color is #FBD6E8.

Border color

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

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

This div border color is #FBD6E8.

Opacity

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

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

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

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

This text has shadow with #FBD6E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD6E8.

Preview

Color preview on black background

This text has color #FBD6E8 on black background.


Color preview on white background

This text has color #FBD6E8 on white background.


Black color preview on #FBD6E8 background

This text has black color on #FBD6E8 background.


White color preview on #FBD6E8 background

This text has white color on #FBD6E8 background.


Related colors

Complementary color

Complementary color for #hex is #042917.


I love getcolorcode.com

Triadic colors

1 #E8FBD6 and #D6E8FB with #FBD6E8 are triadic colors.

2 #E8D6FB and #D6FBE8 with #FBD6E8 are triadic colors.