COLOR #FCE0D0

HEX: #FCE0D0 RGB: (252,224,208)

Color info

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

RGB color model

#FCE0D0 color RGB value is (252,224,208).

RGB: (252,224,208) (99%, 88%, 82%)

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 208 of 255 = 82%

252
224
208

R + G + B ~ 90%. #FCE0D0 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 224 + 208 = 684 (100%)
R 252 of 684 ~ 36.84%
G 224 of 684 ~ 32.75%
B 208 of 684 ~ 30.41'%

%36.84
%32.75
%30.41

CMYK color model

#FCE0D0 color CMYK value is (0,11,17,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 17.46%
  • key color value is 1.18%
CMYK: (0,11,17,1) C0M11Y17K1 (0%,11%,17%,1%) (0.00/0.11/0.17/0.01) 

CMYK percentages

%0
%11.11
%17.46
%1.18

Codes

Color #FCE0D0 in popluar color models

FC E0 D0
RGB 252 224 208
HSL 22° 88.00% 90.20%
HSB/HSV 22° 17.46% 98.82%
CMYK 0.00% 11.11% 17.46%
1.18%

Color #FCE0D0 in popluar number systems.

HEX FC E0 D0
Decimal 252 224 208
Binary 11111100 11100000 11010000
Octal 374 340 320

Shades and tints

Shades of #FCE0D0

#FCE0D0
(252,224,208)
#E6CCBE
(230,204,190)
#D0B8AC
(208,184,172)
#BAA49A
(186,164,154)
#A49088
(164,144,136)
#8E7C76
(142,124,118)
#786864
(120,104,100)
#625452
(98,84,82)
#4C4040
(76,64,64)
#362C2E
(54,44,46)
#20181C
(32,24,28)
#000000
(0,0,0)

Tints of #FCE0D0

#FCE0D0
(252,224,208)
#FCE2D4
(252,226,212)
#FCE4D8
(252,228,216)
#FCE6DC
(252,230,220)
#FCE8E0
(252,232,224)
#FCEAE4
(252,234,228)
#FCECE8
(252,236,232)
#FCEEEC
(252,238,236)
#FCF0F0
(252,240,240)
#FCF2F4
(252,242,244)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE0D0; }

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

This text font color is #FCE0D0.

Background Color

.myBgColor { background-color: #FCE0D0; }

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

This div background color is #FCE0D0.

Border color

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

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

This div border color is #FCE0D0.

Opacity

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

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

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

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

This text has shadow with #FCE0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE0D0.

Preview

Color preview on black background

This text has color #FCE0D0 on black background.


Color preview on white background

This text has color #FCE0D0 on white background.


Black color preview on #FCE0D0 background

This text has black color on #FCE0D0 background.


White color preview on #FCE0D0 background

This text has white color on #FCE0D0 background.


Related colors

Complementary color

Complementary color for #hex is #031F2F.


I love getcolorcode.com

Triadic colors

1 #D0FCE0 and #E0D0FC with #FCE0D0 are triadic colors.

2 #D0E0FC and #E0FCD0 with #FCE0D0 are triadic colors.