Shades of Scotch Mist #F0EACE
Tints of Scotch Mist #F0EACE
RGB
CMYK
RGB Variations
Color information
#F0EACE (or 0xF0EACE) is known color: Scotch Mist. HEX triplet: F0, EA and CE. RGB value is (240,234,206). Sum of RGB (Red+Green+Blue) = 240+234+206=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACE is #0F1531. Grayscale: #E8E8E8. Windows color (decimal): -988466 or 13560560. OLE color: 13560560.
HSL color Cylindrical-coordinate representation of color #F0EACE: hue angle of 49.41º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0EACE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 206 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.06 |
| HSL | 49.41º | 0.53% | 0.87% | - |
| HSV(B) | 49.41º | 0.14% | 0.94% | - |
| XYZ | 76.5 | 81.83 | 70.15 | - |
| YUV | 232.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 206 | 0 | 0.02 | 0.14 | 0.06 | 49.41 | 0.53 | 0.87 |
| Hex | F0 | EA | CE | 0 | 2 | E | 6 | 31 | 35 | 57 |
| Octal | 360 | 352 | 316 | 0 | 2 | 16 | 6 | 61 | 65 | 127 |
| Binary | 11110000 | 11101010 | 11001110 | 0 | 10 | 1110 | 110 | 110001 | 110101 | 1010111 |
Color Harmonies of #F0EACE
Complementary color
Monochromatic Colors of #F0EACE
Black with #F0EACE
Text Example
Text Example
White with #F0EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EACE; }
p { color: rgb(240,234,206); }
H1.HeaderClassName
{
color: #F0EACE;
}
.AnyTagClassName
{
color: #F0EACE;
}
</style>
background-color css
<style>
a { background-color: #F0EACE; }
a { background-color: rgb(240,234,206); }
div.DivClassName
{
background-color: #F0EACE;
}
.BgClassName
{
background-color: #F0EACE;
}
</style>
border-color css
<style>
span { border-color: #F0EACE; }
span { border-color: rgb(240,234,206); }
td.TdClassName
{
border-color: #F0EACE;
}
.TagClassName
{
border-color: #F0EACE;
}
</style>