Shades of Scotch Mist #F2EAC7
Tints of Scotch Mist #F2EAC7
RGB
CMYK
RGB Variations
Color information
#F2EAC7 (or 0xF2EAC7) is known color: Scotch Mist. HEX triplet: F2, EA and C7. RGB value is (242,234,199). Sum of RGB (Red+Green+Blue) = 242+234+199=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAC7 is #0D1538. Grayscale: #E8E8E8. Windows color (decimal): -857401 or 13101810. OLE color: 13101810.
HSL color Cylindrical-coordinate representation of color #F2EAC7: hue angle of 48.84º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2EAC7 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 199 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.05 |
| HSL | 48.84º | 0.62% | 0.86% | - |
| HSV(B) | 48.84º | 0.18% | 0.95% | - |
| XYZ | 76.35 | 81.85 | 65.81 | - |
| YUV | 232.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 199 | 0 | 0.03 | 0.18 | 0.05 | 48.84 | 0.62 | 0.86 |
| Hex | F2 | EA | C7 | 0 | 3 | 12 | 5 | 31 | 3E | 56 |
| Octal | 362 | 352 | 307 | 0 | 3 | 22 | 5 | 61 | 76 | 126 |
| Binary | 11110010 | 11101010 | 11000111 | 0 | 11 | 10010 | 101 | 110001 | 111110 | 1010110 |
Color Harmonies of #F2EAC7
Complementary color
Monochromatic Colors of #F2EAC7
Black with #F2EAC7
Text Example
Text Example
White with #F2EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAC7; }
p { color: rgb(242,234,199); }
H1.HeaderClassName
{
color: #F2EAC7;
}
.AnyTagClassName
{
color: #F2EAC7;
}
</style>
background-color css
<style>
a { background-color: #F2EAC7; }
a { background-color: rgb(242,234,199); }
div.DivClassName
{
background-color: #F2EAC7;
}
.BgClassName
{
background-color: #F2EAC7;
}
</style>
border-color css
<style>
span { border-color: #F2EAC7; }
span { border-color: rgb(242,234,199); }
td.TdClassName
{
border-color: #F2EAC7;
}
.TagClassName
{
border-color: #F2EAC7;
}
</style>