COLOR #FCE8F0

HEX: #FCE8F0
RGB: (252,232,240)

Color info

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

RGB color model

#FCE8F0 color RGB value is (252,232,240).

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

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 240 of 255 = 94%

252
232
240

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

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 240 = 724 (100%)
R 252 of 724 ~ 34.81%
G 232 of 724 ~ 32.04%
B 240 of 724 ~ 33.15%

%34.81
%32.04
%33.15

CMYK color model

#FCE8F0 color CMYK value is (0,8,5,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 4.76%
  • key color value is 1.18%
CMYK:
(0,8,5,1)
C0M8Y5K1 
(0%,8%,5%,1%)
(0.00/0.08/0.05/0.01)	

CMYK percentages

%0
%7.94
%4.76
%1.18

Codes

Color #FCE8F0 in popluar color models

FCE8F0
RGB252232240
HSL336°76.92%94.90%
HSB/HSV336°7.94%98.82%
CMYK0.00%7.94%4.76%
1.18%

Color #FCE8F0 in popluar number systems.

HEXFCE8F0
Decimal252232240
Binary111111001110100011110000
Octal374350360

Shades and tints

Shades of #FCE8F0

#FCE8F0
(252,232,240)
#E6D3DB
(230,211,219)
#D0BEC6
(208,190,198)
#BAA9B1
(186,169,177)
#A4949C
(164,148,156)
#8E7F87
(142,127,135)
#786A72
(120,106,114)
#62555D
(98,85,93)
#4C4048
(76,64,72)
#362B33
(54,43,51)
#20161E
(32,22,30)
#000000
(0,0,0)

Tints of #FCE8F0

#FCE8F0
(252,232,240)
#FCEAF1
(252,234,241)
#FCECF2
(252,236,242)
#FCEEF3
(252,238,243)
#FCF0F4
(252,240,244)
#FCF2F5
(252,242,245)
#FCF4F6
(252,244,246)
#FCF6F7
(252,246,247)
#FCF8F8
(252,248,248)
#FCFAF9
(252,250,249)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE8F0; }

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

This text font color is #FCE8F0.


Background Color

.myBgColor { background-color: #FCE8F0; }

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

This div background color is #FCE8F0.


Border color

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

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

This div border color is #FCE8F0.


Opacity

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

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

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

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

This text has shadow with #FCE8F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE8F0 on black background.


Color preview on white background

This text has color #FCE8F0 on white background.



Black color preview on #FCE8F0 background

This text has black color on #FCE8F0 background.


White color preview on #FCE8F0 background

This text has white color on #FCE8F0 background.