COLOR #FCE0DE

HEX: #FCE0DE RGB: (252,224,222)

Color info

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

RGB color model

#FCE0DE color RGB value is (252,224,222).

RGB: (252,224,222) (99%, 88%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 222 of 255 = 87%

252
224
222

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

Portions of RGB colors in percentages

R + G + B = 252 + 224 + 222 = 698 (100%)
R 252 of 698 ~ 36.1%
G 224 of 698 ~ 32.09%
B 222 of 698 ~ 31.81'%

%36.1
%32.09
%31.81

CMYK color model

#FCE0DE color CMYK value is (0,11,12,1).

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

CMYK: (0,11,12,1)
C0M11Y12K1 (0%, 11%, 12%, 1%)
(0.00 / 0.11 / 0.12 / 0.01)

CMYK percentages

%0
%11.11
%11.9
%1.18

Codes

Color #FCE0DE in popluar color models

FC E0 DE
RGB 252 224 222
HSL 83.33% 92.94%
HSB/HSV 11.90% 98.82%
CMYK 0.00% 11.11% 11.90%
1.18%

Color #FCE0DE in popluar number systems.

HEX FC E0 DE
Decimal 252 224 222
Binary 11111100 11100000 11011110
Octal 374 340 336

Shades and tints

Shades of #FCE0DE

#FCE0DE
(252,224,222)
#E6CCCA
(230,204,202)
#D0B8B6
(208,184,182)
#BAA4A2
(186,164,162)
#A4908E
(164,144,142)
#8E7C7A
(142,124,122)
#786866
(120,104,102)
#625452
(98,84,82)
#4C403E
(76,64,62)
#362C2A
(54,44,42)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCE0DE

#FCE0DE
(252,224,222)
#FCE2E1
(252,226,225)
#FCE4E4
(252,228,228)
#FCE6E7
(252,230,231)
#FCE8EA
(252,232,234)
#FCEAED
(252,234,237)
#FCECF0
(252,236,240)
#FCEEF3
(252,238,243)
#FCF0F6
(252,240,246)
#FCF2F9
(252,242,249)
#FCF4FC
(252,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE0DE; }

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

This text font color is #FCE0DE.

Background Color

.myBgColor { background-color: #FCE0DE; }

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

This div background color is #FCE0DE.

Border color

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

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

This div border color is #FCE0DE.

Opacity

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

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

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

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

This text has shadow with #FCE0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE0DE.

Preview

Color preview on black background

This text has color #FCE0DE on black background.


Color preview on white background

This text has color #FCE0DE on white background.


Black color preview on #FCE0DE background

This text has black color on #FCE0DE background.


White color preview on #FCE0DE background

This text has white color on #FCE0DE background.


Related colors

Complementary color

Complementary color for #hex is #031F21.


I love getcolorcode.com

Triadic colors

1 #DEFCE0 and #E0DEFC with #FCE0DE are triadic colors.

2 #DEE0FC and #E0FCDE with #FCE0DE are triadic colors.