COLOR #F9FDFC

HEX: #F9FDFC
RGB: (249,253,252)

Color info

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

RGB color model

#F9FDFC color RGB value is (249,253,252).

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

RGB channels and saturation

R 249 of 255 = 98%
G 253 of 255 = 99%
B 252 of 255 = 99%

249
253
252

R + G + B ~ 99%. #F9FDFC is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 253 + 252 = 754 (100%)
R 249 of 754 ~ 33.02%
G 253 of 754 ~ 33.55%
B 252 of 754 ~ 33.42%

%33.02
%33.55
%33.42

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 0.78%
CMYK:
(2,0,0,1)
C2M0Y0K1 
(2%,0%,0%,1%)
(0.02/0.00/0.00/0.01)	

CMYK percentages

%1.58
%0
%0.4
%0.78

Codes

Color #F9FDFC in popluar color models

F9FDFC
RGB249253252
HSL165°50.00%98.43%
HSB/HSV165°1.58%99.22%
CMYK1.58%0.00%0.40%
0.78%

Color #F9FDFC in popluar number systems.

HEXF9FDFC
Decimal249253252
Binary111110011111110111111100
Octal371375374

Shades and tints

Shades of #F9FDFC

#F9FDFC
(249,253,252)
#E3E6E6
(227,230,230)
#CDCFD0
(205,207,208)
#B7B8BA
(183,184,186)
#A1A1A4
(161,161,164)
#8B8A8E
(139,138,142)
#757378
(117,115,120)
#5F5C62
(95,92,98)
#49454C
(73,69,76)
#332E36
(51,46,54)
#1D1720
(29,23,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FDFC; }

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

This text font color is #F9FDFC.


Background Color

.myBgColor { background-color: #F9FDFC; }

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

This div background color is #F9FDFC.


Border color

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

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

This div border color is #F9FDFC.


Opacity

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

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

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

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

This text has shadow with #F9FDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FDFC on black background.


Color preview on white background

This text has color #F9FDFC on white background.



Black color preview on #F9FDFC background

This text has black color on #F9FDFC background.


White color preview on #F9FDFC background

This text has white color on #F9FDFC background.