COLOR #FCE7EF

HEX: #FCE7EF RGB: (252,231,239)

Color info

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

RGB color model

#FCE7EF color RGB value is (252,231,239).

RGB: (252,231,239) (99%, 91%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 239 of 255 = 94%

252
231
239

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

Portions of RGB colors in percentages

R + G + B = 252 + 231 + 239 = 722 (100%)
R 252 of 722 ~ 34.9%
G 231 of 722 ~ 31.99%
B 239 of 722 ~ 33.1'%

%34.9
%31.99
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 5.16%
  • 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
%8.33
%5.16
%1.18

Codes

Color #FCE7EF in popluar color models

FC E7 EF
RGB 252 231 239
HSL 337° 77.78% 94.71%
HSB/HSV 337° 8.33% 98.82%
CMYK 0.00% 8.33% 5.16%
1.18%

Color #FCE7EF in popluar number systems.

HEX FC E7 EF
Decimal 252 231 239
Binary 11111100 11100111 11101111
Octal 374 347 357

Shades and tints

Shades of #FCE7EF

#FCE7EF
(252,231,239)
#E6D2DA
(230,210,218)
#D0BDC5
(208,189,197)
#BAA8B0
(186,168,176)
#A4939B
(164,147,155)
#8E7E86
(142,126,134)
#786971
(120,105,113)
#62545C
(98,84,92)
#4C3F47
(76,63,71)
#362A32
(54,42,50)
#20151D
(32,21,29)
#000000
(0,0,0)

Tints of #FCE7EF

#FCE7EF
(252,231,239)
#FCE9F0
(252,233,240)
#FCEBF1
(252,235,241)
#FCEDF2
(252,237,242)
#FCEFF3
(252,239,243)
#FCF1F4
(252,241,244)
#FCF3F5
(252,243,245)
#FCF5F6
(252,245,246)
#FCF7F7
(252,247,247)
#FCF9F8
(252,249,248)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE7EF; }

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

This text font color is #FCE7EF.

Background Color

.myBgColor { background-color: #FCE7EF; }

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

This div background color is #FCE7EF.

Border color

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

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

This div border color is #FCE7EF.

Opacity

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

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

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

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

This text has shadow with #FCE7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE7EF.

Preview

Color preview on black background

This text has color #FCE7EF on black background.


Color preview on white background

This text has color #FCE7EF on white background.


Black color preview on #FCE7EF background

This text has black color on #FCE7EF background.


White color preview on #FCE7EF background

This text has white color on #FCE7EF background.


Related colors

Complementary color

Complementary color for #hex is #031810.


I love getcolorcode.com

Triadic colors

1 #EFFCE7 and #E7EFFC with #FCE7EF are triadic colors.

2 #EFE7FC and #E7FCEF with #FCE7EF are triadic colors.