COLOR #FCF8EE

HEX: #FCF8EE
RGB: (252,248,238)

Color info

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

RGB color model

#FCF8EE color RGB value is (252,248,238).

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

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 238 of 255 = 93%

252
248
238

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

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 238 = 738 (100%)
R 252 of 738 ~ 34.15%
G 248 of 738 ~ 33.6%
B 238 of 738 ~ 32.25%

%34.15
%33.6
%32.25

CMYK color model

#FCF8EE color CMYK value is (0,2,6,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(0,2,6,1)
C0M2Y6K1 
(0%,2%,6%,1%)
(0.00/0.02/0.06/0.01)	

CMYK percentages

%0
%1.59
%5.56
%1.18

Codes

Color #FCF8EE in popluar color models

FCF8EE
RGB252248238
HSL43°70.00%96.08%
HSB/HSV43°5.56%98.82%
CMYK0.00%1.59%5.56%
1.18%

Color #FCF8EE in popluar number systems.

HEXFCF8EE
Decimal252248238
Binary111111001111100011101110
Octal374370356

Shades and tints

Shades of #FCF8EE

#FCF8EE
(252,248,238)
#E6E2D9
(230,226,217)
#D0CCC4
(208,204,196)
#BAB6AF
(186,182,175)
#A4A09A
(164,160,154)
#8E8A85
(142,138,133)
#787470
(120,116,112)
#625E5B
(98,94,91)
#4C4846
(76,72,70)
#363231
(54,50,49)
#201C1C
(32,28,28)
#000000
(0,0,0)

Tints of #FCF8EE

#FCF8EE
(252,248,238)
#FCF8EF
(252,248,239)
#FCF8F0
(252,248,240)
#FCF8F1
(252,248,241)
#FCF8F2
(252,248,242)
#FCF8F3
(252,248,243)
#FCF8F4
(252,248,244)
#FCF8F5
(252,248,245)
#FCF8F6
(252,248,246)
#FCF8F7
(252,248,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8EE; }

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

This text font color is #FCF8EE.


Background Color

.myBgColor { background-color: #FCF8EE; }

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

This div background color is #FCF8EE.


Border color

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

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

This div border color is #FCF8EE.


Opacity

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

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

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

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

This text has shadow with #FCF8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8EE on black background.


Color preview on white background

This text has color #FCF8EE on white background.



Black color preview on #FCF8EE background

This text has black color on #FCF8EE background.


White color preview on #FCF8EE background

This text has white color on #FCF8EE background.