COLOR #F9FCF6

HEX: #F9FCF6
RGB: (249,252,246)

Color info

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

RGB color model

#F9FCF6 color RGB value is (249,252,246).

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

RGB channels and saturation

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

249
252
246

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

Portions of RGB colors in percentages

R + G + B =
249 + 252 + 246 = 747 (100%)
R 249 of 747 ~ 33.33%
G 252 of 747 ~ 33.73%
B 246 of 747 ~ 32.93%

%33.33
%33.73
%32.93

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(1,0,2,1)
C1M0Y2K1 
(1%,0%,2%,1%)
(0.01/0.00/0.02/0.01)	

CMYK percentages

%1.19
%0
%2.38
%1.18

Codes

Color #F9FCF6 in popluar color models

F9FCF6
RGB249252246
HSL90°50.00%97.65%
HSB/HSV90°2.38%98.82%
CMYK1.19%0.00%2.38%
1.18%

Color #F9FCF6 in popluar number systems.

HEXF9FCF6
Decimal249252246
Binary111110011111110011110110
Octal371374366

Shades and tints

Shades of #F9FCF6

#F9FCF6
(249,252,246)
#E3E6E0
(227,230,224)
#CDD0CA
(205,208,202)
#B7BAB4
(183,186,180)
#A1A49E
(161,164,158)
#8B8E88
(139,142,136)
#757872
(117,120,114)
#5F625C
(95,98,92)
#494C46
(73,76,70)
#333630
(51,54,48)
#1D201A
(29,32,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCF6; }

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

This text font color is #F9FCF6.


Background Color

.myBgColor { background-color: #F9FCF6; }

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

This div background color is #F9FCF6.


Border color

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

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

This div border color is #F9FCF6.


Opacity

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

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

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

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

This text has shadow with #F9FCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FCF6 on black background.


Color preview on white background

This text has color #F9FCF6 on white background.



Black color preview on #F9FCF6 background

This text has black color on #F9FCF6 background.


White color preview on #F9FCF6 background

This text has white color on #F9FCF6 background.