Shades of Scotch Mist #F0E8CC
Tints of Scotch Mist #F0E8CC
RGB
CMYK
RGB Variations
Color information
#F0E8CC (or 0xF0E8CC) is known color: Scotch Mist. HEX triplet: F0, E8 and CC. RGB value is (240,232,204). Sum of RGB (Red+Green+Blue) = 240+232+204=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8CC is #0F1733. Grayscale: #E7E7E7. Windows color (decimal): -988980 or 13428976. OLE color: 13428976.
HSL color Cylindrical-coordinate representation of color #F0E8CC: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0E8CC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 204 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 46.67º | 0.55% | 0.87% | - |
| HSV(B) | 46.67º | 0.15% | 0.94% | - |
| XYZ | 75.69 | 80.6 | 68.69 | - |
| YUV | 231.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 204 | 0 | 0.03 | 0.15 | 0.06 | 46.67 | 0.55 | 0.87 |
| Hex | F0 | E8 | CC | 0 | 3 | F | 6 | 2F | 37 | 57 |
| Octal | 360 | 350 | 314 | 0 | 3 | 17 | 6 | 57 | 67 | 127 |
| Binary | 11110000 | 11101000 | 11001100 | 0 | 11 | 1111 | 110 | 101111 | 110111 | 1010111 |
Color Harmonies of #F0E8CC
Complementary color
Monochromatic Colors of #F0E8CC
Black with #F0E8CC
Text Example
Text Example
White with #F0E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8CC; }
p { color: rgb(240,232,204); }
H1.HeaderClassName
{
color: #F0E8CC;
}
.AnyTagClassName
{
color: #F0E8CC;
}
</style>
background-color css
<style>
a { background-color: #F0E8CC; }
a { background-color: rgb(240,232,204); }
div.DivClassName
{
background-color: #F0E8CC;
}
.BgClassName
{
background-color: #F0E8CC;
}
</style>
border-color css
<style>
span { border-color: #F0E8CC; }
span { border-color: rgb(240,232,204); }
td.TdClassName
{
border-color: #F0E8CC;
}
.TagClassName
{
border-color: #F0E8CC;
}
</style>