#F9FBFC

Color #F9FBFC Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #F9FBFC

Tints of Alice Blue #F9FBFC

Color information

#F9FBFC (or 0xF9FBFC) is unknown color: approx Alice Blue. HEX triplet: F9, FB and FC. RGB value is (249,251,252). Sum of RGB (Red+Green+Blue) = 249+251+252=752 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.11% from 752); Green value is 251 (98.44% from 255 or 33.38% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FBFC is #060403. Grayscale: #FAFAFA. Windows color (decimal): -394244 or 16579577. OLE color: 16579577.

HSL color Cylindrical-coordinate representation of color #F9FBFC: hue angle of 200º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F9FBFC is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249251252-
CMYK0.010.0000.01
HSL200º33.33%98.24%-
HSV(B)200º1.19%98.82%-
XYZ91.1396.16105.85-
YUV250.52128.84126.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 33.11%
GREEN value IS 251 (98.44% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 33.51%
R=33.11%
G=33.38%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492512520.010.0000.0120033.3398.24
HexF9FBFC1001c82162
Octal371373374100131041142
Binary1111100111111011111111001001110010001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FBFC; }

 p { color: rgb(249,251,252); }

 H1.HeaderClassName
 {
   color: #F9FBFC;
 }
 .AnyTagClassName
 {
   color: #F9FBFC;
 }
</style>
background-color css

<style>
 a { background-color: #F9FBFC; }

 a { background-color: rgb(249,251,252); }

 div.DivClassName
 {
   background-color: #F9FBFC;
 }
 .BgClassName
 {
   background-color: #F9FBFC;
 }
</style>
border-color css

<style>
 span { border-color: #F9FBFC; }

 span { border-color: rgb(249,251,252); }

 td.TdClassName
 {
   border-color: #F9FBFC;
 }
 .TagClassName
 {
   border-color: #F9FBFC;
 }
</style>