COLOR #FCEDD5

HEX: #FCEDD5 RGB: (252,237,213)

Color info

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

RGB color model

#FCEDD5 color RGB value is (252,237,213).

RGB: (252,237,213) (99%, 93%, 84%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 213 of 255 = 84%

252
237
213

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

Portions of RGB colors in percentages

R + G + B = 252 + 237 + 213 = 702 (100%)
R 252 of 702 ~ 35.9%
G 237 of 702 ~ 33.76%
B 213 of 702 ~ 30.34'%

%35.9
%33.76
%30.34

CMYK color model

#FCEDD5 color CMYK value is (0,6,15,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 15.48%
  • key color value is 1.18%

CMYK: (0,6,15,1)
C0M6Y15K1 (0%, 6%, 15%, 1%)
(0.00 / 0.06 / 0.15 / 0.01)

CMYK percentages

%0
%5.95
%15.48
%1.18

Codes

Color #FCEDD5 in popluar color models

FC ED D5
RGB 252 237 213
HSL 37° 86.67% 91.18%
HSB/HSV 37° 15.48% 98.82%
CMYK 0.00% 5.95% 15.48%
1.18%

Color #FCEDD5 in popluar number systems.

HEX FC ED D5
Decimal 252 237 213
Binary 11111100 11101101 11010101
Octal 374 355 325

Shades and tints

Shades of #FCEDD5

#FCEDD5
(252,237,213)
#E6D8C2
(230,216,194)
#D0C3AF
(208,195,175)
#BAAE9C
(186,174,156)
#A49989
(164,153,137)
#8E8476
(142,132,118)
#786F63
(120,111,99)
#625A50
(98,90,80)
#4C453D
(76,69,61)
#36302A
(54,48,42)
#201B17
(32,27,23)
#000000
(0,0,0)

Tints of #FCEDD5

#FCEDD5
(252,237,213)
#FCEED8
(252,238,216)
#FCEFDB
(252,239,219)
#FCF0DE
(252,240,222)
#FCF1E1
(252,241,225)
#FCF2E4
(252,242,228)
#FCF3E7
(252,243,231)
#FCF4EA
(252,244,234)
#FCF5ED
(252,245,237)
#FCF6F0
(252,246,240)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDD5; }

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

This text font color is #FCEDD5.

Background Color

.myBgColor { background-color: #FCEDD5; }

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

This div background color is #FCEDD5.

Border color

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

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

This div border color is #FCEDD5.

Opacity

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

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

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

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

This text has shadow with #FCEDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEDD5.

Preview

Color preview on black background

This text has color #FCEDD5 on black background.


Color preview on white background

This text has color #FCEDD5 on white background.


Black color preview on #FCEDD5 background

This text has black color on #FCEDD5 background.


White color preview on #FCEDD5 background

This text has white color on #FCEDD5 background.


Related colors

Complementary color

Complementary color for #hex is #03122A.


I love getcolorcode.com

Triadic colors

1 #D5FCED and #EDD5FC with #FCEDD5 are triadic colors.

2 #D5EDFC and #EDFCD5 with #FCEDD5 are triadic colors.