COLOR #FCE9F2

HEX: #FCE9F2
RGB: (252,233,242)

Color info

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

RGB color model

#FCE9F2 color RGB value is (252,233,242).

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

RGB channels and saturation

R 252 of 255 = 99%
G 233 of 255 = 91%
B 242 of 255 = 95%

252
233
242

R + G + B ~ 95%. #FCE9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 233 + 242 = 727 (100%)
R 252 of 727 ~ 34.66%
G 233 of 727 ~ 32.05%
B 242 of 727 ~ 33.29%

%34.66
%32.05
%33.29

CMYK color model

#FCE9F2 color CMYK value is (0,8,4,1).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(0,8,4,1)
C0M8Y4K1 
(0%,8%,4%,1%)
(0.00/0.08/0.04/0.01)	

CMYK percentages

%0
%7.54
%3.97
%1.18

Codes

Color #FCE9F2 in popluar color models

FCE9F2
RGB252233242
HSL332°76.00%95.10%
HSB/HSV332°7.54%98.82%
CMYK0.00%7.54%3.97%
1.18%

Color #FCE9F2 in popluar number systems.

HEXFCE9F2
Decimal252233242
Binary111111001110100111110010
Octal374351362

Shades and tints

Shades of #FCE9F2

#FCE9F2
(252,233,242)
#E6D4DC
(230,212,220)
#D0BFC6
(208,191,198)
#BAAAB0
(186,170,176)
#A4959A
(164,149,154)
#8E8084
(142,128,132)
#786B6E
(120,107,110)
#625658
(98,86,88)
#4C4142
(76,65,66)
#362C2C
(54,44,44)
#201716
(32,23,22)
#000000
(0,0,0)

Tints of #FCE9F2

#FCE9F2
(252,233,242)
#FCEBF3
(252,235,243)
#FCEDF4
(252,237,244)
#FCEFF5
(252,239,245)
#FCF1F6
(252,241,246)
#FCF3F7
(252,243,247)
#FCF5F8
(252,245,248)
#FCF7F9
(252,247,249)
#FCF9FA
(252,249,250)
#FCFBFB
(252,251,251)
#FCFDFC
(252,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE9F2; }

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

This text font color is #FCE9F2.


Background Color

.myBgColor { background-color: #FCE9F2; }

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

This div background color is #FCE9F2.


Border color

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

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

This div border color is #FCE9F2.


Opacity

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

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

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

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

This text has shadow with #FCE9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE9F2 on black background.


Color preview on white background

This text has color #FCE9F2 on white background.



Black color preview on #FCE9F2 background

This text has black color on #FCE9F2 background.


White color preview on #FCE9F2 background

This text has white color on #FCE9F2 background.