COLOR #FCE5DC

HEX: #FCE5DC
RGB: (252,229,220)

Color info

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

RGB color model

#FCE5DC color RGB value is (252,229,220).

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

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 220 of 255 = 86%

252
229
220

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

Portions of RGB colors in percentages

R + G + B =
252 + 229 + 220 = 701 (100%)
R 252 of 701 ~ 35.95%
G 229 of 701 ~ 32.67%
B 220 of 701 ~ 31.38%

%35.95
%32.67
%31.38

CMYK color model

#FCE5DC color CMYK value is (0,9,13,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,9,13,1)
C0M9Y13K1 
(0%,9%,13%,1%)
(0.00/0.09/0.13/0.01)	

CMYK percentages

%0
%9.13
%12.7
%1.18

Codes

Color #FCE5DC in popluar color models

FCE5DC
RGB252229220
HSL17°84.21%92.55%
HSB/HSV17°12.70%98.82%
CMYK0.00%9.13%12.70%
1.18%

Color #FCE5DC in popluar number systems.

HEXFCE5DC
Decimal252229220
Binary111111001110010111011100
Octal374345334

Shades and tints

Shades of #FCE5DC

#FCE5DC
(252,229,220)
#E6D1C8
(230,209,200)
#D0BDB4
(208,189,180)
#BAA9A0
(186,169,160)
#A4958C
(164,149,140)
#8E8178
(142,129,120)
#786D64
(120,109,100)
#625950
(98,89,80)
#4C453C
(76,69,60)
#363128
(54,49,40)
#201D14
(32,29,20)
#000000
(0,0,0)

Tints of #FCE5DC

#FCE5DC
(252,229,220)
#FCE7DF
(252,231,223)
#FCE9E2
(252,233,226)
#FCEBE5
(252,235,229)
#FCEDE8
(252,237,232)
#FCEFEB
(252,239,235)
#FCF1EE
(252,241,238)
#FCF3F1
(252,243,241)
#FCF5F4
(252,245,244)
#FCF7F7
(252,247,247)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE5DC; }

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

This text font color is #FCE5DC.


Background Color

.myBgColor { background-color: #FCE5DC; }

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

This div background color is #FCE5DC.


Border color

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

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

This div border color is #FCE5DC.


Opacity

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

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

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

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

This text has shadow with #FCE5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5DC on black background.


Color preview on white background

This text has color #FCE5DC on white background.



Black color preview on #FCE5DC background

This text has black color on #FCE5DC background.


White color preview on #FCE5DC background

This text has white color on #FCE5DC background.