#F8FAFE

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

Shades of Alice Blue #F8FAFE

Tints of Alice Blue #F8FAFE

Color information

#F8FAFE (or 0xF8FAFE) is unknown color: approx Alice Blue. HEX triplet: F8, FA and FE. RGB value is (248,250,254). Sum of RGB (Red+Green+Blue) = 248+250+254=752 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.98% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FAFE is #070501. Grayscale: #F9F9F9. Windows color (decimal): -460034 or 16710392. OLE color: 16710392.

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

Color convert

RGB248250254-
CMYK0.020.0200.00
HSL220º75%98.43%-
HSV(B)220º2.36%99.61%-
XYZ90.7995.48107.41-
YUV249.86130.34126.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 32.98%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 33.78%
R=32.98%
G=33.24%
B=33.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482502540.020.0200.002207598.43
HexF8FAFE2200dc4b62
Octal3703723762200334113142
Binary1111100011111010111111101010001101110010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAFE; }

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

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

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

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

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

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

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

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