COLOR #FCEDE5

HEX: #FCEDE5
RGB: (252,237,229)

Color info

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

RGB color model

#FCEDE5 color RGB value is (252,237,229).

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

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 229 of 255 = 90%

252
237
229

R + G + B ~ 94%. #FCEDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 237 + 229 = 718 (100%)
R 252 of 718 ~ 35.1%
G 237 of 718 ~ 33.01%
B 229 of 718 ~ 31.89%

%35.1
%33.01
%31.89

CMYK color model

#FCEDE5 color CMYK value is (0,6,9,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,6,9,1)
C0M6Y9K1 
(0%,6%,9%,1%)
(0.00/0.06/0.09/0.01)	

CMYK percentages

%0
%5.95
%9.13
%1.18

Codes

Color #FCEDE5 in popluar color models

FCEDE5
RGB252237229
HSL21°79.31%94.31%
HSB/HSV21°9.13%98.82%
CMYK0.00%5.95%9.13%
1.18%

Color #FCEDE5 in popluar number systems.

HEXFCEDE5
Decimal252237229
Binary111111001110110111100101
Octal374355345

Shades and tints

Shades of #FCEDE5

#FCEDE5
(252,237,229)
#E6D8D1
(230,216,209)
#D0C3BD
(208,195,189)
#BAAEA9
(186,174,169)
#A49995
(164,153,149)
#8E8481
(142,132,129)
#786F6D
(120,111,109)
#625A59
(98,90,89)
#4C4545
(76,69,69)
#363031
(54,48,49)
#201B1D
(32,27,29)
#000000
(0,0,0)

Tints of #FCEDE5

#FCEDE5
(252,237,229)
#FCEEE7
(252,238,231)
#FCEFE9
(252,239,233)
#FCF0EB
(252,240,235)
#FCF1ED
(252,241,237)
#FCF2EF
(252,242,239)
#FCF3F1
(252,243,241)
#FCF4F3
(252,244,243)
#FCF5F5
(252,245,245)
#FCF6F7
(252,246,247)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDE5; }

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

This text font color is #FCEDE5.


Background Color

.myBgColor { background-color: #FCEDE5; }

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

This div background color is #FCEDE5.


Border color

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

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

This div border color is #FCEDE5.


Opacity

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

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

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

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

This text has shadow with #FCEDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEDE5 on black background.


Color preview on white background

This text has color #FCEDE5 on white background.



Black color preview on #FCEDE5 background

This text has black color on #FCEDE5 background.


White color preview on #FCEDE5 background

This text has white color on #FCEDE5 background.