COLOR #FBD8CE

HEX: #FBD8CE
RGB: (251,216,206)

Color info

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

RGB color model

#FBD8CE color RGB value is (251,216,206).

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

RGB channels and saturation

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

251
216
206

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

Portions of RGB colors in percentages

R + G + B =
251 + 216 + 206 = 673 (100%)
R 251 of 673 ~ 37.3%
G 216 of 673 ~ 32.1%
B 206 of 673 ~ 30.61%

%37.3
%32.1
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.94%
  • 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.94
%17.93
%1.57

Codes

Color #FBD8CE in popluar color models

FBD8CE
RGB251216206
HSL13°84.91%89.61%
HSB/HSV13°17.93%98.43%
CMYK0.00%13.94%17.93%
1.57%

Color #FBD8CE in popluar number systems.

HEXFBD8CE
Decimal251216206
Binary111110111101100011001110
Octal373330316

Shades and tints

Shades of #FBD8CE

#FBD8CE
(251,216,206)
#E5C5BC
(229,197,188)
#CFB2AA
(207,178,170)
#B99F98
(185,159,152)
#A38C86
(163,140,134)
#8D7974
(141,121,116)
#776662
(119,102,98)
#615350
(97,83,80)
#4B403E
(75,64,62)
#352D2C
(53,45,44)
#1F1A1A
(31,26,26)
#000000
(0,0,0)

Tints of #FBD8CE

#FBD8CE
(251,216,206)
#FBDBD2
(251,219,210)
#FBDED6
(251,222,214)
#FBE1DA
(251,225,218)
#FBE4DE
(251,228,222)
#FBE7E2
(251,231,226)
#FBEAE6
(251,234,230)
#FBEDEA
(251,237,234)
#FBF0EE
(251,240,238)
#FBF3F2
(251,243,242)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD8CE; }

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

This text font color is #FBD8CE.


Background Color

.myBgColor { background-color: #FBD8CE; }

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

This div background color is #FBD8CE.


Border color

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

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

This div border color is #FBD8CE.


Opacity

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

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

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

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

This text has shadow with #FBD8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD8CE on black background.


Color preview on white background

This text has color #FBD8CE on white background.



Black color preview on #FBD8CE background

This text has black color on #FBD8CE background.


White color preview on #FBD8CE background

This text has white color on #FBD8CE background.