COLOR #FCE9D1

HEX: #FCE9D1
RGB: (252,233,209)

Color info

#FCE9D1 contains red, green and blue colors in about the same proportion. Web safe color of #FCE9D1 is #FFFFCC (or #FFC).

RGB color model

#FCE9D1 color RGB value is (252,233,209).

  • red value is 252;
  • green value is 233;
  • blue value is 209.
RGB:
(252,233,209)
(99%,91%,82%)

RGB channels and saturation

R 252 of 255 = 99%
G 233 of 255 = 91%
B 209 of 255 = 82%

252
233
209

R + G + B ~ 91%. #FCE9D1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 233 + 209 = 694 (100%)
R 252 of 694 ~ 36.31%
G 233 of 694 ~ 33.57%
B 209 of 694 ~ 30.12%

%36.31
%33.57
%30.12

CMYK color model

#FCE9D1 color CMYK value is (0,8,17,1).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 17.06%
  • key color value is 1.18%
CMYK:
(0,8,17,1)
C0M8Y17K1 
(0%,8%,17%,1%)
(0.00/0.08/0.17/0.01)	

CMYK percentages

%0
%7.54
%17.06
%1.18

Codes

Color #FCE9D1 in popluar color models

FCE9D1
RGB252233209
HSL33°87.76%90.39%
HSB/HSV33°17.06%98.82%
CMYK0.00%7.54%17.06%
1.18%

Color #FCE9D1 in popluar number systems.

HEXFCE9D1
Decimal252233209
Binary111111001110100111010001
Octal374351321

Shades and tints

Shades of #FCE9D1

#FCE9D1
(252,233,209)
#E6D4BE
(230,212,190)
#D0BFAB
(208,191,171)
#BAAA98
(186,170,152)
#A49585
(164,149,133)
#8E8072
(142,128,114)
#786B5F
(120,107,95)
#62564C
(98,86,76)
#4C4139
(76,65,57)
#362C26
(54,44,38)
#201713
(32,23,19)
#000000
(0,0,0)

Tints of #FCE9D1

#FCE9D1
(252,233,209)
#FCEBD5
(252,235,213)
#FCEDD9
(252,237,217)
#FCEFDD
(252,239,221)
#FCF1E1
(252,241,225)
#FCF3E5
(252,243,229)
#FCF5E9
(252,245,233)
#FCF7ED
(252,247,237)
#FCF9F1
(252,249,241)
#FCFBF5
(252,251,245)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE9D1 color. Also use rgb(252,233,209) instead hex code.

Text Font Color

.myTextColor { color: #FCE9D1; }

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

This text font color is #FCE9D1.


Background Color

.myBgColor { background-color: #FCE9D1; }

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

This div background color is #FCE9D1.


Border color

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

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

This div border color is #FCE9D1.


Opacity

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

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

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

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

This text has shadow with #FCE9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE9D1 on black background.


Color preview on white background

This text has color #FCE9D1 on white background.



Black color preview on #FCE9D1 background

This text has black color on #FCE9D1 background.


White color preview on #FCE9D1 background

This text has white color on #FCE9D1 background.