Shades of Alice Blue #F0F5FC
Tints of Alice Blue #F0F5FC
RGB
CMYK
RGB Variations
Color information
#F0F5FC (or 0xF0F5FC) is known color: Alice Blue. HEX triplet: F0, F5 and FC. RGB value is (240,245,252). Sum of RGB (Red+Green+Blue) = 240+245+252=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0F5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5FC is #0F0A03. Grayscale: #F4F4F4. Windows color (decimal): -985604 or 16578032. OLE color: 16578032.
HSL color Cylindrical-coordinate representation of color #F0F5FC: hue angle of 215º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0F5FC is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 245 | 252 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.01 |
| HSL | 215º | 0.67% | 0.96% | - |
| HSV(B) | 215º | 0.05% | 0.99% | - |
| XYZ | 86.16 | 90.86 | 105.09 | - |
| YUV | 244.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 252 | 0.05 | 0.03 | 0 | 0.01 | 215 | 0.67 | 0.96 |
| Hex | F0 | F5 | FC | 5 | 3 | 0 | 1 | D7 | 43 | 60 |
| Octal | 360 | 365 | 374 | 5 | 3 | 0 | 1 | 327 | 103 | 140 |
| Binary | 11110000 | 11110101 | 11111100 | 101 | 11 | 0 | 1 | 11010111 | 1000011 | 1100000 |
Color Harmonies of #F0F5FC
Complementary color
Monochromatic Colors of #F0F5FC
Black with #F0F5FC
Text Example
Text Example
White with #F0F5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5FC; }
p { color: rgb(240,245,252); }
H1.HeaderClassName
{
color: #F0F5FC;
}
.AnyTagClassName
{
color: #F0F5FC;
}
</style>
background-color css
<style>
a { background-color: #F0F5FC; }
a { background-color: rgb(240,245,252); }
div.DivClassName
{
background-color: #F0F5FC;
}
.BgClassName
{
background-color: #F0F5FC;
}
</style>
border-color css
<style>
span { border-color: #F0F5FC; }
span { border-color: rgb(240,245,252); }
td.TdClassName
{
border-color: #F0F5FC;
}
.TagClassName
{
border-color: #F0F5FC;
}
</style>