COLOR #FCF8E7

HEX: #FCF8E7
RGB: (252,248,231)

Color info

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

RGB color model

#FCF8E7 color RGB value is (252,248,231).

  • red value is 252;
  • green value is 248;
  • blue value is 231.
RGB:
(252,248,231)
(99%,97%,91%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 231 of 255 = 91%

252
248
231

R + G + B ~ 96%. #FCF8E7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 231 = 731 (100%)
R 252 of 731 ~ 34.47%
G 248 of 731 ~ 33.93%
B 231 of 731 ~ 31.6%

%34.47
%33.93
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 8.33%
  • key color value is 1.18%
CMYK:
(0,2,8,1)
C0M2Y8K1 
(0%,2%,8%,1%)
(0.00/0.02/0.08/0.01)	

CMYK percentages

%0
%1.59
%8.33
%1.18

Codes

Color #FCF8E7 in popluar color models

FCF8E7
RGB252248231
HSL49°77.78%94.71%
HSB/HSV49°8.33%98.82%
CMYK0.00%1.59%8.33%
1.18%

Color #FCF8E7 in popluar number systems.

HEXFCF8E7
Decimal252248231
Binary111111001111100011100111
Octal374370347

Shades and tints

Shades of #FCF8E7

#FCF8E7
(252,248,231)
#E6E2D2
(230,226,210)
#D0CCBD
(208,204,189)
#BAB6A8
(186,182,168)
#A4A093
(164,160,147)
#8E8A7E
(142,138,126)
#787469
(120,116,105)
#625E54
(98,94,84)
#4C483F
(76,72,63)
#36322A
(54,50,42)
#201C15
(32,28,21)
#000000
(0,0,0)

Tints of #FCF8E7

#FCF8E7
(252,248,231)
#FCF8E9
(252,248,233)
#FCF8EB
(252,248,235)
#FCF8ED
(252,248,237)
#FCF8EF
(252,248,239)
#FCF8F1
(252,248,241)
#FCF8F3
(252,248,243)
#FCF8F5
(252,248,245)
#FCF8F7
(252,248,247)
#FCF8F9
(252,248,249)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8E7; }

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

This text font color is #FCF8E7.


Background Color

.myBgColor { background-color: #FCF8E7; }

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

This div background color is #FCF8E7.


Border color

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

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

This div border color is #FCF8E7.


Opacity

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

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

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

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

This text has shadow with #FCF8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8E7 on black background.


Color preview on white background

This text has color #FCF8E7 on white background.



Black color preview on #FCF8E7 background

This text has black color on #FCF8E7 background.


White color preview on #FCF8E7 background

This text has white color on #FCF8E7 background.