COLOR #FCE2E0

HEX: #FCE2E0
RGB: (252,226,224)

Color info

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

RGB color model

#FCE2E0 color RGB value is (252,226,224).

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

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 224 of 255 = 88%

252
226
224

R + G + B ~ 92%. #FCE2E0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 226 + 224 = 702 (100%)
R 252 of 702 ~ 35.9%
G 226 of 702 ~ 32.19%
B 224 of 702 ~ 31.91%

%35.9
%32.19
%31.91

CMYK color model

#FCE2E0 color CMYK value is (0,10,11,1).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(0,10,11,1)
C0M10Y11K1 
(0%,10%,11%,1%)
(0.00/0.10/0.11/0.01)	

CMYK percentages

%0
%10.32
%11.11
%1.18

Codes

Color #FCE2E0 in popluar color models

FCE2E0
RGB252226224
HSL82.35%93.33%
HSB/HSV11.11%98.82%
CMYK0.00%10.32%11.11%
1.18%

Color #FCE2E0 in popluar number systems.

HEXFCE2E0
Decimal252226224
Binary111111001110001011100000
Octal374342340

Shades and tints

Shades of #FCE2E0

#FCE2E0
(252,226,224)
#E6CECC
(230,206,204)
#D0BAB8
(208,186,184)
#BAA6A4
(186,166,164)
#A49290
(164,146,144)
#8E7E7C
(142,126,124)
#786A68
(120,106,104)
#625654
(98,86,84)
#4C4240
(76,66,64)
#362E2C
(54,46,44)
#201A18
(32,26,24)
#000000
(0,0,0)

Tints of #FCE2E0

#FCE2E0
(252,226,224)
#FCE4E2
(252,228,226)
#FCE6E4
(252,230,228)
#FCE8E6
(252,232,230)
#FCEAE8
(252,234,232)
#FCECEA
(252,236,234)
#FCEEEC
(252,238,236)
#FCF0EE
(252,240,238)
#FCF2F0
(252,242,240)
#FCF4F2
(252,244,242)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2E0; }

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

This text font color is #FCE2E0.


Background Color

.myBgColor { background-color: #FCE2E0; }

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

This div background color is #FCE2E0.


Border color

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

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

This div border color is #FCE2E0.


Opacity

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

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

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

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

This text has shadow with #FCE2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE2E0 on black background.


Color preview on white background

This text has color #FCE2E0 on white background.



Black color preview on #FCE2E0 background

This text has black color on #FCE2E0 background.


White color preview on #FCE2E0 background

This text has white color on #FCE2E0 background.