#F0F5FE

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

Shades of Alice Blue #F0F5FE

Tints of Alice Blue #F0F5FE

Color information

#F0F5FE (or 0xF0F5FE) is unknown color: approx Alice Blue. HEX triplet: F0, F5 and FE. RGB value is (240,245,254). Sum of RGB (Red+Green+Blue) = 240+245+254=739 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.48% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5FE is #0F0A01. Grayscale: #F4F4F4. Windows color (decimal): -985602 or 16709104. OLE color: 16709104.

HSL color Cylindrical-coordinate representation of color #F0F5FE: hue angle of 218.57º 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 #F0F5FE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240245254-
CMYK0.060.0400.00
HSL218.57º87.5%96.86%-
HSV(B)218.57º5.51%99.61%-
XYZ86.4890.99106.77-
YUV244.53133.34124.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.48%
GREEN value IS 245 (96.09% from 255) = 33.15%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=32.48%
G=33.15%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402452540.060.0400.00218.5787.596.86
HexF0F5FE6400db5861
Octal3603653766400333130141
Binary111100001111010111111110110100001101101110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F5FE; }

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

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

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

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

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

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

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

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