COLOR #FCE5D3

HEX: #FCE5D3
RGB: (252,229,211)

Color info

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

RGB color model

#FCE5D3 color RGB value is (252,229,211).

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

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 211 of 255 = 83%

252
229
211

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

Portions of RGB colors in percentages

R + G + B =
252 + 229 + 211 = 692 (100%)
R 252 of 692 ~ 36.42%
G 229 of 692 ~ 33.09%
B 211 of 692 ~ 30.49%

%36.42
%33.09
%30.49

CMYK color model

#FCE5D3 color CMYK value is (0,9,16,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(0,9,16,1)
C0M9Y16K1 
(0%,9%,16%,1%)
(0.00/0.09/0.16/0.01)	

CMYK percentages

%0
%9.13
%16.27
%1.18

Codes

Color #FCE5D3 in popluar color models

FCE5D3
RGB252229211
HSL26°87.23%90.78%
HSB/HSV26°16.27%98.82%
CMYK0.00%9.13%16.27%
1.18%

Color #FCE5D3 in popluar number systems.

HEXFCE5D3
Decimal252229211
Binary111111001110010111010011
Octal374345323

Shades and tints

Shades of #FCE5D3

#FCE5D3
(252,229,211)
#E6D1C0
(230,209,192)
#D0BDAD
(208,189,173)
#BAA99A
(186,169,154)
#A49587
(164,149,135)
#8E8174
(142,129,116)
#786D61
(120,109,97)
#62594E
(98,89,78)
#4C453B
(76,69,59)
#363128
(54,49,40)
#201D15
(32,29,21)
#000000
(0,0,0)

Tints of #FCE5D3

#FCE5D3
(252,229,211)
#FCE7D7
(252,231,215)
#FCE9DB
(252,233,219)
#FCEBDF
(252,235,223)
#FCEDE3
(252,237,227)
#FCEFE7
(252,239,231)
#FCF1EB
(252,241,235)
#FCF3EF
(252,243,239)
#FCF5F3
(252,245,243)
#FCF7F7
(252,247,247)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE5D3; }

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

This text font color is #FCE5D3.


Background Color

.myBgColor { background-color: #FCE5D3; }

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

This div background color is #FCE5D3.


Border color

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

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

This div border color is #FCE5D3.


Opacity

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

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

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

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

This text has shadow with #FCE5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5D3 on black background.


Color preview on white background

This text has color #FCE5D3 on white background.



Black color preview on #FCE5D3 background

This text has black color on #FCE5D3 background.


White color preview on #FCE5D3 background

This text has white color on #FCE5D3 background.