Shades of Solitude #F0F2F6
Tints of Solitude #F0F2F6
RGB
CMYK
RGB Variations
Color information
#F0F2F6 (or 0xF0F2F6) is known color: Solitude. HEX triplet: F0, F2 and F6. RGB value is (240,242,246). Sum of RGB (Red+Green+Blue) = 240+242+246=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 246 (96.48% from 255 or 33.79% from 728); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0F2F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2F6 is #0F0D09. Grayscale: #F1F1F1. Windows color (decimal): -986378 or 16184048. OLE color: 16184048.
HSL color Cylindrical-coordinate representation of color #F0F2F6: hue angle of 220º degrees, saturation: 0.25, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F2F6 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 242 | 246 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.04 |
| HSL | 220º | 0.25% | 0.95% | - |
| HSV(B) | 220º | 0.02% | 0.96% | - |
| XYZ | 84.32 | 88.68 | 99.86 | - |
| YUV | 241.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 246 | 0.02 | 0.02 | 0 | 0.04 | 220 | 0.25 | 0.95 |
| Hex | F0 | F2 | F6 | 2 | 2 | 0 | 4 | DC | 19 | 5F |
| Octal | 360 | 362 | 366 | 2 | 2 | 0 | 4 | 334 | 31 | 137 |
| Binary | 11110000 | 11110010 | 11110110 | 10 | 10 | 0 | 100 | 11011100 | 11001 | 1011111 |
Color Harmonies of #F0F2F6
Complementary color
Monochromatic Colors of #F0F2F6
Black with #F0F2F6
Text Example
Text Example
White with #F0F2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2F6; }
p { color: rgb(240,242,246); }
H1.HeaderClassName
{
color: #F0F2F6;
}
.AnyTagClassName
{
color: #F0F2F6;
}
</style>
background-color css
<style>
a { background-color: #F0F2F6; }
a { background-color: rgb(240,242,246); }
div.DivClassName
{
background-color: #F0F2F6;
}
.BgClassName
{
background-color: #F0F2F6;
}
</style>
border-color css
<style>
span { border-color: #F0F2F6; }
span { border-color: rgb(240,242,246); }
td.TdClassName
{
border-color: #F0F2F6;
}
.TagClassName
{
border-color: #F0F2F6;
}
</style>