Shades of Scotch Mist #F2EACC
Tints of Scotch Mist #F2EACC
RGB
CMYK
RGB Variations
Color information
#F2EACC (or 0xF2EACC) is known color: Scotch Mist. HEX triplet: F2, EA and CC. RGB value is (242,234,204). Sum of RGB (Red+Green+Blue) = 242+234+204=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EACC is #0D1533. Grayscale: #E9E9E9. Windows color (decimal): -857396 or 13429490. OLE color: 13429490.
HSL color Cylindrical-coordinate representation of color #F2EACC: hue angle of 47.37º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2EACC is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 204 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.05 |
| HSL | 47.37º | 0.59% | 0.87% | - |
| HSV(B) | 47.37º | 0.16% | 0.95% | - |
| XYZ | 76.94 | 82.08 | 68.92 | - |
| YUV | 232.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 204 | 0 | 0.03 | 0.16 | 0.05 | 47.37 | 0.59 | 0.87 |
| Hex | F2 | EA | CC | 0 | 3 | 10 | 5 | 2F | 3B | 57 |
| Octal | 362 | 352 | 314 | 0 | 3 | 20 | 5 | 57 | 73 | 127 |
| Binary | 11110010 | 11101010 | 11001100 | 0 | 11 | 10000 | 101 | 101111 | 111011 | 1010111 |
Color Harmonies of #F2EACC
Complementary color
Monochromatic Colors of #F2EACC
Black with #F2EACC
Text Example
Text Example
White with #F2EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EACC; }
p { color: rgb(242,234,204); }
H1.HeaderClassName
{
color: #F2EACC;
}
.AnyTagClassName
{
color: #F2EACC;
}
</style>
background-color css
<style>
a { background-color: #F2EACC; }
a { background-color: rgb(242,234,204); }
div.DivClassName
{
background-color: #F2EACC;
}
.BgClassName
{
background-color: #F2EACC;
}
</style>
border-color css
<style>
span { border-color: #F2EACC; }
span { border-color: rgb(242,234,204); }
td.TdClassName
{
border-color: #F2EACC;
}
.TagClassName
{
border-color: #F2EACC;
}
</style>