COLOR #FCF9F2

HEX: #FCF9F2
RGB: (252,249,242)

Color info

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

RGB color model

#FCF9F2 color RGB value is (252,249,242).

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

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 242 of 255 = 95%

252
249
242

R + G + B ~ 97%. #FCF9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 242 = 743 (100%)
R 252 of 743 ~ 33.92%
G 249 of 743 ~ 33.51%
B 242 of 743 ~ 32.57%

%33.92
%33.51
%32.57

CMYK color model

#FCF9F2 color CMYK value is (0,1,4,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(0,1,4,1)
C0M1Y4K1 
(0%,1%,4%,1%)
(0.00/0.01/0.04/0.01)	

CMYK percentages

%0
%1.19
%3.97
%1.18

Codes

Color #FCF9F2 in popluar color models

FCF9F2
RGB252249242
HSL42°62.50%96.86%
HSB/HSV42°3.97%98.82%
CMYK0.00%1.19%3.97%
1.18%

Color #FCF9F2 in popluar number systems.

HEXFCF9F2
Decimal252249242
Binary111111001111100111110010
Octal374371362

Shades and tints

Shades of #FCF9F2

#FCF9F2
(252,249,242)
#E6E3DC
(230,227,220)
#D0CDC6
(208,205,198)
#BAB7B0
(186,183,176)
#A4A19A
(164,161,154)
#8E8B84
(142,139,132)
#78756E
(120,117,110)
#625F58
(98,95,88)
#4C4942
(76,73,66)
#36332C
(54,51,44)
#201D16
(32,29,22)
#000000
(0,0,0)

Tints of #FCF9F2

#FCF9F2
(252,249,242)
#FCF9F3
(252,249,243)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9F2; }

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

This text font color is #FCF9F2.


Background Color

.myBgColor { background-color: #FCF9F2; }

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

This div background color is #FCF9F2.


Border color

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

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

This div border color is #FCF9F2.


Opacity

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

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

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

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

This text has shadow with #FCF9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9F2 on black background.


Color preview on white background

This text has color #FCF9F2 on white background.



Black color preview on #FCF9F2 background

This text has black color on #FCF9F2 background.


White color preview on #FCF9F2 background

This text has white color on #FCF9F2 background.