COLOR #FCF7CE

HEX: #FCF7CE
RGB: (252,247,206)

Color info

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

RGB color model

#FCF7CE color RGB value is (252,247,206).

  • red value is 252;
  • green value is 247;
  • blue value is 206.
RGB:
(252,247,206)
(99%,97%,81%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 206 of 255 = 81%

252
247
206

R + G + B ~ 92%. #FCF7CE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 247 + 206 = 705 (100%)
R 252 of 705 ~ 35.74%
G 247 of 705 ~ 35.04%
B 206 of 705 ~ 29.22%

%35.74
%35.04
%29.22

CMYK color model

#FCF7CE color CMYK value is (0,2,18,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 18.25%
  • key color value is 1.18%
CMYK:
(0,2,18,1)
C0M2Y18K1 
(0%,2%,18%,1%)
(0.00/0.02/0.18/0.01)	

CMYK percentages

%0
%1.98
%18.25
%1.18

Codes

Color #FCF7CE in popluar color models

FCF7CE
RGB252247206
HSL53°88.46%89.80%
HSB/HSV53°18.25%98.82%
CMYK0.00%1.98%18.25%
1.18%

Color #FCF7CE in popluar number systems.

HEXFCF7CE
Decimal252247206
Binary111111001111011111001110
Octal374367316

Shades and tints

Shades of #FCF7CE

#FCF7CE
(252,247,206)
#E6E1BC
(230,225,188)
#D0CBAA
(208,203,170)
#BAB598
(186,181,152)
#A49F86
(164,159,134)
#8E8974
(142,137,116)
#787362
(120,115,98)
#625D50
(98,93,80)
#4C473E
(76,71,62)
#36312C
(54,49,44)
#201B1A
(32,27,26)
#000000
(0,0,0)

Tints of #FCF7CE

#FCF7CE
(252,247,206)
#FCF7D2
(252,247,210)
#FCF7D6
(252,247,214)
#FCF7DA
(252,247,218)
#FCF7DE
(252,247,222)
#FCF7E2
(252,247,226)
#FCF7E6
(252,247,230)
#FCF7EA
(252,247,234)
#FCF7EE
(252,247,238)
#FCF7F2
(252,247,242)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF7CE color. Also use rgb(252,247,206) instead hex code.

Text Font Color

.myTextColor { color: #FCF7CE; }

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

This text font color is #FCF7CE.


Background Color

.myBgColor { background-color: #FCF7CE; }

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

This div background color is #FCF7CE.


Border color

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

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

This div border color is #FCF7CE.


Opacity

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

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

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

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

This text has shadow with #FCF7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF7CE on black background.


Color preview on white background

This text has color #FCF7CE on white background.



Black color preview on #FCF7CE background

This text has black color on #FCF7CE background.


White color preview on #FCF7CE background

This text has white color on #FCF7CE background.