COLOR #FCE4DE

HEX: #FCE4DE RGB: (252,228,222)

Color info

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

RGB color model

#FCE4DE color RGB value is (252,228,222).

RGB: (252,228,222) (99%, 89%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 222 of 255 = 87%

252
228
222

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

Portions of RGB colors in percentages

R + G + B = 252 + 228 + 222 = 702 (100%)
R 252 of 702 ~ 35.9%
G 228 of 702 ~ 32.48%
B 222 of 702 ~ 31.62'%

%35.9
%32.48
%31.62

CMYK color model

#FCE4DE color CMYK value is (0,10,12,1).

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

CMYK: (0,10,12,1)
C0M10Y12K1 (0%, 10%, 12%, 1%)
(0.00 / 0.10 / 0.12 / 0.01)

CMYK percentages

%0
%9.52
%11.9
%1.18

Codes

Color #FCE4DE in popluar color models

FC E4 DE
RGB 252 228 222
HSL 12° 83.33% 92.94%
HSB/HSV 12° 11.90% 98.82%
CMYK 0.00% 9.52% 11.90%
1.18%

Color #FCE4DE in popluar number systems.

HEX FC E4 DE
Decimal 252 228 222
Binary 11111100 11100100 11011110
Octal 374 344 336

Shades and tints

Shades of #FCE4DE

#FCE4DE
(252,228,222)
#E6D0CA
(230,208,202)
#D0BCB6
(208,188,182)
#BAA8A2
(186,168,162)
#A4948E
(164,148,142)
#8E807A
(142,128,122)
#786C66
(120,108,102)
#625852
(98,88,82)
#4C443E
(76,68,62)
#36302A
(54,48,42)
#201C16
(32,28,22)
#000000
(0,0,0)

Tints of #FCE4DE

#FCE4DE
(252,228,222)
#FCE6E1
(252,230,225)
#FCE8E4
(252,232,228)
#FCEAE7
(252,234,231)
#FCECEA
(252,236,234)
#FCEEED
(252,238,237)
#FCF0F0
(252,240,240)
#FCF2F3
(252,242,243)
#FCF4F6
(252,244,246)
#FCF6F9
(252,246,249)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE4DE; }

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

This text font color is #FCE4DE.

Background Color

.myBgColor { background-color: #FCE4DE; }

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

This div background color is #FCE4DE.

Border color

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

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

This div border color is #FCE4DE.

Opacity

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

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

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

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

This text has shadow with #FCE4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE4DE.

Preview

Color preview on black background

This text has color #FCE4DE on black background.


Color preview on white background

This text has color #FCE4DE on white background.


Black color preview on #FCE4DE background

This text has black color on #FCE4DE background.


White color preview on #FCE4DE background

This text has white color on #FCE4DE background.


Related colors

Complementary color

Complementary color for #hex is #031B21.


I love getcolorcode.com

Triadic colors

1 #DEFCE4 and #E4DEFC with #FCE4DE are triadic colors.

2 #DEE4FC and #E4FCDE with #FCE4DE are triadic colors.