#F5F8FE

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

Shades of Alice Blue #F5F8FE

Tints of Alice Blue #F5F8FE

Color information

#F5F8FE (or 0xF5F8FE) is unknown color: approx Alice Blue. HEX triplet: F5, F8 and FE. RGB value is (245,248,254). Sum of RGB (Red+Green+Blue) = 245+248+254=747 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.80% from 747); Green value is 248 (97.27% from 255 or 33.20% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5F8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F8FE is #0A0701. Grayscale: #F7F7F7. Windows color (decimal): -657154 or 16709877. OLE color: 16709877.

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

Color convert

RGB245248254-
CMYK0.040.0200.00
HSL220º81.82%97.84%-
HSV(B)220º3.54%99.61%-
XYZ89.1193.7107.16-
YUV247.79131.51126.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.80%
GREEN value IS 248 (97.27% from 255) = 33.20%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=32.80%
G=33.20%
B=34.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452482540.040.0200.0022081.8297.84
HexF5F8FE4200dc5262
Octal3653703764200334122142
Binary11110101111110001111111010010001101110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8FE; }

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

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

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

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

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

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

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

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