Shades of White Smoke #F0EFEF
Tints of White Smoke #F0EFEF
RGB
CMYK
RGB Variations
Color information
#F0EFEF (or 0xF0EFEF) is known color: White Smoke. HEX triplet: F0, EF and EF. RGB value is (240,239,239). Sum of RGB (Red+Green+Blue) = 240+239+239=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEF is #0F1010. Grayscale: #EFEFEF. Windows color (decimal): -987153 or 15724528. OLE color: 15724528.
HSL color Cylindrical-coordinate representation of color #F0EFEF: hue angle of 0º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F0EFEF is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 239 | 239 | - |
CMYK | 0 | 0.00 | 0.00 | 0.06 |
HSL | 0º | 0.03% | 0.94% | - |
HSV(B) | 0º | 0% | 0.94% | - |
XYZ | 82.38 | 86.49 | 94.01 | - |
YUV | 239.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 239 | 239 | 0 | 0.00 | 0.00 | 0.06 | 0 | 0.03 | 0.94 |
Hex | F0 | EF | EF | 0 | 0 | 0 | 6 | 0 | 3 | 5E |
Octal | 360 | 357 | 357 | 0 | 0 | 0 | 6 | 0 | 3 | 136 |
Binary | 11110000 | 11101111 | 11101111 | 0 | 0 | 0 | 110 | 0 | 11 | 1011110 |
Color Harmonies of #F0EFEF
Complementary color
Monochromatic Colors of #F0EFEF
Black with #F0EFEF
Text Example
Text Example
White with #F0EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFEF; }
p { color: rgb(240,239,239); }
H1.HeaderClassName
{
color: #F0EFEF;
}
.AnyTagClassName
{
color: #F0EFEF;
}
</style>
background-color css
<style>
a { background-color: #F0EFEF; }
a { background-color: rgb(240,239,239); }
div.DivClassName
{
background-color: #F0EFEF;
}
.BgClassName
{
background-color: #F0EFEF;
}
</style>
border-color css
<style>
span { border-color: #F0EFEF; }
span { border-color: rgb(240,239,239); }
td.TdClassName
{
border-color: #F0EFEF;
}
.TagClassName
{
border-color: #F0EFEF;
}
</style>