COLOR #FCE8DC

HEX: #FCE8DC
RGB: (252,232,220)

Color info

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

RGB color model

#FCE8DC color RGB value is (252,232,220).

  • red value is 252;
  • green value is 232;
  • blue value is 220.
RGB:
(252,232,220)
(99%,91%,86%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 220 of 255 = 86%

252
232
220

R + G + B ~ 92%. #FCE8DC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 220 = 704 (100%)
R 252 of 704 ~ 35.8%
G 232 of 704 ~ 32.95%
B 220 of 704 ~ 31.25%

%35.8
%32.95
%31.25

CMYK color model

#FCE8DC color CMYK value is (0,8,13,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,8,13,1)
C0M8Y13K1 
(0%,8%,13%,1%)
(0.00/0.08/0.13/0.01)	

CMYK percentages

%0
%7.94
%12.7
%1.18

Codes

Color #FCE8DC in popluar color models

FCE8DC
RGB252232220
HSL23°84.21%92.55%
HSB/HSV23°12.70%98.82%
CMYK0.00%7.94%12.70%
1.18%

Color #FCE8DC in popluar number systems.

HEXFCE8DC
Decimal252232220
Binary111111001110100011011100
Octal374350334

Shades and tints

Shades of #FCE8DC

#FCE8DC
(252,232,220)
#E6D3C8
(230,211,200)
#D0BEB4
(208,190,180)
#BAA9A0
(186,169,160)
#A4948C
(164,148,140)
#8E7F78
(142,127,120)
#786A64
(120,106,100)
#625550
(98,85,80)
#4C403C
(76,64,60)
#362B28
(54,43,40)
#201614
(32,22,20)
#000000
(0,0,0)

Tints of #FCE8DC

#FCE8DC
(252,232,220)
#FCEADF
(252,234,223)
#FCECE2
(252,236,226)
#FCEEE5
(252,238,229)
#FCF0E8
(252,240,232)
#FCF2EB
(252,242,235)
#FCF4EE
(252,244,238)
#FCF6F1
(252,246,241)
#FCF8F4
(252,248,244)
#FCFAF7
(252,250,247)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE8DC color. Also use rgb(252,232,220) instead hex code.

Text Font Color

.myTextColor { color: #FCE8DC; }

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

This text font color is #FCE8DC.


Background Color

.myBgColor { background-color: #FCE8DC; }

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

This div background color is #FCE8DC.


Border color

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

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

This div border color is #FCE8DC.


Opacity

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

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

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

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

This text has shadow with #FCE8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE8DC on black background.


Color preview on white background

This text has color #FCE8DC on white background.



Black color preview on #FCE8DC background

This text has black color on #FCE8DC background.


White color preview on #FCE8DC background

This text has white color on #FCE8DC background.