COLOR #FCE0EA

HEX: #FCE0EA
RGB: (252,224,234)

Color info

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

RGB color model

#FCE0EA color RGB value is (252,224,234).

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

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 234 of 255 = 92%

252
224
234

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

Portions of RGB colors in percentages

R + G + B =
252 + 224 + 234 = 710 (100%)
R 252 of 710 ~ 35.49%
G 224 of 710 ~ 31.55%
B 234 of 710 ~ 32.96%

%35.49
%31.55
%32.96

CMYK color model

#FCE0EA color CMYK value is (0,11,7,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 7.14%
  • key color value is 1.18%
CMYK:
(0,11,7,1)
C0M11Y7K1 
(0%,11%,7%,1%)
(0.00/0.11/0.07/0.01)	

CMYK percentages

%0
%11.11
%7.14
%1.18

Codes

Color #FCE0EA in popluar color models

FCE0EA
RGB252224234
HSL339°82.35%93.33%
HSB/HSV339°11.11%98.82%
CMYK0.00%11.11%7.14%
1.18%

Color #FCE0EA in popluar number systems.

HEXFCE0EA
Decimal252224234
Binary111111001110000011101010
Octal374340352

Shades and tints

Shades of #FCE0EA

#FCE0EA
(252,224,234)
#E6CCD5
(230,204,213)
#D0B8C0
(208,184,192)
#BAA4AB
(186,164,171)
#A49096
(164,144,150)
#8E7C81
(142,124,129)
#78686C
(120,104,108)
#625457
(98,84,87)
#4C4042
(76,64,66)
#362C2D
(54,44,45)
#201818
(32,24,24)
#000000
(0,0,0)

Tints of #FCE0EA

#FCE0EA
(252,224,234)
#FCE2EB
(252,226,235)
#FCE4EC
(252,228,236)
#FCE6ED
(252,230,237)
#FCE8EE
(252,232,238)
#FCEAEF
(252,234,239)
#FCECF0
(252,236,240)
#FCEEF1
(252,238,241)
#FCF0F2
(252,240,242)
#FCF2F3
(252,242,243)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE0EA; }

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

This text font color is #FCE0EA.


Background Color

.myBgColor { background-color: #FCE0EA; }

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

This div background color is #FCE0EA.


Border color

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

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

This div border color is #FCE0EA.


Opacity

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

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

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

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

This text has shadow with #FCE0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE0EA on black background.


Color preview on white background

This text has color #FCE0EA on white background.



Black color preview on #FCE0EA background

This text has black color on #FCE0EA background.


White color preview on #FCE0EA background

This text has white color on #FCE0EA background.