COLOR #FCD7CE

HEX: #FCD7CE RGB: (252,215,206)

Color info

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

RGB color model

#FCD7CE color RGB value is (252,215,206).

RGB: (252,215,206) (99%, 84%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 206 of 255 = 81%

252
215
206

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

Portions of RGB colors in percentages

R + G + B = 252 + 215 + 206 = 673 (100%)
R 252 of 673 ~ 37.44%
G 215 of 673 ~ 31.95%
B 206 of 673 ~ 30.61'%

%37.44
%31.95
%30.61

CMYK color model

#FCD7CE color CMYK value is (0,15,18,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (0,15,18,1)
C0M15Y18K1 (0%, 15%, 18%, 1%)
(0.00 / 0.15 / 0.18 / 0.01)

CMYK percentages

%0
%14.68
%18.25
%1.18

Codes

Color #FCD7CE in popluar color models

FC D7 CE
RGB 252 215 206
HSL 12° 88.46% 89.80%
HSB/HSV 12° 18.25% 98.82%
CMYK 0.00% 14.68% 18.25%
1.18%

Color #FCD7CE in popluar number systems.

HEX FC D7 CE
Decimal 252 215 206
Binary 11111100 11010111 11001110
Octal 374 327 316

Shades and tints

Shades of #FCD7CE

#FCD7CE
(252,215,206)
#E6C4BC
(230,196,188)
#D0B1AA
(208,177,170)
#BA9E98
(186,158,152)
#A48B86
(164,139,134)
#8E7874
(142,120,116)
#786562
(120,101,98)
#625250
(98,82,80)
#4C3F3E
(76,63,62)
#362C2C
(54,44,44)
#20191A
(32,25,26)
#000000
(0,0,0)

Tints of #FCD7CE

#FCD7CE
(252,215,206)
#FCDAD2
(252,218,210)
#FCDDD6
(252,221,214)
#FCE0DA
(252,224,218)
#FCE3DE
(252,227,222)
#FCE6E2
(252,230,226)
#FCE9E6
(252,233,230)
#FCECEA
(252,236,234)
#FCEFEE
(252,239,238)
#FCF2F2
(252,242,242)
#FCF5F6
(252,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD7CE; }

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

This text font color is #FCD7CE.

Background Color

.myBgColor { background-color: #FCD7CE; }

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

This div background color is #FCD7CE.

Border color

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

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

This div border color is #FCD7CE.

Opacity

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

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

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

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

This text has shadow with #FCD7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD7CE.

Preview

Color preview on black background

This text has color #FCD7CE on black background.


Color preview on white background

This text has color #FCD7CE on white background.


Black color preview on #FCD7CE background

This text has black color on #FCD7CE background.


White color preview on #FCD7CE background

This text has white color on #FCD7CE background.


Related colors

Complementary color

Complementary color for #hex is #032831.


I love getcolorcode.com

Triadic colors

1 #CEFCD7 and #D7CEFC with #FCD7CE are triadic colors.

2 #CED7FC and #D7FCCE with #FCD7CE are triadic colors.