COLOR #FBD9CE

HEX: #FBD9CE
RGB: (251,217,206)

Color info

#FBD9CE contains red, green and blue colors in about the same proportion. Web safe color of #FBD9CE is #FFCCCC (or #FCC).

RGB color model

#FBD9CE color RGB value is (251,217,206).

  • red value is 251;
  • green value is 217;
  • blue value is 206.
RGB:
(251,217,206)
(98%,85%,81%)

RGB channels and saturation

R 251 of 255 = 98%
G 217 of 255 = 85%
B 206 of 255 = 81%

251
217
206

R + G + B ~ 88%. #FBD9CE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 217 + 206 = 674 (100%)
R 251 of 674 ~ 37.24%
G 217 of 674 ~ 32.2%
B 206 of 674 ~ 30.56%

%37.24
%32.2
%30.56

CMYK color model

#FBD9CE color CMYK value is (0,14,18,2).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK:
(0,14,18,2)
C0M14Y18K2 
(0%,14%,18%,2%)
(0.00/0.14/0.18/0.02)	

CMYK percentages

%0
%13.55
%17.93
%1.57

Codes

Color #FBD9CE in popluar color models

FBD9CE
RGB251217206
HSL15°84.91%89.61%
HSB/HSV15°17.93%98.43%
CMYK0.00%13.55%17.93%
1.57%

Color #FBD9CE in popluar number systems.

HEXFBD9CE
Decimal251217206
Binary111110111101100111001110
Octal373331316

Shades and tints

Shades of #FBD9CE

#FBD9CE
(251,217,206)
#E5C6BC
(229,198,188)
#CFB3AA
(207,179,170)
#B9A098
(185,160,152)
#A38D86
(163,141,134)
#8D7A74
(141,122,116)
#776762
(119,103,98)
#615450
(97,84,80)
#4B413E
(75,65,62)
#352E2C
(53,46,44)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBD9CE

#FBD9CE
(251,217,206)
#FBDCD2
(251,220,210)
#FBDFD6
(251,223,214)
#FBE2DA
(251,226,218)
#FBE5DE
(251,229,222)
#FBE8E2
(251,232,226)
#FBEBE6
(251,235,230)
#FBEEEA
(251,238,234)
#FBF1EE
(251,241,238)
#FBF4F2
(251,244,242)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD9CE color. Also use rgb(251,217,206) instead hex code.

Text Font Color

.myTextColor { color: #FBD9CE; }

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

This text font color is #FBD9CE.


Background Color

.myBgColor { background-color: #FBD9CE; }

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

This div background color is #FBD9CE.


Border color

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

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

This div border color is #FBD9CE.


Opacity

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

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

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

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

This text has shadow with #FBD9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD9CE on black background.


Color preview on white background

This text has color #FBD9CE on white background.



Black color preview on #FBD9CE background

This text has black color on #FBD9CE background.


White color preview on #FBD9CE background

This text has white color on #FBD9CE background.