#F9FAFB

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

Shades of Alice Blue #F9FAFB

Tints of Alice Blue #F9FAFB

Color information

#F9FAFB (or 0xF9FAFB) is unknown color: approx Alice Blue. HEX triplet: F9, FA and FB. RGB value is (249,250,251). Sum of RGB (Red+Green+Blue) = 249+250+251=750 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.2% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 251 (98.44% from 255 or 33.47% from 750); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9FAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAFB is #060504. Grayscale: #F9F9F9. Windows color (decimal): -394501 or 16513785. OLE color: 16513785.

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

Color convert

RGB249250251-
CMYK0.010.0000.02
HSL210º20%98.04%-
HSV(B)210º0.8%98.43%-
XYZ90.6795.48104.92-
YUV249.82128.67127.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.2%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 33.47%
R=33.2%
G=33.33%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502510.010.0000.022102098.04
HexF9FAFB1002d21462
Octal371372373100232224142
Binary1111100111111010111110111001011010010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAFB; }

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

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

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

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

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

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

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

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