Shades of Alice Blue #F0F4FA
Tints of Alice Blue #F0F4FA
RGB
CMYK
RGB Variations
Color information
#F0F4FA (or 0xF0F4FA) is known color: 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
RGB | 240 | 244 | 250 | - |
CMYK | 0.04 | 0.02 | 0 | 0.02 |
HSL | 216º | 0.5% | 0.96% | - |
HSV(B) | 216º | 0.04% | 0.98% | - |
XYZ | 85.54 | 90.13 | 103.33 | - |
YUV | 243.49 | 131.67 | 125.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 244 | 250 | 0.04 | 0.02 | 0 | 0.02 | 216 | 0.5 | 0.96 |
Hex | F0 | F4 | FA | 4 | 2 | 0 | 2 | D8 | 32 | 60 |
Octal | 360 | 364 | 372 | 4 | 2 | 0 | 2 | 330 | 62 | 140 |
Binary | 11110000 | 11110100 | 11111010 | 100 | 10 | 0 | 10 | 11011000 | 110010 | 1100000 |
Color Harmonies of #F0F4FA
Complementary color
Monochromatic Colors of #F0F4FA
Black with #F0F4FA
Text Example
Text Example
White with #F0F4FA
Text Example
Text Example
HTML Codes & Css Web 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>