Shades of Scotch Mist #F0EACD
Tints of Scotch Mist #F0EACD
RGB
CMYK
RGB Variations
Color information
#F0EACD (or 0xF0EACD) is known color: Scotch Mist. HEX triplet: F0, EA and CD. RGB value is (240,234,205). Sum of RGB (Red+Green+Blue) = 240+234+205=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACD is #0F1532. Grayscale: #E8E8E8. Windows color (decimal): -988467 or 13495024. OLE color: 13495024.
HSL color Cylindrical-coordinate representation of color #F0EACD: hue angle of 49.71º degrees, saturation: 0.54, 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 #F0EACD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 205 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.06 |
| HSL | 49.71º | 0.54% | 0.87% | - |
| HSV(B) | 49.71º | 0.15% | 0.94% | - |
| XYZ | 76.38 | 81.78 | 69.52 | - |
| YUV | 232.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 205 | 0 | 0.02 | 0.15 | 0.06 | 49.71 | 0.54 | 0.87 |
| Hex | F0 | EA | CD | 0 | 2 | F | 6 | 32 | 36 | 57 |
| Octal | 360 | 352 | 315 | 0 | 2 | 17 | 6 | 62 | 66 | 127 |
| Binary | 11110000 | 11101010 | 11001101 | 0 | 10 | 1111 | 110 | 110010 | 110110 | 1010111 |
Color Harmonies of #F0EACD
Complementary color
Monochromatic Colors of #F0EACD
Black with #F0EACD
Text Example
Text Example
White with #F0EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EACD; }
p { color: rgb(240,234,205); }
H1.HeaderClassName
{
color: #F0EACD;
}
.AnyTagClassName
{
color: #F0EACD;
}
</style>
background-color css
<style>
a { background-color: #F0EACD; }
a { background-color: rgb(240,234,205); }
div.DivClassName
{
background-color: #F0EACD;
}
.BgClassName
{
background-color: #F0EACD;
}
</style>
border-color css
<style>
span { border-color: #F0EACD; }
span { border-color: rgb(240,234,205); }
td.TdClassName
{
border-color: #F0EACD;
}
.TagClassName
{
border-color: #F0EACD;
}
</style>