COLOR #FCEDD3

HEX: #FCEDD3 RGB: (252,237,211)

Color info

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

RGB color model

#FCEDD3 color RGB value is (252,237,211).

RGB: (252,237,211) (99%, 93%, 83%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 211 of 255 = 83%

252
237
211

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

Portions of RGB colors in percentages

R + G + B = 252 + 237 + 211 = 700 (100%)
R 252 of 700 ~ 36%
G 237 of 700 ~ 33.86%
B 211 of 700 ~ 30.14'%

%36
%33.86
%30.14

CMYK color model

#FCEDD3 color CMYK value is (0,6,16,1).

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

CMYK: (0,6,16,1)
C0M6Y16K1 (0%, 6%, 16%, 1%)
(0.00 / 0.06 / 0.16 / 0.01)

CMYK percentages

%0
%5.95
%16.27
%1.18

Codes

Color #FCEDD3 in popluar color models

FC ED D3
RGB 252 237 211
HSL 38° 87.23% 90.78%
HSB/HSV 38° 16.27% 98.82%
CMYK 0.00% 5.95% 16.27%
1.18%

Color #FCEDD3 in popluar number systems.

HEX FC ED D3
Decimal 252 237 211
Binary 11111100 11101101 11010011
Octal 374 355 323

Shades and tints

Shades of #FCEDD3

#FCEDD3
(252,237,211)
#E6D8C0
(230,216,192)
#D0C3AD
(208,195,173)
#BAAE9A
(186,174,154)
#A49987
(164,153,135)
#8E8474
(142,132,116)
#786F61
(120,111,97)
#625A4E
(98,90,78)
#4C453B
(76,69,59)
#363028
(54,48,40)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCEDD3

#FCEDD3
(252,237,211)
#FCEED7
(252,238,215)
#FCEFDB
(252,239,219)
#FCF0DF
(252,240,223)
#FCF1E3
(252,241,227)
#FCF2E7
(252,242,231)
#FCF3EB
(252,243,235)
#FCF4EF
(252,244,239)
#FCF5F3
(252,245,243)
#FCF6F7
(252,246,247)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDD3; }

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

This text font color is #FCEDD3.

Background Color

.myBgColor { background-color: #FCEDD3; }

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

This div background color is #FCEDD3.

Border color

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

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

This div border color is #FCEDD3.

Opacity

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

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

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

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

This text has shadow with #FCEDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEDD3.

Preview

Color preview on black background

This text has color #FCEDD3 on black background.


Color preview on white background

This text has color #FCEDD3 on white background.


Black color preview on #FCEDD3 background

This text has black color on #FCEDD3 background.


White color preview on #FCEDD3 background

This text has white color on #FCEDD3 background.


Related colors

Complementary color

Complementary color for #hex is #03122C.


I love getcolorcode.com

Triadic colors

1 #D3FCED and #EDD3FC with #FCEDD3 are triadic colors.

2 #D3EDFC and #EDFCD3 with #FCEDD3 are triadic colors.