COLOR #FCE8E3

HEX: #FCE8E3 RGB: (252,232,227)

Color info

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

RGB color model

#FCE8E3 color RGB value is (252,232,227).

RGB: (252,232,227) (99%, 91%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 227 of 255 = 89%

252
232
227

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

Portions of RGB colors in percentages

R + G + B = 252 + 232 + 227 = 711 (100%)
R 252 of 711 ~ 35.44%
G 232 of 711 ~ 32.63%
B 227 of 711 ~ 31.93'%

%35.44
%32.63
%31.93

CMYK color model

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

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

Codes

Color #FCE8E3 in popluar color models

FC E8 E3
RGB 252 232 227
HSL 12° 80.65% 93.92%
HSB/HSV 12° 9.92% 98.82%
CMYK 0.00% 7.94% 9.92%
1.18%

Color #FCE8E3 in popluar number systems.

HEX FC E8 E3
Decimal 252 232 227
Binary 11111100 11101000 11100011
Octal 374 350 343

Shades and tints

Shades of #FCE8E3

#FCE8E3
(252,232,227)
#E6D3CF
(230,211,207)
#D0BEBB
(208,190,187)
#BAA9A7
(186,169,167)
#A49493
(164,148,147)
#8E7F7F
(142,127,127)
#786A6B
(120,106,107)
#625557
(98,85,87)
#4C4043
(76,64,67)
#362B2F
(54,43,47)
#20161B
(32,22,27)
#000000
(0,0,0)

Tints of #FCE8E3

#FCE8E3
(252,232,227)
#FCEAE5
(252,234,229)
#FCECE7
(252,236,231)
#FCEEE9
(252,238,233)
#FCF0EB
(252,240,235)
#FCF2ED
(252,242,237)
#FCF4EF
(252,244,239)
#FCF6F1
(252,246,241)
#FCF8F3
(252,248,243)
#FCFAF5
(252,250,245)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE8E3; }

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

This text font color is #FCE8E3.

Background Color

.myBgColor { background-color: #FCE8E3; }

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

This div background color is #FCE8E3.

Border color

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

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

This div border color is #FCE8E3.

Opacity

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

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

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

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

This text has shadow with #FCE8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE8E3.

Preview

Color preview on black background

This text has color #FCE8E3 on black background.


Color preview on white background

This text has color #FCE8E3 on white background.


Black color preview on #FCE8E3 background

This text has black color on #FCE8E3 background.


White color preview on #FCE8E3 background

This text has white color on #FCE8E3 background.


Related colors

Complementary color

Complementary color for #hex is #03171C.


I love getcolorcode.com

Triadic colors

1 #E3FCE8 and #E8E3FC with #FCE8E3 are triadic colors.

2 #E3E8FC and #E8FCE3 with #FCE8E3 are triadic colors.