#F8FAFD

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

Shades of Alice Blue #F8FAFD

Tints of Alice Blue #F8FAFD

Color information

#F8FAFD (or 0xF8FAFD) is unknown color: approx Alice Blue. HEX triplet: F8, FA and FD. RGB value is (248,250,253). Sum of RGB (Red+Green+Blue) = 248+250+253=751 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.02% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FAFD is #070502. Grayscale: #F9F9F9. Windows color (decimal): -460035 or 16644856. OLE color: 16644856.

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

Color convert

RGB248250253-
CMYK0.020.0100.01
HSL216º55.56%98.24%-
HSV(B)216º1.98%99.22%-
XYZ90.6395.42106.57-
YUV249.74129.84126.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.02%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 253 (99.22% from 255) = 33.69%
R=33.02%
G=33.29%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482502530.020.0100.0121655.5698.24
HexF8FAFD2101d83862
Octal370372375210133070142
Binary11111000111110101111110110101110110001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAFD; }

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

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

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

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

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

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

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

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