COLOR #FBDEE9

HEX: #FBDEE9
RGB: (251,222,233)

Color info

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

RGB color model

#FBDEE9 color RGB value is (251,222,233).

  • red value is 251;
  • green value is 222;
  • blue value is 233.
RGB:
(251,222,233)
(98%,87%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 222 of 255 = 87%
B 233 of 255 = 91%

251
222
233

R + G + B ~ 92%. #FBDEE9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 222 + 233 = 706 (100%)
R 251 of 706 ~ 35.55%
G 222 of 706 ~ 31.44%
B 233 of 706 ~ 33%

%35.55
%31.44
%33

CMYK color model

#FBDEE9 color CMYK value is (0,12,7,2).

  • cyan value is 0.00%
  • magenta value is 11.55%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(0,12,7,2)
C0M12Y7K2 
(0%,12%,7%,2%)
(0.00/0.12/0.07/0.02)	

CMYK percentages

%0
%11.55
%7.17
%1.57

Codes

Color #FBDEE9 in popluar color models

FBDEE9
RGB251222233
HSL337°78.38%92.75%
HSB/HSV337°11.55%98.43%
CMYK0.00%11.55%7.17%
1.57%

Color #FBDEE9 in popluar number systems.

HEXFBDEE9
Decimal251222233
Binary111110111101111011101001
Octal373336351

Shades and tints

Shades of #FBDEE9

#FBDEE9
(251,222,233)
#E5CAD4
(229,202,212)
#CFB6BF
(207,182,191)
#B9A2AA
(185,162,170)
#A38E95
(163,142,149)
#8D7A80
(141,122,128)
#77666B
(119,102,107)
#615256
(97,82,86)
#4B3E41
(75,62,65)
#352A2C
(53,42,44)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #FBDEE9

#FBDEE9
(251,222,233)
#FBE1EB
(251,225,235)
#FBE4ED
(251,228,237)
#FBE7EF
(251,231,239)
#FBEAF1
(251,234,241)
#FBEDF3
(251,237,243)
#FBF0F5
(251,240,245)
#FBF3F7
(251,243,247)
#FBF6F9
(251,246,249)
#FBF9FB
(251,249,251)
#FBFCFD
(251,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDEE9 color. Also use rgb(251,222,233) instead hex code.

Text Font Color

.myTextColor { color: #FBDEE9; }

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

This text font color is #FBDEE9.


Background Color

.myBgColor { background-color: #FBDEE9; }

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

This div background color is #FBDEE9.


Border color

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

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

This div border color is #FBDEE9.


Opacity

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

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

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

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

This text has shadow with #FBDEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDEE9 on black background.


Color preview on white background

This text has color #FBDEE9 on white background.



Black color preview on #FBDEE9 background

This text has black color on #FBDEE9 background.


White color preview on #FBDEE9 background

This text has white color on #FBDEE9 background.