Shades of Scotch Mist #F0E8C4
Tints of Scotch Mist #F0E8C4
RGB
CMYK
RGB Variations
Color information
#F0E8C4 (or 0xF0E8C4) is known color: Scotch Mist. HEX triplet: F0, E8 and C4. RGB value is (240,232,196). Sum of RGB (Red+Green+Blue) = 240+232+196=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8C4 is #0F173B. Grayscale: #E6E6E6. Windows color (decimal): -988988 or 12904688. OLE color: 12904688.
HSL color Cylindrical-coordinate representation of color #F0E8C4: hue angle of 49.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0E8C4 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 196 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.06 |
| HSL | 49.09º | 0.59% | 0.85% | - |
| HSV(B) | 49.09º | 0.18% | 0.94% | - |
| XYZ | 74.76 | 80.22 | 63.77 | - |
| YUV | 230.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 196 | 0 | 0.03 | 0.18 | 0.06 | 49.09 | 0.59 | 0.85 |
| Hex | F0 | E8 | C4 | 0 | 3 | 12 | 6 | 31 | 3B | 55 |
| Octal | 360 | 350 | 304 | 0 | 3 | 22 | 6 | 61 | 73 | 125 |
| Binary | 11110000 | 11101000 | 11000100 | 0 | 11 | 10010 | 110 | 110001 | 111011 | 1010101 |
Color Harmonies of #F0E8C4
Complementary color
Monochromatic Colors of #F0E8C4
Black with #F0E8C4
Text Example
Text Example
White with #F0E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8C4; }
p { color: rgb(240,232,196); }
H1.HeaderClassName
{
color: #F0E8C4;
}
.AnyTagClassName
{
color: #F0E8C4;
}
</style>
background-color css
<style>
a { background-color: #F0E8C4; }
a { background-color: rgb(240,232,196); }
div.DivClassName
{
background-color: #F0E8C4;
}
.BgClassName
{
background-color: #F0E8C4;
}
</style>
border-color css
<style>
span { border-color: #F0E8C4; }
span { border-color: rgb(240,232,196); }
td.TdClassName
{
border-color: #F0E8C4;
}
.TagClassName
{
border-color: #F0E8C4;
}
</style>