Shades of Alice Blue #F0F6FC
Tints of Alice Blue #F0F6FC
RGB
CMYK
RGB Variations
Color information
#F0F6FC (or 0xF0F6FC) is known color: Alice Blue. HEX triplet: F0, F6 and FC. RGB value is (240,246,252). Sum of RGB (Red+Green+Blue) = 240+246+252=738 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.52% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0F6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F6FC is #0F0903. Grayscale: #F4F4F4. Windows color (decimal): -985348 or 16578288. OLE color: 16578288.
HSL color Cylindrical-coordinate representation of color #F0F6FC: hue angle of 210º 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 #F0F6FC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 246 | 252 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.01 |
| HSL | 210º | 0.67% | 0.96% | - |
| HSV(B) | 210º | 0.05% | 0.99% | - |
| XYZ | 86.46 | 91.47 | 105.19 | - |
| YUV | 244.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 252 | 0.05 | 0.02 | 0 | 0.01 | 210 | 0.67 | 0.96 |
| Hex | F0 | F6 | FC | 5 | 2 | 0 | 1 | D2 | 43 | 60 |
| Octal | 360 | 366 | 374 | 5 | 2 | 0 | 1 | 322 | 103 | 140 |
| Binary | 11110000 | 11110110 | 11111100 | 101 | 10 | 0 | 1 | 11010010 | 1000011 | 1100000 |
Color Harmonies of #F0F6FC
Complementary color
Monochromatic Colors of #F0F6FC
Black with #F0F6FC
Text Example
Text Example
White with #F0F6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F6FC; }
p { color: rgb(240,246,252); }
H1.HeaderClassName
{
color: #F0F6FC;
}
.AnyTagClassName
{
color: #F0F6FC;
}
</style>
background-color css
<style>
a { background-color: #F0F6FC; }
a { background-color: rgb(240,246,252); }
div.DivClassName
{
background-color: #F0F6FC;
}
.BgClassName
{
background-color: #F0F6FC;
}
</style>
border-color css
<style>
span { border-color: #F0F6FC; }
span { border-color: rgb(240,246,252); }
td.TdClassName
{
border-color: #F0F6FC;
}
.TagClassName
{
border-color: #F0F6FC;
}
</style>