#F0F4FA

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

Shades of Alice Blue #F0F4FA

Tints of Alice Blue #F0F4FA

Color information

#F0F4FA (or 0xF0F4FA) is unknown color: approx Alice Blue. HEX triplet: F0, F4 and FA. RGB value is (240,244,250). Sum of RGB (Red+Green+Blue) = 240+244+250=734 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.70% from 734); Green value is 244 (95.70% from 255 or 33.24% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0F4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F4FA is #0F0B05. Grayscale: #F3F3F3. Windows color (decimal): -985862 or 16446704. OLE color: 16446704.

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

Color convert

RGB240244250-
CMYK0.040.0200.02
HSL216º50%96.08%-
HSV(B)216º4%98.04%-
XYZ85.5490.13103.33-
YUV243.49131.67125.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.70%
GREEN value IS 244 (95.70% from 255) = 33.24%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=32.70%
G=33.24%
B=34.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402442500.040.0200.022165096.08
HexF0F4FA4202d83260
Octal360364372420233062140
Binary11110000111101001111101010010010110110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F4FA; }

 p { color: rgb(240,244,250); }

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

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

 a { background-color: rgb(240,244,250); }

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

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

 span { border-color: rgb(240,244,250); }

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