COLOR #FCE7E4

HEX: #FCE7E4 RGB: (252,231,228)

Color info

#FCE7E4 contains red, green and blue colors in about the same proportion. Web safe color of #FCE7E4 is #FFFFCC (or #FFC).

RGB color model

#FCE7E4 color RGB value is (252,231,228).

RGB: (252,231,228) (99%, 91%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 228 of 255 = 89%

252
231
228

R + G + B ~ 93%. #FCE7E4 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 231 + 228 = 711 (100%)
R 252 of 711 ~ 35.44%
G 231 of 711 ~ 32.49%
B 228 of 711 ~ 32.07'%

%35.44
%32.49
%32.07

CMYK color model

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

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

CMYK: (0,8,10,1)
C0M8Y10K1 (0%, 8%, 10%, 1%)
(0.00 / 0.08 / 0.10 / 0.01)

CMYK percentages

%0
%8.33
%9.52
%1.18

Codes

Color #FCE7E4 in popluar color models

FC E7 E4
RGB 252 231 228
HSL 80.00% 94.12%
HSB/HSV 9.52% 98.82%
CMYK 0.00% 8.33% 9.52%
1.18%

Color #FCE7E4 in popluar number systems.

HEX FC E7 E4
Decimal 252 231 228
Binary 11111100 11100111 11100100
Octal 374 347 344

Shades and tints

Shades of #FCE7E4

#FCE7E4
(252,231,228)
#E6D2D0
(230,210,208)
#D0BDBC
(208,189,188)
#BAA8A8
(186,168,168)
#A49394
(164,147,148)
#8E7E80
(142,126,128)
#78696C
(120,105,108)
#625458
(98,84,88)
#4C3F44
(76,63,68)
#362A30
(54,42,48)
#20151C
(32,21,28)
#000000
(0,0,0)

Tints of #FCE7E4

#FCE7E4
(252,231,228)
#FCE9E6
(252,233,230)
#FCEBE8
(252,235,232)
#FCEDEA
(252,237,234)
#FCEFEC
(252,239,236)
#FCF1EE
(252,241,238)
#FCF3F0
(252,243,240)
#FCF5F2
(252,245,242)
#FCF7F4
(252,247,244)
#FCF9F6
(252,249,246)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE7E4; }

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

This text font color is #FCE7E4.

Background Color

.myBgColor { background-color: #FCE7E4; }

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

This div background color is #FCE7E4.

Border color

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

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

This div border color is #FCE7E4.

Opacity

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

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

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

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

This text has shadow with #FCE7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE7E4.

Preview

Color preview on black background

This text has color #FCE7E4 on black background.


Color preview on white background

This text has color #FCE7E4 on white background.


Black color preview on #FCE7E4 background

This text has black color on #FCE7E4 background.


White color preview on #FCE7E4 background

This text has white color on #FCE7E4 background.


Related colors

Complementary color

Complementary color for #hex is #03181B.


I love getcolorcode.com

Triadic colors

1 #E4FCE7 and #E7E4FC with #FCE7E4 are triadic colors.

2 #E4E7FC and #E7FCE4 with #FCE7E4 are triadic colors.