Shades of Scotch Mist #F2ECCC
Tints of Scotch Mist #F2ECCC
RGB
CMYK
RGB Variations
Color information
#F2ECCC (or 0xF2ECCC) is known color: Scotch Mist. HEX triplet: F2, EC and CC. RGB value is (242,236,204). Sum of RGB (Red+Green+Blue) = 242+236+204=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECCC is #0D1333. Grayscale: #EAEAEA. Windows color (decimal): -856884 or 13430002. OLE color: 13430002.
HSL color Cylindrical-coordinate representation of color #F2ECCC: hue angle of 50.53º 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 #F2ECCC is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 236 | 204 | - |
CMYK | 0 | 0.02 | 0.16 | 0.05 |
HSL | 50.53º | 0.59% | 0.87% | - |
HSV(B) | 50.53º | 0.16% | 0.95% | - |
XYZ | 77.51 | 83.23 | 69.11 | - |
YUV | 234.15 | 110.99 | 133.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 236 | 204 | 0 | 0.02 | 0.16 | 0.05 | 50.53 | 0.59 | 0.87 |
Hex | F2 | EC | CC | 0 | 2 | 10 | 5 | 33 | 3B | 57 |
Octal | 362 | 354 | 314 | 0 | 2 | 20 | 5 | 63 | 73 | 127 |
Binary | 11110010 | 11101100 | 11001100 | 0 | 10 | 10000 | 101 | 110011 | 111011 | 1010111 |
Color Harmonies of #F2ECCC
Complementary color
Monochromatic Colors of #F2ECCC
Black with #F2ECCC
Text Example
Text Example
White with #F2ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECCC; }
p { color: rgb(242,236,204); }
H1.HeaderClassName
{
color: #F2ECCC;
}
.AnyTagClassName
{
color: #F2ECCC;
}
</style>
background-color css
<style>
a { background-color: #F2ECCC; }
a { background-color: rgb(242,236,204); }
div.DivClassName
{
background-color: #F2ECCC;
}
.BgClassName
{
background-color: #F2ECCC;
}
</style>
border-color css
<style>
span { border-color: #F2ECCC; }
span { border-color: rgb(242,236,204); }
td.TdClassName
{
border-color: #F2ECCC;
}
.TagClassName
{
border-color: #F2ECCC;
}
</style>