COLOR #FCF8EB

HEX: #FCF8EB
RGB: (252,248,235)

Color info

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

RGB color model

#FCF8EB color RGB value is (252,248,235).

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

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 235 of 255 = 92%

252
248
235

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

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 235 = 735 (100%)
R 252 of 735 ~ 34.29%
G 248 of 735 ~ 33.74%
B 235 of 735 ~ 31.97%

%34.29
%33.74
%31.97

CMYK color model

#FCF8EB color CMYK value is (0,2,7,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK:
(0,2,7,1)
C0M2Y7K1 
(0%,2%,7%,1%)
(0.00/0.02/0.07/0.01)	

CMYK percentages

%0
%1.59
%6.75
%1.18

Codes

Color #FCF8EB in popluar color models

FCF8EB
RGB252248235
HSL46°73.91%95.49%
HSB/HSV46°6.75%98.82%
CMYK0.00%1.59%6.75%
1.18%

Color #FCF8EB in popluar number systems.

HEXFCF8EB
Decimal252248235
Binary111111001111100011101011
Octal374370353

Shades and tints

Shades of #FCF8EB

#FCF8EB
(252,248,235)
#E6E2D6
(230,226,214)
#D0CCC1
(208,204,193)
#BAB6AC
(186,182,172)
#A4A097
(164,160,151)
#8E8A82
(142,138,130)
#78746D
(120,116,109)
#625E58
(98,94,88)
#4C4843
(76,72,67)
#36322E
(54,50,46)
#201C19
(32,28,25)
#000000
(0,0,0)

Tints of #FCF8EB

#FCF8EB
(252,248,235)
#FCF8EC
(252,248,236)
#FCF8ED
(252,248,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8EB; }

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

This text font color is #FCF8EB.


Background Color

.myBgColor { background-color: #FCF8EB; }

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

This div background color is #FCF8EB.


Border color

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

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

This div border color is #FCF8EB.


Opacity

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

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

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

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

This text has shadow with #FCF8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8EB on black background.


Color preview on white background

This text has color #FCF8EB on white background.



Black color preview on #FCF8EB background

This text has black color on #FCF8EB background.


White color preview on #FCF8EB background

This text has white color on #FCF8EB background.