COLOR #FCE4DC

HEX: #FCE4DC RGB: (252,228,220)

Color info

#FCE4DC contains red, green and blue colors in about the same proportion. Web safe color of #FCE4DC is #FFCCCC (or #FCC).

RGB color model

#FCE4DC color RGB value is (252,228,220).

RGB: (252,228,220) (99%, 89%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 220 of 255 = 86%

252
228
220

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

Portions of RGB colors in percentages

R + G + B = 252 + 228 + 220 = 700 (100%)
R 252 of 700 ~ 36%
G 228 of 700 ~ 32.57%
B 220 of 700 ~ 31.43'%

%36
%32.57
%31.43

CMYK color model

#FCE4DC color CMYK value is (0,10,13,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 12.70%
  • key color value is 1.18%

CMYK: (0,10,13,1)
C0M10Y13K1 (0%, 10%, 13%, 1%)
(0.00 / 0.10 / 0.13 / 0.01)

CMYK percentages

%0
%9.52
%12.7
%1.18

Codes

Color #FCE4DC in popluar color models

FC E4 DC
RGB 252 228 220
HSL 15° 84.21% 92.55%
HSB/HSV 15° 12.70% 98.82%
CMYK 0.00% 9.52% 12.70%
1.18%

Color #FCE4DC in popluar number systems.

HEX FC E4 DC
Decimal 252 228 220
Binary 11111100 11100100 11011100
Octal 374 344 334

Shades and tints

Shades of #FCE4DC

#FCE4DC
(252,228,220)
#E6D0C8
(230,208,200)
#D0BCB4
(208,188,180)
#BAA8A0
(186,168,160)
#A4948C
(164,148,140)
#8E8078
(142,128,120)
#786C64
(120,108,100)
#625850
(98,88,80)
#4C443C
(76,68,60)
#363028
(54,48,40)
#201C14
(32,28,20)
#000000
(0,0,0)

Tints of #FCE4DC

#FCE4DC
(252,228,220)
#FCE6DF
(252,230,223)
#FCE8E2
(252,232,226)
#FCEAE5
(252,234,229)
#FCECE8
(252,236,232)
#FCEEEB
(252,238,235)
#FCF0EE
(252,240,238)
#FCF2F1
(252,242,241)
#FCF4F4
(252,244,244)
#FCF6F7
(252,246,247)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE4DC color. Also use rgb(252,228,220) instead hex code.

Text Font Color

.myTextColor { color: #FCE4DC; }

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

This text font color is #FCE4DC.

Background Color

.myBgColor { background-color: #FCE4DC; }

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

This div background color is #FCE4DC.

Border color

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

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

This div border color is #FCE4DC.

Opacity

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

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

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

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

This text has shadow with #FCE4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE4DC.

Preview

Color preview on black background

This text has color #FCE4DC on black background.


Color preview on white background

This text has color #FCE4DC on white background.


Black color preview on #FCE4DC background

This text has black color on #FCE4DC background.


White color preview on #FCE4DC background

This text has white color on #FCE4DC background.


Related colors

Complementary color

Complementary color for #hex is #031B23.


I love getcolorcode.com

Triadic colors

1 #DCFCE4 and #E4DCFC with #FCE4DC are triadic colors.

2 #DCE4FC and #E4FCDC with #FCE4DC are triadic colors.