COLOR #FCE0E8

HEX: #FCE0E8
RGB: (252,224,232)

Color info

#FCE0E8 contains red, green and blue colors in about the same proportion. Web safe color of #FCE0E8 is #FFCCFF (or #FCF).

RGB color model

#FCE0E8 color RGB value is (252,224,232).

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

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 232 of 255 = 91%

252
224
232

R + G + B ~ 93%. #FCE0E8 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 224 + 232 = 708 (100%)
R 252 of 708 ~ 35.59%
G 224 of 708 ~ 31.64%
B 232 of 708 ~ 32.77%

%35.59
%31.64
%32.77

CMYK color model

#FCE0E8 color CMYK value is (0,11,8,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(0,11,8,1)
C0M11Y8K1 
(0%,11%,8%,1%)
(0.00/0.11/0.08/0.01)	

CMYK percentages

%0
%11.11
%7.94
%1.18

Codes

Color #FCE0E8 in popluar color models

FCE0E8
RGB252224232
HSL343°82.35%93.33%
HSB/HSV343°11.11%98.82%
CMYK0.00%11.11%7.94%
1.18%

Color #FCE0E8 in popluar number systems.

HEXFCE0E8
Decimal252224232
Binary111111001110000011101000
Octal374340350

Shades and tints

Shades of #FCE0E8

#FCE0E8
(252,224,232)
#E6CCD3
(230,204,211)
#D0B8BE
(208,184,190)
#BAA4A9
(186,164,169)
#A49094
(164,144,148)
#8E7C7F
(142,124,127)
#78686A
(120,104,106)
#625455
(98,84,85)
#4C4040
(76,64,64)
#362C2B
(54,44,43)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCE0E8

#FCE0E8
(252,224,232)
#FCE2EA
(252,226,234)
#FCE4EC
(252,228,236)
#FCE6EE
(252,230,238)
#FCE8F0
(252,232,240)
#FCEAF2
(252,234,242)
#FCECF4
(252,236,244)
#FCEEF6
(252,238,246)
#FCF0F8
(252,240,248)
#FCF2FA
(252,242,250)
#FCF4FC
(252,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE0E8; }

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

This text font color is #FCE0E8.


Background Color

.myBgColor { background-color: #FCE0E8; }

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

This div background color is #FCE0E8.


Border color

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

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

This div border color is #FCE0E8.


Opacity

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

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

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

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

This text has shadow with #FCE0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE0E8 on black background.


Color preview on white background

This text has color #FCE0E8 on white background.



Black color preview on #FCE0E8 background

This text has black color on #FCE0E8 background.


White color preview on #FCE0E8 background

This text has white color on #FCE0E8 background.