Shades of Scotch Mist #F0E9CF
Tints of Scotch Mist #F0E9CF
RGB
CMYK
RGB Variations
Color information
#F0E9CF (or 0xF0E9CF) is known color: Scotch Mist. HEX triplet: F0, E9 and CF. RGB value is (240,233,207). Sum of RGB (Red+Green+Blue) = 240+233+207=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9CF is #0F1630. Grayscale: #E8E8E8. Windows color (decimal): -988721 or 13625840. OLE color: 13625840.
HSL color Cylindrical-coordinate representation of color #F0E9CF: hue angle of 47.27º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0E9CF is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 207 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.06 |
| HSL | 47.27º | 0.52% | 0.88% | - |
| HSV(B) | 47.27º | 0.14% | 0.94% | - |
| XYZ | 76.34 | 81.31 | 70.7 | - |
| YUV | 232.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 207 | 0 | 0.03 | 0.14 | 0.06 | 47.27 | 0.52 | 0.88 |
| Hex | F0 | E9 | CF | 0 | 3 | E | 6 | 2F | 34 | 58 |
| Octal | 360 | 351 | 317 | 0 | 3 | 16 | 6 | 57 | 64 | 130 |
| Binary | 11110000 | 11101001 | 11001111 | 0 | 11 | 1110 | 110 | 101111 | 110100 | 1011000 |
Color Harmonies of #F0E9CF
Complementary color
Monochromatic Colors of #F0E9CF
Black with #F0E9CF
Text Example
Text Example
White with #F0E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9CF; }
p { color: rgb(240,233,207); }
H1.HeaderClassName
{
color: #F0E9CF;
}
.AnyTagClassName
{
color: #F0E9CF;
}
</style>
background-color css
<style>
a { background-color: #F0E9CF; }
a { background-color: rgb(240,233,207); }
div.DivClassName
{
background-color: #F0E9CF;
}
.BgClassName
{
background-color: #F0E9CF;
}
</style>
border-color css
<style>
span { border-color: #F0E9CF; }
span { border-color: rgb(240,233,207); }
td.TdClassName
{
border-color: #F0E9CF;
}
.TagClassName
{
border-color: #F0E9CF;
}
</style>