COLOR #FCE7F4

HEX: #FCE7F4
RGB: (252,231,244)

Color info

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

RGB color model

#FCE7F4 color RGB value is (252,231,244).

  • red value is 252;
  • green value is 231;
  • blue value is 244.
RGB:
(252,231,244)
(99%,91%,96%)

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 244 of 255 = 96%

252
231
244

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

Portions of RGB colors in percentages

R + G + B =
252 + 231 + 244 = 727 (100%)
R 252 of 727 ~ 34.66%
G 231 of 727 ~ 31.77%
B 244 of 727 ~ 33.56%

%34.66
%31.77
%33.56

CMYK color model

#FCE7F4 color CMYK value is (0,8,3,1).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 3.17%
  • key color value is 1.18%
CMYK:
(0,8,3,1)
C0M8Y3K1 
(0%,8%,3%,1%)
(0.00/0.08/0.03/0.01)	

CMYK percentages

%0
%8.33
%3.17
%1.18

Codes

Color #FCE7F4 in popluar color models

FCE7F4
RGB252231244
HSL323°77.78%94.71%
HSB/HSV323°8.33%98.82%
CMYK0.00%8.33%3.17%
1.18%

Color #FCE7F4 in popluar number systems.

HEXFCE7F4
Decimal252231244
Binary111111001110011111110100
Octal374347364

Shades and tints

Shades of #FCE7F4

#FCE7F4
(252,231,244)
#E6D2DE
(230,210,222)
#D0BDC8
(208,189,200)
#BAA8B2
(186,168,178)
#A4939C
(164,147,156)
#8E7E86
(142,126,134)
#786970
(120,105,112)
#62545A
(98,84,90)
#4C3F44
(76,63,68)
#362A2E
(54,42,46)
#201518
(32,21,24)
#000000
(0,0,0)

Tints of #FCE7F4

#FCE7F4
(252,231,244)
#FCE9F5
(252,233,245)
#FCEBF6
(252,235,246)
#FCEDF7
(252,237,247)
#FCEFF8
(252,239,248)
#FCF1F9
(252,241,249)
#FCF3FA
(252,243,250)
#FCF5FB
(252,245,251)
#FCF7FC
(252,247,252)
#FCF9FD
(252,249,253)
#FCFBFE
(252,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE7F4 color. Also use rgb(252,231,244) instead hex code.

Text Font Color

.myTextColor { color: #FCE7F4; }

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

This text font color is #FCE7F4.


Background Color

.myBgColor { background-color: #FCE7F4; }

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

This div background color is #FCE7F4.


Border color

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

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

This div border color is #FCE7F4.


Opacity

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

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

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

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

This text has shadow with #FCE7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE7F4 on black background.


Color preview on white background

This text has color #FCE7F4 on white background.



Black color preview on #FCE7F4 background

This text has black color on #FCE7F4 background.


White color preview on #FCE7F4 background

This text has white color on #FCE7F4 background.