COLOR #FCF8E0

HEX: #FCF8E0 RGB: (252,248,224)

Color info

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

RGB color model

#FCF8E0 color RGB value is (252,248,224).

RGB: (252,248,224) (99%, 97%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 224 of 255 = 88%

252
248
224

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

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 224 = 724 (100%)
R 252 of 724 ~ 34.81%
G 248 of 724 ~ 34.25%
B 224 of 724 ~ 30.94'%

%34.81
%34.25
%30.94

CMYK color model

#FCF8E0 color CMYK value is (0,2,11,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 11.11%
  • key color value is 1.18%

CMYK: (0,2,11,1)
C0M2Y11K1 (0%, 2%, 11%, 1%)
(0.00 / 0.02 / 0.11 / 0.01)

CMYK percentages

%0
%1.59
%11.11
%1.18

Codes

Color #FCF8E0 in popluar color models

FC F8 E0
RGB 252 248 224
HSL 51° 82.35% 93.33%
HSB/HSV 51° 11.11% 98.82%
CMYK 0.00% 1.59% 11.11%
1.18%

Color #FCF8E0 in popluar number systems.

HEX FC F8 E0
Decimal 252 248 224
Binary 11111100 11111000 11100000
Octal 374 370 340

Shades and tints

Shades of #FCF8E0

#FCF8E0
(252,248,224)
#E6E2CC
(230,226,204)
#D0CCB8
(208,204,184)
#BAB6A4
(186,182,164)
#A4A090
(164,160,144)
#8E8A7C
(142,138,124)
#787468
(120,116,104)
#625E54
(98,94,84)
#4C4840
(76,72,64)
#36322C
(54,50,44)
#201C18
(32,28,24)
#000000
(0,0,0)

Tints of #FCF8E0

#FCF8E0
(252,248,224)
#FCF8E2
(252,248,226)
#FCF8E4
(252,248,228)
#FCF8E6
(252,248,230)
#FCF8E8
(252,248,232)
#FCF8EA
(252,248,234)
#FCF8EC
(252,248,236)
#FCF8EE
(252,248,238)
#FCF8F0
(252,248,240)
#FCF8F2
(252,248,242)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF8E0 color. Also use rgb(252,248,224) instead hex code.

Text Font Color

.myTextColor { color: #FCF8E0; }

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

This text font color is #FCF8E0.

Background Color

.myBgColor { background-color: #FCF8E0; }

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

This div background color is #FCF8E0.

Border color

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

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

This div border color is #FCF8E0.

Opacity

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

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

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

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

This text has shadow with #FCF8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8E0.

Preview

Color preview on black background

This text has color #FCF8E0 on black background.


Color preview on white background

This text has color #FCF8E0 on white background.


Black color preview on #FCF8E0 background

This text has black color on #FCF8E0 background.


White color preview on #FCF8E0 background

This text has white color on #FCF8E0 background.


Related colors

Complementary color

Complementary color for #hex is #03071F.


I love getcolorcode.com

Triadic colors

1 #E0FCF8 and #F8E0FC with #FCF8E0 are triadic colors.

2 #E0F8FC and #F8FCE0 with #FCF8E0 are triadic colors.