COLOR #FCE9E7

HEX: #FCE9E7 RGB: (252,233,231)

Color info

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

RGB color model

#FCE9E7 color RGB value is (252,233,231).

RGB: (252,233,231) (99%, 91%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 233 of 255 = 91%
B 231 of 255 = 91%

252
233
231

R + G + B ~ 94%. #FCE9E7 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 233 + 231 = 716 (100%)
R 252 of 716 ~ 35.2%
G 233 of 716 ~ 32.54%
B 231 of 716 ~ 32.26'%

%35.2
%32.54
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 8.33%
  • key color value is 1.18%

CMYK: (0,8,8,1)
C0M8Y8K1 (0%, 8%, 8%, 1%)
(0.00 / 0.08 / 0.08 / 0.01)

CMYK percentages

%0
%7.54
%8.33
%1.18

Codes

Color #FCE9E7 in popluar color models

FC E9 E7
RGB 252 233 231
HSL 77.78% 94.71%
HSB/HSV 8.33% 98.82%
CMYK 0.00% 7.54% 8.33%
1.18%

Color #FCE9E7 in popluar number systems.

HEX FC E9 E7
Decimal 252 233 231
Binary 11111100 11101001 11100111
Octal 374 351 347

Shades and tints

Shades of #FCE9E7

#FCE9E7
(252,233,231)
#E6D4D2
(230,212,210)
#D0BFBD
(208,191,189)
#BAAAA8
(186,170,168)
#A49593
(164,149,147)
#8E807E
(142,128,126)
#786B69
(120,107,105)
#625654
(98,86,84)
#4C413F
(76,65,63)
#362C2A
(54,44,42)
#201715
(32,23,21)
#000000
(0,0,0)

Tints of #FCE9E7

#FCE9E7
(252,233,231)
#FCEBE9
(252,235,233)
#FCEDEB
(252,237,235)
#FCEFED
(252,239,237)
#FCF1EF
(252,241,239)
#FCF3F1
(252,243,241)
#FCF5F3
(252,245,243)
#FCF7F5
(252,247,245)
#FCF9F7
(252,249,247)
#FCFBF9
(252,251,249)
#FCFDFB
(252,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE9E7; }

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

This text font color is #FCE9E7.

Background Color

.myBgColor { background-color: #FCE9E7; }

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

This div background color is #FCE9E7.

Border color

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

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

This div border color is #FCE9E7.

Opacity

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

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

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

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

This text has shadow with #FCE9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE9E7.

Preview

Color preview on black background

This text has color #FCE9E7 on black background.


Color preview on white background

This text has color #FCE9E7 on white background.


Black color preview on #FCE9E7 background

This text has black color on #FCE9E7 background.


White color preview on #FCE9E7 background

This text has white color on #FCE9E7 background.


Related colors

Complementary color

Complementary color for #hex is #031618.


I love getcolorcode.com

Triadic colors

1 #E7FCE9 and #E9E7FC with #FCE9E7 are triadic colors.

2 #E7E9FC and #E9FCE7 with #FCE9E7 are triadic colors.