#F8F9FA

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

Shades of Alice Blue #F8F9FA

Tints of Alice Blue #F8F9FA

Color information

#F8F9FA (or 0xF8F9FA) is unknown color: approx Alice Blue. HEX triplet: F8, F9 and FA. RGB value is (248,249,250). Sum of RGB (Red+Green+Blue) = 248+249+250=747 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.20% from 747); Green value is 249 (97.66% from 255 or 33.33% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8F9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FA is #070605. Grayscale: #F8F8F8. Windows color (decimal): -460294 or 16447992. OLE color: 16447992.

HSL color Cylindrical-coordinate representation of color #F8F9FA: hue angle of 210º degrees, saturation: 0.17, 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 #F8F9FA is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248249250-
CMYK0.010.0000.02
HSL210º16.67%97.65%-
HSV(B)210º0.8%98.04%-
XYZ89.8494.61103.97-
YUV248.82128.67127.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.20%
GREEN value IS 249 (97.66% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 33.47%
R=33.20%
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
Decimal2482492500.010.0000.0221016.6797.65
HexF8F9FA1002d21162
Octal370371372100232221142
Binary1111100011111001111110101001011010010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F9FA; }

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

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

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

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

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

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

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

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