Shades of Scotch Mist #F0EACC
Tints of Scotch Mist #F0EACC
RGB
CMYK
RGB Variations
Color information
#F0EACC (or 0xF0EACC) is known color: Scotch Mist. HEX triplet: F0, EA and CC. RGB value is (240,234,204). Sum of RGB (Red+Green+Blue) = 240+234+204=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACC is #0F1533. Grayscale: #E8E8E8. Windows color (decimal): -988468 or 13429488. OLE color: 13429488.
HSL color Cylindrical-coordinate representation of color #F0EACC: hue angle of 50º 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 #F0EACC is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 204 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.06 |
| HSL | 50º | 0.55% | 0.87% | - |
| HSV(B) | 50º | 0.15% | 0.94% | - |
| XYZ | 76.26 | 81.73 | 68.88 | - |
| YUV | 232.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 204 | 0 | 0.02 | 0.15 | 0.06 | 50 | 0.55 | 0.87 |
| Hex | F0 | EA | CC | 0 | 2 | F | 6 | 32 | 37 | 57 |
| Octal | 360 | 352 | 314 | 0 | 2 | 17 | 6 | 62 | 67 | 127 |
| Binary | 11110000 | 11101010 | 11001100 | 0 | 10 | 1111 | 110 | 110010 | 110111 | 1010111 |
Color Harmonies of #F0EACC
Complementary color
Monochromatic Colors of #F0EACC
Black with #F0EACC
Text Example
Text Example
White with #F0EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EACC; }
p { color: rgb(240,234,204); }
H1.HeaderClassName
{
color: #F0EACC;
}
.AnyTagClassName
{
color: #F0EACC;
}
</style>
background-color css
<style>
a { background-color: #F0EACC; }
a { background-color: rgb(240,234,204); }
div.DivClassName
{
background-color: #F0EACC;
}
.BgClassName
{
background-color: #F0EACC;
}
</style>
border-color css
<style>
span { border-color: #F0EACC; }
span { border-color: rgb(240,234,204); }
td.TdClassName
{
border-color: #F0EACC;
}
.TagClassName
{
border-color: #F0EACC;
}
</style>