COLOR #FCE0DD

HEX: #FCE0DD
RGB: (252,224,221)

Color info

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

RGB color model

#FCE0DD color RGB value is (252,224,221).

  • red value is 252;
  • green value is 224;
  • blue value is 221.
RGB:
(252,224,221)
(99%,88%,87%)

RGB channels and saturation

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

252
224
221

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

Portions of RGB colors in percentages

R + G + B =
252 + 224 + 221 = 697 (100%)
R 252 of 697 ~ 36.15%
G 224 of 697 ~ 32.14%
B 221 of 697 ~ 31.71%

%36.15
%32.14
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 12.30%
  • 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
%12.3
%1.18

Codes

Color #FCE0DD in popluar color models

FCE0DD
RGB252224221
HSL83.78%92.75%
HSB/HSV12.30%98.82%
CMYK0.00%11.11%12.30%
1.18%

Color #FCE0DD in popluar number systems.

HEXFCE0DD
Decimal252224221
Binary111111001110000011011101
Octal374340335

Shades and tints

Shades of #FCE0DD

#FCE0DD
(252,224,221)
#E6CCC9
(230,204,201)
#D0B8B5
(208,184,181)
#BAA4A1
(186,164,161)
#A4908D
(164,144,141)
#8E7C79
(142,124,121)
#786865
(120,104,101)
#625451
(98,84,81)
#4C403D
(76,64,61)
#362C29
(54,44,41)
#201815
(32,24,21)
#000000
(0,0,0)

Tints of #FCE0DD

#FCE0DD
(252,224,221)
#FCE2E0
(252,226,224)
#FCE4E3
(252,228,227)
#FCE6E6
(252,230,230)
#FCE8E9
(252,232,233)
#FCEAEC
(252,234,236)
#FCECEF
(252,236,239)
#FCEEF2
(252,238,242)
#FCF0F5
(252,240,245)
#FCF2F8
(252,242,248)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE0DD; }

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

This text font color is #FCE0DD.


Background Color

.myBgColor { background-color: #FCE0DD; }

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

This div background color is #FCE0DD.


Border color

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

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

This div border color is #FCE0DD.


Opacity

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

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

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

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

This text has shadow with #FCE0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE0DD on black background.


Color preview on white background

This text has color #FCE0DD on white background.



Black color preview on #FCE0DD background

This text has black color on #FCE0DD background.


White color preview on #FCE0DD background

This text has white color on #FCE0DD background.