Shades of White Smoke #F8F0EF
Tints of White Smoke #F8F0EF
RGB
CMYK
RGB Variations
Color information
#F8F0EF (or 0xF8F0EF) is known color: White Smoke. HEX triplet: F8, F0 and EF. RGB value is (248,240,239). Sum of RGB (Red+Green+Blue) = 248+240+239=727 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.11% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0EF is #070F10. Grayscale: #F2F2F2. Windows color (decimal): -462609 or 15724792. OLE color: 15724792.
HSL color Cylindrical-coordinate representation of color #F8F0EF: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F0EF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 239 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.03 |
| HSL | 6.67º | 0.39% | 0.95% | - |
| HSV(B) | 6.67º | 0.04% | 0.97% | - |
| XYZ | 85.45 | 88.51 | 94.24 | - |
| YUV | 242.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 239 | 0 | 0.03 | 0.04 | 0.03 | 6.67 | 0.39 | 0.95 |
| Hex | F8 | F0 | EF | 0 | 3 | 4 | 3 | 7 | 27 | 5F |
| Octal | 370 | 360 | 357 | 0 | 3 | 4 | 3 | 7 | 47 | 137 |
| Binary | 11111000 | 11110000 | 11101111 | 0 | 11 | 100 | 11 | 111 | 100111 | 1011111 |
Color Harmonies of #F8F0EF
Complementary color
Monochromatic Colors of #F8F0EF
Black with #F8F0EF
Text Example
Text Example
White with #F8F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0EF; }
p { color: rgb(248,240,239); }
H1.HeaderClassName
{
color: #F8F0EF;
}
.AnyTagClassName
{
color: #F8F0EF;
}
</style>
background-color css
<style>
a { background-color: #F8F0EF; }
a { background-color: rgb(248,240,239); }
div.DivClassName
{
background-color: #F8F0EF;
}
.BgClassName
{
background-color: #F8F0EF;
}
</style>
border-color css
<style>
span { border-color: #F8F0EF; }
span { border-color: rgb(248,240,239); }
td.TdClassName
{
border-color: #F8F0EF;
}
.TagClassName
{
border-color: #F8F0EF;
}
</style>