COLOR #FCE8F2

HEX: #FCE8F2
RGB: (252,232,242)

Color info

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

RGB color model

#FCE8F2 color RGB value is (252,232,242).

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

RGB channels and saturation

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

252
232
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 242 = 726 (100%)
R 252 of 726 ~ 34.71%
G 232 of 726 ~ 31.96%
B 242 of 726 ~ 33.33%

%34.71
%31.96
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.94%
  • 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.94
%3.97
%1.18

Codes

Color #FCE8F2 in popluar color models

FCE8F2
RGB252232242
HSL330°76.92%94.90%
HSB/HSV330°7.94%98.82%
CMYK0.00%7.94%3.97%
1.18%

Color #FCE8F2 in popluar number systems.

HEXFCE8F2
Decimal252232242
Binary111111001110100011110010
Octal374350362

Shades and tints

Shades of #FCE8F2

#FCE8F2
(252,232,242)
#E6D3DC
(230,211,220)
#D0BEC6
(208,190,198)
#BAA9B0
(186,169,176)
#A4949A
(164,148,154)
#8E7F84
(142,127,132)
#786A6E
(120,106,110)
#625558
(98,85,88)
#4C4042
(76,64,66)
#362B2C
(54,43,44)
#201616
(32,22,22)
#000000
(0,0,0)

Tints of #FCE8F2

#FCE8F2
(252,232,242)
#FCEAF3
(252,234,243)
#FCECF4
(252,236,244)
#FCEEF5
(252,238,245)
#FCF0F6
(252,240,246)
#FCF2F7
(252,242,247)
#FCF4F8
(252,244,248)
#FCF6F9
(252,246,249)
#FCF8FA
(252,248,250)
#FCFAFB
(252,250,251)
#FCFCFC
(252,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE8F2; }

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

This text font color is #FCE8F2.


Background Color

.myBgColor { background-color: #FCE8F2; }

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

This div background color is #FCE8F2.


Border color

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

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

This div border color is #FCE8F2.


Opacity

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

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

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

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

This text has shadow with #FCE8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE8F2 on black background.


Color preview on white background

This text has color #FCE8F2 on white background.



Black color preview on #FCE8F2 background

This text has black color on #FCE8F2 background.


White color preview on #FCE8F2 background

This text has white color on #FCE8F2 background.