COLOR #FBD7CE

HEX: #FBD7CE
RGB: (251,215,206)

Color info

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

RGB color model

#FBD7CE color RGB value is (251,215,206).

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

RGB channels and saturation

R 251 of 255 = 98%
G 215 of 255 = 84%
B 206 of 255 = 81%

251
215
206

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

Portions of RGB colors in percentages

R + G + B =
251 + 215 + 206 = 672 (100%)
R 251 of 672 ~ 37.35%
G 215 of 672 ~ 31.99%
B 206 of 672 ~ 30.65%

%37.35
%31.99
%30.65

CMYK color model

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

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

Codes

Color #FBD7CE in popluar color models

FBD7CE
RGB251215206
HSL12°84.91%89.61%
HSB/HSV12°17.93%98.43%
CMYK0.00%14.34%17.93%
1.57%

Color #FBD7CE in popluar number systems.

HEXFBD7CE
Decimal251215206
Binary111110111101011111001110
Octal373327316

Shades and tints

Shades of #FBD7CE

#FBD7CE
(251,215,206)
#E5C4BC
(229,196,188)
#CFB1AA
(207,177,170)
#B99E98
(185,158,152)
#A38B86
(163,139,134)
#8D7874
(141,120,116)
#776562
(119,101,98)
#615250
(97,82,80)
#4B3F3E
(75,63,62)
#352C2C
(53,44,44)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #FBD7CE

#FBD7CE
(251,215,206)
#FBDAD2
(251,218,210)
#FBDDD6
(251,221,214)
#FBE0DA
(251,224,218)
#FBE3DE
(251,227,222)
#FBE6E2
(251,230,226)
#FBE9E6
(251,233,230)
#FBECEA
(251,236,234)
#FBEFEE
(251,239,238)
#FBF2F2
(251,242,242)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD7CE; }

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

This text font color is #FBD7CE.


Background Color

.myBgColor { background-color: #FBD7CE; }

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

This div background color is #FBD7CE.


Border color

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

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

This div border color is #FBD7CE.


Opacity

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

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

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

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

This text has shadow with #FBD7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD7CE on black background.


Color preview on white background

This text has color #FBD7CE on white background.



Black color preview on #FBD7CE background

This text has black color on #FBD7CE background.


White color preview on #FBD7CE background

This text has white color on #FBD7CE background.