COLOR #FCE2CC

HEX: #FCE2CC RGB: (252,226,204)

Color info

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

RGB color model

#FCE2CC color RGB value is (252,226,204).

RGB: (252,226,204) (99%, 89%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 204 of 255 = 80%

252
226
204

R + G + B ~ 89%. #FCE2CC is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 226 + 204 = 682 (100%)
R 252 of 682 ~ 36.95%
G 226 of 682 ~ 33.14%
B 204 of 682 ~ 29.91'%

%36.95
%33.14
%29.91

CMYK color model

#FCE2CC color CMYK value is (0,10,19,1).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 19.05%
  • key color value is 1.18%

CMYK: (0,10,19,1)
C0M10Y19K1 (0%, 10%, 19%, 1%)
(0.00 / 0.10 / 0.19 / 0.01)

CMYK percentages

%0
%10.32
%19.05
%1.18

Codes

Color #FCE2CC in popluar color models

FC E2 CC
RGB 252 226 204
HSL 28° 88.89% 89.41%
HSB/HSV 28° 19.05% 98.82%
CMYK 0.00% 10.32% 19.05%
1.18%

Color #FCE2CC in popluar number systems.

HEX FC E2 CC
Decimal 252 226 204
Binary 11111100 11100010 11001100
Octal 374 342 314

Shades and tints

Shades of #FCE2CC

#FCE2CC
(252,226,204)
#E6CEBA
(230,206,186)
#D0BAA8
(208,186,168)
#BAA696
(186,166,150)
#A49284
(164,146,132)
#8E7E72
(142,126,114)
#786A60
(120,106,96)
#62564E
(98,86,78)
#4C423C
(76,66,60)
#362E2A
(54,46,42)
#201A18
(32,26,24)
#000000
(0,0,0)

Tints of #FCE2CC

#FCE2CC
(252,226,204)
#FCE4D0
(252,228,208)
#FCE6D4
(252,230,212)
#FCE8D8
(252,232,216)
#FCEADC
(252,234,220)
#FCECE0
(252,236,224)
#FCEEE4
(252,238,228)
#FCF0E8
(252,240,232)
#FCF2EC
(252,242,236)
#FCF4F0
(252,244,240)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2CC; }

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

This text font color is #FCE2CC.

Background Color

.myBgColor { background-color: #FCE2CC; }

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

This div background color is #FCE2CC.

Border color

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

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

This div border color is #FCE2CC.

Opacity

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

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

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

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

This text has shadow with #FCE2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE2CC.

Preview

Color preview on black background

This text has color #FCE2CC on black background.


Color preview on white background

This text has color #FCE2CC on white background.


Black color preview on #FCE2CC background

This text has black color on #FCE2CC background.


White color preview on #FCE2CC background

This text has white color on #FCE2CC background.


Related colors

Complementary color

Complementary color for #hex is #031D33.


I love getcolorcode.com

Triadic colors

1 #CCFCE2 and #E2CCFC with #FCE2CC are triadic colors.

2 #CCE2FC and #E2FCCC with #FCE2CC are triadic colors.