COLOR #FCE2DC

HEX: #FCE2DC RGB: (252,226,220)

Color info

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

RGB color model

#FCE2DC color RGB value is (252,226,220).

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

RGB channels and saturation

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

252
226
220

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

Portions of RGB colors in percentages

R + G + B = 252 + 226 + 220 = 698 (100%)
R 252 of 698 ~ 36.1%
G 226 of 698 ~ 32.38%
B 220 of 698 ~ 31.52'%

%36.1
%32.38
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.32%
  • 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
%10.32
%12.7
%1.18

Codes

Color #FCE2DC in popluar color models

FC E2 DC
RGB 252 226 220
HSL 11° 84.21% 92.55%
HSB/HSV 11° 12.70% 98.82%
CMYK 0.00% 10.32% 12.70%
1.18%

Color #FCE2DC in popluar number systems.

HEX FC E2 DC
Decimal 252 226 220
Binary 11111100 11100010 11011100
Octal 374 342 334

Shades and tints

Shades of #FCE2DC

#FCE2DC
(252,226,220)
#E6CEC8
(230,206,200)
#D0BAB4
(208,186,180)
#BAA6A0
(186,166,160)
#A4928C
(164,146,140)
#8E7E78
(142,126,120)
#786A64
(120,106,100)
#625650
(98,86,80)
#4C423C
(76,66,60)
#362E28
(54,46,40)
#201A14
(32,26,20)
#000000
(0,0,0)

Tints of #FCE2DC

#FCE2DC
(252,226,220)
#FCE4DF
(252,228,223)
#FCE6E2
(252,230,226)
#FCE8E5
(252,232,229)
#FCEAE8
(252,234,232)
#FCECEB
(252,236,235)
#FCEEEE
(252,238,238)
#FCF0F1
(252,240,241)
#FCF2F4
(252,242,244)
#FCF4F7
(252,244,247)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2DC; }

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

This text font color is #FCE2DC.

Background Color

.myBgColor { background-color: #FCE2DC; }

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

This div background color is #FCE2DC.

Border color

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

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

This div border color is #FCE2DC.

Opacity

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

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

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

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

This text has shadow with #FCE2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE2DC.

Preview

Color preview on black background

This text has color #FCE2DC on black background.


Color preview on white background

This text has color #FCE2DC on white background.


Black color preview on #FCE2DC background

This text has black color on #FCE2DC background.


White color preview on #FCE2DC background

This text has white color on #FCE2DC background.


Related colors

Complementary color

Complementary color for #hex is #031D23.


I love getcolorcode.com

Triadic colors

1 #DCFCE2 and #E2DCFC with #FCE2DC are triadic colors.

2 #DCE2FC and #E2FCDC with #FCE2DC are triadic colors.