COLOR #FCF9D7

HEX: #FCF9D7
RGB: (252,249,215)

Color info

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

RGB color model

#FCF9D7 color RGB value is (252,249,215).

  • red value is 252;
  • green value is 249;
  • blue value is 215.
RGB:
(252,249,215)
(99%,98%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 215 of 255 = 84%

252
249
215

R + G + B ~ 94%. #FCF9D7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 215 = 716 (100%)
R 252 of 716 ~ 35.2%
G 249 of 716 ~ 34.78%
B 215 of 716 ~ 30.03%

%35.2
%34.78
%30.03

CMYK color model

#FCF9D7 color CMYK value is (0,1,15,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(0,1,15,1)
C0M1Y15K1 
(0%,1%,15%,1%)
(0.00/0.01/0.15/0.01)	

CMYK percentages

%0
%1.19
%14.68
%1.18

Codes

Color #FCF9D7 in popluar color models

FCF9D7
RGB252249215
HSL55°86.05%91.57%
HSB/HSV55°14.68%98.82%
CMYK0.00%1.19%14.68%
1.18%

Color #FCF9D7 in popluar number systems.

HEXFCF9D7
Decimal252249215
Binary111111001111100111010111
Octal374371327

Shades and tints

Shades of #FCF9D7

#FCF9D7
(252,249,215)
#E6E3C4
(230,227,196)
#D0CDB1
(208,205,177)
#BAB79E
(186,183,158)
#A4A18B
(164,161,139)
#8E8B78
(142,139,120)
#787565
(120,117,101)
#625F52
(98,95,82)
#4C493F
(76,73,63)
#36332C
(54,51,44)
#201D19
(32,29,25)
#000000
(0,0,0)

Tints of #FCF9D7

#FCF9D7
(252,249,215)
#FCF9DA
(252,249,218)
#FCF9DD
(252,249,221)
#FCF9E0
(252,249,224)
#FCF9E3
(252,249,227)
#FCF9E6
(252,249,230)
#FCF9E9
(252,249,233)
#FCF9EC
(252,249,236)
#FCF9EF
(252,249,239)
#FCF9F2
(252,249,242)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF9D7 color. Also use rgb(252,249,215) instead hex code.

Text Font Color

.myTextColor { color: #FCF9D7; }

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

This text font color is #FCF9D7.


Background Color

.myBgColor { background-color: #FCF9D7; }

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

This div background color is #FCF9D7.


Border color

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

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

This div border color is #FCF9D7.


Opacity

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

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

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

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

This text has shadow with #FCF9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9D7 on black background.


Color preview on white background

This text has color #FCF9D7 on white background.



Black color preview on #FCF9D7 background

This text has black color on #FCF9D7 background.


White color preview on #FCF9D7 background

This text has white color on #FCF9D7 background.