COLOR #FCF9F4

HEX: #FCF9F4
RGB: (252,249,244)

Color info

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

RGB color model

#FCF9F4 color RGB value is (252,249,244).

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

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 244 of 255 = 96%

252
249
244

R + G + B ~ 98%. #FCF9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 244 = 745 (100%)
R 252 of 745 ~ 33.83%
G 249 of 745 ~ 33.42%
B 244 of 745 ~ 32.75%

%33.83
%33.42
%32.75

CMYK color model

#FCF9F4 color CMYK value is (0,1,3,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 3.17%
  • key color value is 1.18%
CMYK:
(0,1,3,1)
C0M1Y3K1 
(0%,1%,3%,1%)
(0.00/0.01/0.03/0.01)	

CMYK percentages

%0
%1.19
%3.17
%1.18

Codes

Color #FCF9F4 in popluar color models

FCF9F4
RGB252249244
HSL37°57.14%97.25%
HSB/HSV37°3.17%98.82%
CMYK0.00%1.19%3.17%
1.18%

Color #FCF9F4 in popluar number systems.

HEXFCF9F4
Decimal252249244
Binary111111001111100111110100
Octal374371364

Shades and tints

Shades of #FCF9F4

#FCF9F4
(252,249,244)
#E6E3DE
(230,227,222)
#D0CDC8
(208,205,200)
#BAB7B2
(186,183,178)
#A4A19C
(164,161,156)
#8E8B86
(142,139,134)
#787570
(120,117,112)
#625F5A
(98,95,90)
#4C4944
(76,73,68)
#36332E
(54,51,46)
#201D18
(32,29,24)
#000000
(0,0,0)

Tints of #FCF9F4

#FCF9F4
(252,249,244)
#FCF9F5
(252,249,245)
#FCF9F6
(252,249,246)
#FCF9F7
(252,249,247)
#FCF9F8
(252,249,248)
#FCF9F9
(252,249,249)
#FCF9FA
(252,249,250)
#FCF9FB
(252,249,251)
#FCF9FC
(252,249,252)
#FCF9FD
(252,249,253)
#FCF9FE
(252,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9F4; }

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

This text font color is #FCF9F4.


Background Color

.myBgColor { background-color: #FCF9F4; }

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

This div background color is #FCF9F4.


Border color

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

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

This div border color is #FCF9F4.


Opacity

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

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

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

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

This text has shadow with #FCF9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9F4 on black background.


Color preview on white background

This text has color #FCF9F4 on white background.



Black color preview on #FCF9F4 background

This text has black color on #FCF9F4 background.


White color preview on #FCF9F4 background

This text has white color on #FCF9F4 background.