COLOR #FCE5CE

HEX: #FCE5CE RGB: (252,229,206)

Color info

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

RGB color model

#FCE5CE color RGB value is (252,229,206).

RGB: (252,229,206) (99%, 90%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 206 of 255 = 81%

252
229
206

R + G + B ~ 90%. #FCE5CE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 229 + 206 = 687 (100%)
R 252 of 687 ~ 36.68%
G 229 of 687 ~ 33.33%
B 206 of 687 ~ 29.99'%

%36.68
%33.33
%29.99

CMYK color model

#FCE5CE color CMYK value is (0,9,18,1).

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

CMYK: (0,9,18,1)
C0M9Y18K1 (0%, 9%, 18%, 1%)
(0.00 / 0.09 / 0.18 / 0.01)

CMYK percentages

%0
%9.13
%18.25
%1.18

Codes

Color #FCE5CE in popluar color models

FC E5 CE
RGB 252 229 206
HSL 30° 88.46% 89.80%
HSB/HSV 30° 18.25% 98.82%
CMYK 0.00% 9.13% 18.25%
1.18%

Color #FCE5CE in popluar number systems.

HEX FC E5 CE
Decimal 252 229 206
Binary 11111100 11100101 11001110
Octal 374 345 316

Shades and tints

Shades of #FCE5CE

#FCE5CE
(252,229,206)
#E6D1BC
(230,209,188)
#D0BDAA
(208,189,170)
#BAA998
(186,169,152)
#A49586
(164,149,134)
#8E8174
(142,129,116)
#786D62
(120,109,98)
#625950
(98,89,80)
#4C453E
(76,69,62)
#36312C
(54,49,44)
#201D1A
(32,29,26)
#000000
(0,0,0)

Tints of #FCE5CE

#FCE5CE
(252,229,206)
#FCE7D2
(252,231,210)
#FCE9D6
(252,233,214)
#FCEBDA
(252,235,218)
#FCEDDE
(252,237,222)
#FCEFE2
(252,239,226)
#FCF1E6
(252,241,230)
#FCF3EA
(252,243,234)
#FCF5EE
(252,245,238)
#FCF7F2
(252,247,242)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE5CE; }

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

This text font color is #FCE5CE.

Background Color

.myBgColor { background-color: #FCE5CE; }

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

This div background color is #FCE5CE.

Border color

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

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

This div border color is #FCE5CE.

Opacity

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

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

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

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

This text has shadow with #FCE5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE5CE.

Preview

Color preview on black background

This text has color #FCE5CE on black background.


Color preview on white background

This text has color #FCE5CE on white background.


Black color preview on #FCE5CE background

This text has black color on #FCE5CE background.


White color preview on #FCE5CE background

This text has white color on #FCE5CE background.


Related colors

Complementary color

Complementary color for #hex is #031A31.


I love getcolorcode.com

Triadic colors

1 #CEFCE5 and #E5CEFC with #FCE5CE are triadic colors.

2 #CEE5FC and #E5FCCE with #FCE5CE are triadic colors.