Shades of Alice Blue #F0F8FE
Tints of Alice Blue #F0F8FE
RGB
CMYK
RGB Variations
Color information
#F0F8FE (or 0xF0F8FE) is known color: 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
| RGB | 240 | 248 | 254 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.00 |
| HSL | 205.71º | 0.88% | 0.97% | - |
| HSV(B) | 205.71º | 0.06% | 1% | - |
| XYZ | 87.39 | 92.82 | 107.08 | - |
| YUV | 246.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 254 | 0.06 | 0.02 | 0 | 0.00 | 205.71 | 0.88 | 0.97 |
| Hex | F0 | F8 | FE | 6 | 2 | 0 | 0 | CE | 58 | 61 |
| Octal | 360 | 370 | 376 | 6 | 2 | 0 | 0 | 316 | 130 | 141 |
| Binary | 11110000 | 11111000 | 11111110 | 110 | 10 | 0 | 0 | 11001110 | 1011000 | 1100001 |
Color Harmonies of #F0F8FE
Complementary color
Monochromatic Colors of #F0F8FE
Black with #F0F8FE
Text Example
Text Example
White with #F0F8FE
Text Example
Text Example
HTML Codes & Css Web 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>