Shades of Scotch Mist #F0E9C9
Tints of Scotch Mist #F0E9C9
RGB
CMYK
RGB Variations
Color information
#F0E9C9 (or 0xF0E9C9) is known color: Scotch Mist. HEX triplet: F0, E9 and C9. RGB value is (240,233,201). Sum of RGB (Red+Green+Blue) = 240+233+201=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9C9 is #0F1636. Grayscale: #E7E7E7. Windows color (decimal): -988727 or 13232624. OLE color: 13232624.
HSL color Cylindrical-coordinate representation of color #F0E9C9: hue angle of 49.23º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E9C9 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 201 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.06 |
| HSL | 49.23º | 0.57% | 0.86% | - |
| HSV(B) | 49.23º | 0.16% | 0.94% | - |
| XYZ | 75.62 | 81.02 | 66.91 | - |
| YUV | 231.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 201 | 0 | 0.03 | 0.16 | 0.06 | 49.23 | 0.57 | 0.86 |
| Hex | F0 | E9 | C9 | 0 | 3 | 10 | 6 | 31 | 39 | 56 |
| Octal | 360 | 351 | 311 | 0 | 3 | 20 | 6 | 61 | 71 | 126 |
| Binary | 11110000 | 11101001 | 11001001 | 0 | 11 | 10000 | 110 | 110001 | 111001 | 1010110 |
Color Harmonies of #F0E9C9
Complementary color
Monochromatic Colors of #F0E9C9
Black with #F0E9C9
Text Example
Text Example
White with #F0E9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9C9; }
p { color: rgb(240,233,201); }
H1.HeaderClassName
{
color: #F0E9C9;
}
.AnyTagClassName
{
color: #F0E9C9;
}
</style>
background-color css
<style>
a { background-color: #F0E9C9; }
a { background-color: rgb(240,233,201); }
div.DivClassName
{
background-color: #F0E9C9;
}
.BgClassName
{
background-color: #F0E9C9;
}
</style>
border-color css
<style>
span { border-color: #F0E9C9; }
span { border-color: rgb(240,233,201); }
td.TdClassName
{
border-color: #F0E9C9;
}
.TagClassName
{
border-color: #F0E9C9;
}
</style>