COLOR #FCEDDD

HEX: #FCEDDD RGB: (252,237,221)

Color info

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

RGB color model

#FCEDDD color RGB value is (252,237,221).

RGB: (252,237,221) (99%, 93%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 221 of 255 = 87%

252
237
221

R + G + B ~ 93%. #FCEDDD is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 237 + 221 = 710 (100%)
R 252 of 710 ~ 35.49%
G 237 of 710 ~ 33.38%
B 221 of 710 ~ 31.13'%

%35.49
%33.38
%31.13

CMYK color model

#FCEDDD color CMYK value is (0,6,12,1).

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

CMYK: (0,6,12,1)
C0M6Y12K1 (0%, 6%, 12%, 1%)
(0.00 / 0.06 / 0.12 / 0.01)

CMYK percentages

%0
%5.95
%12.3
%1.18

Codes

Color #FCEDDD in popluar color models

FC ED DD
RGB 252 237 221
HSL 31° 83.78% 92.75%
HSB/HSV 31° 12.30% 98.82%
CMYK 0.00% 5.95% 12.30%
1.18%

Color #FCEDDD in popluar number systems.

HEX FC ED DD
Decimal 252 237 221
Binary 11111100 11101101 11011101
Octal 374 355 335

Shades and tints

Shades of #FCEDDD

#FCEDDD
(252,237,221)
#E6D8C9
(230,216,201)
#D0C3B5
(208,195,181)
#BAAEA1
(186,174,161)
#A4998D
(164,153,141)
#8E8479
(142,132,121)
#786F65
(120,111,101)
#625A51
(98,90,81)
#4C453D
(76,69,61)
#363029
(54,48,41)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCEDDD

#FCEDDD
(252,237,221)
#FCEEE0
(252,238,224)
#FCEFE3
(252,239,227)
#FCF0E6
(252,240,230)
#FCF1E9
(252,241,233)
#FCF2EC
(252,242,236)
#FCF3EF
(252,243,239)
#FCF4F2
(252,244,242)
#FCF5F5
(252,245,245)
#FCF6F8
(252,246,248)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDDD; }

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

This text font color is #FCEDDD.

Background Color

.myBgColor { background-color: #FCEDDD; }

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

This div background color is #FCEDDD.

Border color

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

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

This div border color is #FCEDDD.

Opacity

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

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

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

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

This text has shadow with #FCEDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEDDD.

Preview

Color preview on black background

This text has color #FCEDDD on black background.


Color preview on white background

This text has color #FCEDDD on white background.


Black color preview on #FCEDDD background

This text has black color on #FCEDDD background.


White color preview on #FCEDDD background

This text has white color on #FCEDDD background.


Related colors

Complementary color

Complementary color for #hex is #031222.


I love getcolorcode.com

Triadic colors

1 #DDFCED and #EDDDFC with #FCEDDD are triadic colors.

2 #DDEDFC and #EDFCDD with #FCEDDD are triadic colors.