Shades of Scotch Mist #F2EAC3
Tints of Scotch Mist #F2EAC3
RGB
CMYK
RGB Variations
Color information
#F2EAC3 (or 0xF2EAC3) is known color: Scotch Mist. HEX triplet: F2, EA and C3. RGB value is (242,234,195). Sum of RGB (Red+Green+Blue) = 242+234+195=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAC3 is #0D153C. Grayscale: #E8E8E8. Windows color (decimal): -857405 or 12839666. OLE color: 12839666.
HSL color Cylindrical-coordinate representation of color #F2EAC3: hue angle of 49.79º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2EAC3 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 195 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.05 |
| HSL | 49.79º | 0.64% | 0.86% | - |
| HSV(B) | 49.79º | 0.19% | 0.95% | - |
| XYZ | 75.89 | 81.66 | 63.39 | - |
| YUV | 231.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 195 | 0 | 0.03 | 0.19 | 0.05 | 49.79 | 0.64 | 0.86 |
| Hex | F2 | EA | C3 | 0 | 3 | 13 | 5 | 32 | 40 | 56 |
| Octal | 362 | 352 | 303 | 0 | 3 | 23 | 5 | 62 | 100 | 126 |
| Binary | 11110010 | 11101010 | 11000011 | 0 | 11 | 10011 | 101 | 110010 | 1000000 | 1010110 |
Color Harmonies of #F2EAC3
Complementary color
Monochromatic Colors of #F2EAC3
Black with #F2EAC3
Text Example
Text Example
White with #F2EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAC3; }
p { color: rgb(242,234,195); }
H1.HeaderClassName
{
color: #F2EAC3;
}
.AnyTagClassName
{
color: #F2EAC3;
}
</style>
background-color css
<style>
a { background-color: #F2EAC3; }
a { background-color: rgb(242,234,195); }
div.DivClassName
{
background-color: #F2EAC3;
}
.BgClassName
{
background-color: #F2EAC3;
}
</style>
border-color css
<style>
span { border-color: #F2EAC3; }
span { border-color: rgb(242,234,195); }
td.TdClassName
{
border-color: #F2EAC3;
}
.TagClassName
{
border-color: #F2EAC3;
}
</style>