Shades of White Smoke #F0F0F0
Tints of White Smoke #F0F0F0
RGB
CMYK
RGB Variations
Color information
#F0F0F0 (or 0xF0F0F0) is known color: White Smoke. HEX triplet: F0, F0 and F0. RGB value is (240,240,240). Sum of RGB (Red+Green+Blue) = 240+240+240=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 240 - color contains mainly: red, green, blue. Hex color #F0F0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0F0 is #0F0F0F. Grayscale: #F0F0F0. Windows color (decimal): -986896 or 15790320. OLE color: 15790320.
HSL color Cylindrical-coordinate representation of color #F0F0F0: hue angle of 0º degrees, saturation: 0, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F0F0F0 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 240 | 240 | - |
CMYK | 0 | 0 | 0 | 0.06 |
HSL | 0º | 0% | 0.94% | - |
HSV(B) | 0º | 0% | 0.94% | - |
XYZ | 82.82 | 87.14 | 94.89 | - |
YUV | 240 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 240 | 240 | 0 | 0 | 0 | 0.06 | 0 | 0 | 0.94 |
Hex | F0 | F0 | F0 | 0 | 0 | 0 | 6 | 0 | 0 | 5E |
Octal | 360 | 360 | 360 | 0 | 0 | 0 | 6 | 0 | 0 | 136 |
Binary | 11110000 | 11110000 | 11110000 | 0 | 0 | 0 | 110 | 0 | 0 | 1011110 |
Color Harmonies of #F0F0F0
Complementary color
Monochromatic Colors of #F0F0F0
Black with #F0F0F0
Text Example
Text Example
White with #F0F0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0F0; }
p { color: rgb(240,240,240); }
H1.HeaderClassName
{
color: #F0F0F0;
}
.AnyTagClassName
{
color: #F0F0F0;
}
</style>
background-color css
<style>
a { background-color: #F0F0F0; }
a { background-color: rgb(240,240,240); }
div.DivClassName
{
background-color: #F0F0F0;
}
.BgClassName
{
background-color: #F0F0F0;
}
</style>
border-color css
<style>
span { border-color: #F0F0F0; }
span { border-color: rgb(240,240,240); }
td.TdClassName
{
border-color: #F0F0F0;
}
.TagClassName
{
border-color: #F0F0F0;
}
</style>