COLOR #F9FCFE

HEX: #F9FCFE
RGB: (249,252,254)

Color info

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

RGB color model

#F9FCFE color RGB value is (249,252,254).

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

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 254 of 255 = 100%

249
252
254

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

Portions of RGB colors in percentages

R + G + B =
249 + 252 + 254 = 755 (100%)
R 249 of 755 ~ 32.98%
G 252 of 755 ~ 33.38%
B 254 of 755 ~ 33.64%

%32.98
%33.38
%33.64

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,1,0,0)
C2M1Y0K0 
(2%,1%,0%,0%)
(0.02/0.01/0.00/0.00)	

CMYK percentages

%1.97
%0.79
%0
%0.39

Codes

Color #F9FCFE in popluar color models

F9FCFE
RGB249252254
HSL204°71.43%98.63%
HSB/HSV204°1.97%99.61%
CMYK1.97%0.79%0.00%
0.39%

Color #F9FCFE in popluar number systems.

HEXF9FCFE
Decimal249252254
Binary111110011111110011111110
Octal371374376

Shades and tints

Shades of #F9FCFE

#F9FCFE
(249,252,254)
#E3E6E7
(227,230,231)
#CDD0D0
(205,208,208)
#B7BAB9
(183,186,185)
#A1A4A2
(161,164,162)
#8B8E8B
(139,142,139)
#757874
(117,120,116)
#5F625D
(95,98,93)
#494C46
(73,76,70)
#33362F
(51,54,47)
#1D2018
(29,32,24)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCFE; }

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

This text font color is #F9FCFE.


Background Color

.myBgColor { background-color: #F9FCFE; }

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

This div background color is #F9FCFE.


Border color

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

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

This div border color is #F9FCFE.


Opacity

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

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

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

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

This text has shadow with #F9FCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FCFE on black background.


Color preview on white background

This text has color #F9FCFE on white background.



Black color preview on #F9FCFE background

This text has black color on #F9FCFE background.


White color preview on #F9FCFE background

This text has white color on #F9FCFE background.