COLOR #FCEDD1

HEX: #FCEDD1
RGB: (252,237,209)

Color info

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

RGB color model

#FCEDD1 color RGB value is (252,237,209).

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

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 209 of 255 = 82%

252
237
209

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

Portions of RGB colors in percentages

R + G + B =
252 + 237 + 209 = 698 (100%)
R 252 of 698 ~ 36.1%
G 237 of 698 ~ 33.95%
B 209 of 698 ~ 29.94%

%36.1
%33.95
%29.94

CMYK color model

#FCEDD1 color CMYK value is (0,6,17,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 17.06%
  • key color value is 1.18%
CMYK:
(0,6,17,1)
C0M6Y17K1 
(0%,6%,17%,1%)
(0.00/0.06/0.17/0.01)	

CMYK percentages

%0
%5.95
%17.06
%1.18

Codes

Color #FCEDD1 in popluar color models

FCEDD1
RGB252237209
HSL39°87.76%90.39%
HSB/HSV39°17.06%98.82%
CMYK0.00%5.95%17.06%
1.18%

Color #FCEDD1 in popluar number systems.

HEXFCEDD1
Decimal252237209
Binary111111001110110111010001
Octal374355321

Shades and tints

Shades of #FCEDD1

#FCEDD1
(252,237,209)
#E6D8BE
(230,216,190)
#D0C3AB
(208,195,171)
#BAAE98
(186,174,152)
#A49985
(164,153,133)
#8E8472
(142,132,114)
#786F5F
(120,111,95)
#625A4C
(98,90,76)
#4C4539
(76,69,57)
#363026
(54,48,38)
#201B13
(32,27,19)
#000000
(0,0,0)

Tints of #FCEDD1

#FCEDD1
(252,237,209)
#FCEED5
(252,238,213)
#FCEFD9
(252,239,217)
#FCF0DD
(252,240,221)
#FCF1E1
(252,241,225)
#FCF2E5
(252,242,229)
#FCF3E9
(252,243,233)
#FCF4ED
(252,244,237)
#FCF5F1
(252,245,241)
#FCF6F5
(252,246,245)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDD1; }

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

This text font color is #FCEDD1.


Background Color

.myBgColor { background-color: #FCEDD1; }

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

This div background color is #FCEDD1.


Border color

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

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

This div border color is #FCEDD1.


Opacity

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

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

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

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

This text has shadow with #FCEDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEDD1 on black background.


Color preview on white background

This text has color #FCEDD1 on white background.



Black color preview on #FCEDD1 background

This text has black color on #FCEDD1 background.


White color preview on #FCEDD1 background

This text has white color on #FCEDD1 background.