COLOR #F9FCFF

HEX: #F9FCFF RGB: (249,252,255)

Color info

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

RGB color model

#F9FCFF color RGB value is (249,252,255).

RGB: (249,252,255) (98%, 99%, 100%)

RGB channels and saturation

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

249
252
255

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

Portions of RGB colors in percentages

R + G + B = 249 + 252 + 255 = 756 (100%)
R 249 of 756 ~ 32.94%
G 252 of 756 ~ 33.33%
B 255 of 756 ~ 33.73'%

%32.94
%33.33
%33.73

CMYK color model

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

  • cyan value is 2.35%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (2,1,0,0)
C2M1Y0K0 (2%, 1%, 0%, 0%)
(0.02 / 0.01 / 0.00 / 0.00)

CMYK percentages

%2.35
%1.18
%0
%0

Codes

Color #F9FCFF in popluar color models

F9 FC FF
RGB 249 252 255
HSL 210° 100.00% 98.82%
HSB/HSV 210° 2.35% 100.00%
CMYK 2.35% 1.18% 0.00%
0.00%

Color #F9FCFF in popluar number systems.

HEX F9 FC FF
Decimal 249 252 255
Binary 11111001 11111100 11111111
Octal 371 374 377

Shades and tints

Shades of #F9FCFF

#F9FCFF
(249,252,255)
#E3E6E8
(227,230,232)
#CDD0D1
(205,208,209)
#B7BABA
(183,186,186)
#A1A4A3
(161,164,163)
#8B8E8C
(139,142,140)
#757875
(117,120,117)
#5F625E
(95,98,94)
#494C47
(73,76,71)
#333630
(51,54,48)
#1D2019
(29,32,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCFF; }

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

This text font color is #F9FCFF.

Background Color

.myBgColor { background-color: #F9FCFF; }

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

This div background color is #F9FCFF.

Border color

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

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

This div border color is #F9FCFF.

Opacity

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

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

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

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

This text has shadow with #F9FCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FCFF.

Preview

Color preview on black background

This text has color #F9FCFF on black background.


Color preview on white background

This text has color #F9FCFF on white background.


Black color preview on #F9FCFF background

This text has black color on #F9FCFF background.


White color preview on #F9FCFF background

This text has white color on #F9FCFF background.


Related colors

Complementary color

Complementary color for #hex is #060300.


I love getcolorcode.com

Triadic colors

1 #FFF9FC and #FCFFF9 with #F9FCFF are triadic colors.

2 #FFFCF9 and #FCF9FF with #F9FCFF are triadic colors.