#F0F8FE

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

Shades of Alice Blue #F0F8FE

Tints of Alice Blue #F0F8FE

Color information

#F0F8FE (or 0xF0F8FE) is unknown color: approx Alice Blue. HEX triplet: F0, F8 and FE. RGB value is (240,248,254). Sum of RGB (Red+Green+Blue) = 240+248+254=742 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.35% from 742); Green value is 248 (97.27% from 255 or 33.42% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F8FE is #0F0701. Grayscale: #F6F6F6. Windows color (decimal): -984834 or 16709872. OLE color: 16709872.

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

Color convert

RGB240248254-
CMYK0.060.0200.00
HSL205.71º87.5%96.86%-
HSV(B)205.71º5.51%99.61%-
XYZ87.3992.82107.08-
YUV246.29132.35123.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.35%
GREEN value IS 248 (97.27% from 255) = 33.42%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=32.35%
G=33.42%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402482540.060.0200.00205.7187.596.86
HexF0F8FE6200ce5861
Octal3603703766200316130141
Binary11110000111110001111111011010001100111010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F8FE; }

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

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

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

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

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

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

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

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