Shades of Scotch Mist #F2EACB
Tints of Scotch Mist #F2EACB
RGB
CMYK
RGB Variations
Color information
#F2EACB (or 0xF2EACB) is known color: Scotch Mist. HEX triplet: F2, EA and CB. RGB value is (242,234,203). Sum of RGB (Red+Green+Blue) = 242+234+203=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EACB is #0D1534. Grayscale: #E8E8E8. Windows color (decimal): -857397 or 13363954. OLE color: 13363954.
HSL color Cylindrical-coordinate representation of color #F2EACB: hue angle of 47.69º degrees, saturation: 0.6, 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 #F2EACB is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 203 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.05 |
| HSL | 47.69º | 0.6% | 0.87% | - |
| HSV(B) | 47.69º | 0.16% | 0.95% | - |
| XYZ | 76.82 | 82.03 | 68.29 | - |
| YUV | 232.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 203 | 0 | 0.03 | 0.16 | 0.05 | 47.69 | 0.6 | 0.87 |
| Hex | F2 | EA | CB | 0 | 3 | 10 | 5 | 30 | 3C | 57 |
| Octal | 362 | 352 | 313 | 0 | 3 | 20 | 5 | 60 | 74 | 127 |
| Binary | 11110010 | 11101010 | 11001011 | 0 | 11 | 10000 | 101 | 110000 | 111100 | 1010111 |
Color Harmonies of #F2EACB
Complementary color
Monochromatic Colors of #F2EACB
Black with #F2EACB
Text Example
Text Example
White with #F2EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EACB; }
p { color: rgb(242,234,203); }
H1.HeaderClassName
{
color: #F2EACB;
}
.AnyTagClassName
{
color: #F2EACB;
}
</style>
background-color css
<style>
a { background-color: #F2EACB; }
a { background-color: rgb(242,234,203); }
div.DivClassName
{
background-color: #F2EACB;
}
.BgClassName
{
background-color: #F2EACB;
}
</style>
border-color css
<style>
span { border-color: #F2EACB; }
span { border-color: rgb(242,234,203); }
td.TdClassName
{
border-color: #F2EACB;
}
.TagClassName
{
border-color: #F2EACB;
}
</style>