Shades of Scotch Mist #F0E9CC
Tints of Scotch Mist #F0E9CC
RGB
CMYK
RGB Variations
Color information
#F0E9CC (or 0xF0E9CC) is known color: Scotch Mist. HEX triplet: F0, E9 and CC. RGB value is (240,233,204). Sum of RGB (Red+Green+Blue) = 240+233+204=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9CC is #0F1633. Grayscale: #E7E7E7. Windows color (decimal): -988724 or 13429232. OLE color: 13429232.
HSL color Cylindrical-coordinate representation of color #F0E9CC: hue angle of 48.33º 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 #F0E9CC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 204 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 48.33º | 0.55% | 0.87% | - |
| HSV(B) | 48.33º | 0.15% | 0.94% | - |
| XYZ | 75.97 | 81.16 | 68.79 | - |
| YUV | 231.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 204 | 0 | 0.03 | 0.15 | 0.06 | 48.33 | 0.55 | 0.87 |
| Hex | F0 | E9 | CC | 0 | 3 | F | 6 | 30 | 37 | 57 |
| Octal | 360 | 351 | 314 | 0 | 3 | 17 | 6 | 60 | 67 | 127 |
| Binary | 11110000 | 11101001 | 11001100 | 0 | 11 | 1111 | 110 | 110000 | 110111 | 1010111 |
Color Harmonies of #F0E9CC
Complementary color
Monochromatic Colors of #F0E9CC
Black with #F0E9CC
Text Example
Text Example
White with #F0E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9CC; }
p { color: rgb(240,233,204); }
H1.HeaderClassName
{
color: #F0E9CC;
}
.AnyTagClassName
{
color: #F0E9CC;
}
</style>
background-color css
<style>
a { background-color: #F0E9CC; }
a { background-color: rgb(240,233,204); }
div.DivClassName
{
background-color: #F0E9CC;
}
.BgClassName
{
background-color: #F0E9CC;
}
</style>
border-color css
<style>
span { border-color: #F0E9CC; }
span { border-color: rgb(240,233,204); }
td.TdClassName
{
border-color: #F0E9CC;
}
.TagClassName
{
border-color: #F0E9CC;
}
</style>