COLOR #FCE9ED

HEX: #FCE9ED
RGB: (252,233,237)

Color info

#FCE9ED contains red, green and blue colors in about the same proportion. Web safe color of #FCE9ED is #FFFFFF (or #FFF).

RGB color model

#FCE9ED color RGB value is (252,233,237).

  • red value is 252;
  • green value is 233;
  • blue value is 237.
RGB: (252,233,237) (99%,91%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 233 of 255 = 91%
B 237 of 255 = 93%

252
233
237

R + G + B ~ 94%. #FCE9ED is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 233 + 237 = 722 (100%)
R 252 of 722 ~ 34.9%
G 233 of 722 ~ 32.27%
B 237 of 722 ~ 32.83%

%34.9
%32.27
%32.83

CMYK color model

#FCE9ED color CMYK value is (0,8,6,1).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK: (0,8,6,1) C0M8Y6K1 (0%,8%,6%,1%) (0.00/0.08/0.06/0.01)

CMYK percentages

%0
%7.54
%5.95
%1.18

Codes

Color #FCE9ED in popluar color models

FCE9ED
RGB252233237
HSL347°76.00%95.10%
HSB/HSV347°7.54%98.82%
CMYK0.00%7.54%5.95%
1.18%

Color #FCE9ED in popluar number systems.

HEXFCE9ED
Decimal252233237
Binary111111001110100111101101
Octal374351355

Shades and tints

Shades of #FCE9ED

#FCE9ED
(252,233,237)
#E6D4D8
(230,212,216)
#D0BFC3
(208,191,195)
#BAAAAE
(186,170,174)
#A49599
(164,149,153)
#8E8084
(142,128,132)
#786B6F
(120,107,111)
#62565A
(98,86,90)
#4C4145
(76,65,69)
#362C30
(54,44,48)
#20171B
(32,23,27)
#000000
(0,0,0)

Tints of #FCE9ED

#FCE9ED
(252,233,237)
#FCEBEE
(252,235,238)
#FCEDEF
(252,237,239)
#FCEFF0
(252,239,240)
#FCF1F1
(252,241,241)
#FCF3F2
(252,243,242)
#FCF5F3
(252,245,243)
#FCF7F4
(252,247,244)
#FCF9F5
(252,249,245)
#FCFBF6
(252,251,246)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE9ED color. Also use rgb(252,233,237) instead hex code.

Text Font Color

.myTextColor { color: #FCE9ED; }

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

This text font color is #FCE9ED.


Background Color

.myBgColor { background-color: #FCE9ED; }

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

This div background color is #FCE9ED.


Border color

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

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

This div border color is #FCE9ED.


Opacity

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

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

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

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

This text has shadow with #FCE9ED color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FCE9ED on black background.


Color preview on white background

This text has color #FCE9ED on white background.



Black color preview on #FCE9ED background

This text has black color on #FCE9ED background.


White color preview on #FCE9ED background

This text has white color on #FCE9ED background.