COLOR #FCE5D7

HEX: #FCE5D7
RGB: (252,229,215)

Color info

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

RGB color model

#FCE5D7 color RGB value is (252,229,215).

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

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 215 of 255 = 84%

252
229
215

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

Portions of RGB colors in percentages

R + G + B =
252 + 229 + 215 = 696 (100%)
R 252 of 696 ~ 36.21%
G 229 of 696 ~ 32.9%
B 215 of 696 ~ 30.89%

%36.21
%32.9
%30.89

CMYK color model

#FCE5D7 color CMYK value is (0,9,15,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(0,9,15,1)
C0M9Y15K1 
(0%,9%,15%,1%)
(0.00/0.09/0.15/0.01)	

CMYK percentages

%0
%9.13
%14.68
%1.18

Codes

Color #FCE5D7 in popluar color models

FCE5D7
RGB252229215
HSL23°86.05%91.57%
HSB/HSV23°14.68%98.82%
CMYK0.00%9.13%14.68%
1.18%

Color #FCE5D7 in popluar number systems.

HEXFCE5D7
Decimal252229215
Binary111111001110010111010111
Octal374345327

Shades and tints

Shades of #FCE5D7

#FCE5D7
(252,229,215)
#E6D1C4
(230,209,196)
#D0BDB1
(208,189,177)
#BAA99E
(186,169,158)
#A4958B
(164,149,139)
#8E8178
(142,129,120)
#786D65
(120,109,101)
#625952
(98,89,82)
#4C453F
(76,69,63)
#36312C
(54,49,44)
#201D19
(32,29,25)
#000000
(0,0,0)

Tints of #FCE5D7

#FCE5D7
(252,229,215)
#FCE7DA
(252,231,218)
#FCE9DD
(252,233,221)
#FCEBE0
(252,235,224)
#FCEDE3
(252,237,227)
#FCEFE6
(252,239,230)
#FCF1E9
(252,241,233)
#FCF3EC
(252,243,236)
#FCF5EF
(252,245,239)
#FCF7F2
(252,247,242)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE5D7; }

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

This text font color is #FCE5D7.


Background Color

.myBgColor { background-color: #FCE5D7; }

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

This div background color is #FCE5D7.


Border color

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

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

This div border color is #FCE5D7.


Opacity

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

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

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

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

This text has shadow with #FCE5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5D7 on black background.


Color preview on white background

This text has color #FCE5D7 on white background.



Black color preview on #FCE5D7 background

This text has black color on #FCE5D7 background.


White color preview on #FCE5D7 background

This text has white color on #FCE5D7 background.