Shades of Scotch Mist #F0E8CA
Tints of Scotch Mist #F0E8CA
RGB
CMYK
RGB Variations
Color information
#F0E8CA (or 0xF0E8CA) is known color: Scotch Mist. HEX triplet: F0, E8 and CA. RGB value is (240,232,202). Sum of RGB (Red+Green+Blue) = 240+232+202=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8CA is #0F1735. Grayscale: #E7E7E7. Windows color (decimal): -988982 or 13297904. OLE color: 13297904.
HSL color Cylindrical-coordinate representation of color #F0E8CA: hue angle of 47.37º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E8CA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 202 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.06 |
| HSL | 47.37º | 0.56% | 0.87% | - |
| HSV(B) | 47.37º | 0.16% | 0.94% | - |
| XYZ | 75.45 | 80.5 | 67.44 | - |
| YUV | 230.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 202 | 0 | 0.03 | 0.16 | 0.06 | 47.37 | 0.56 | 0.87 |
| Hex | F0 | E8 | CA | 0 | 3 | 10 | 6 | 2F | 38 | 57 |
| Octal | 360 | 350 | 312 | 0 | 3 | 20 | 6 | 57 | 70 | 127 |
| Binary | 11110000 | 11101000 | 11001010 | 0 | 11 | 10000 | 110 | 101111 | 111000 | 1010111 |
Color Harmonies of #F0E8CA
Complementary color
Monochromatic Colors of #F0E8CA
Black with #F0E8CA
Text Example
Text Example
White with #F0E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8CA; }
p { color: rgb(240,232,202); }
H1.HeaderClassName
{
color: #F0E8CA;
}
.AnyTagClassName
{
color: #F0E8CA;
}
</style>
background-color css
<style>
a { background-color: #F0E8CA; }
a { background-color: rgb(240,232,202); }
div.DivClassName
{
background-color: #F0E8CA;
}
.BgClassName
{
background-color: #F0E8CA;
}
</style>
border-color css
<style>
span { border-color: #F0E8CA; }
span { border-color: rgb(240,232,202); }
td.TdClassName
{
border-color: #F0E8CA;
}
.TagClassName
{
border-color: #F0E8CA;
}
</style>