Shades of Scotch Mist #F2E9CB
Tints of Scotch Mist #F2E9CB
RGB
CMYK
RGB Variations
Color information
#F2E9CB (or 0xF2E9CB) is known color: Scotch Mist. HEX triplet: F2, E9 and CB. RGB value is (242,233,203). Sum of RGB (Red+Green+Blue) = 242+233+203=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9CB is #0D1634. Grayscale: #E8E8E8. Windows color (decimal): -857653 or 13363698. OLE color: 13363698.
HSL color Cylindrical-coordinate representation of color #F2E9CB: hue angle of 46.15º 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 #F2E9CB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 203 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.05 |
| HSL | 46.15º | 0.6% | 0.87% | - |
| HSV(B) | 46.15º | 0.16% | 0.95% | - |
| XYZ | 76.54 | 81.47 | 68.19 | - |
| YUV | 232.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 203 | 0 | 0.04 | 0.16 | 0.05 | 46.15 | 0.6 | 0.87 |
| Hex | F2 | E9 | CB | 0 | 4 | 10 | 5 | 2E | 3C | 57 |
| Octal | 362 | 351 | 313 | 0 | 4 | 20 | 5 | 56 | 74 | 127 |
| Binary | 11110010 | 11101001 | 11001011 | 0 | 100 | 10000 | 101 | 101110 | 111100 | 1010111 |
Color Harmonies of #F2E9CB
Complementary color
Monochromatic Colors of #F2E9CB
Black with #F2E9CB
Text Example
Text Example
White with #F2E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9CB; }
p { color: rgb(242,233,203); }
H1.HeaderClassName
{
color: #F2E9CB;
}
.AnyTagClassName
{
color: #F2E9CB;
}
</style>
background-color css
<style>
a { background-color: #F2E9CB; }
a { background-color: rgb(242,233,203); }
div.DivClassName
{
background-color: #F2E9CB;
}
.BgClassName
{
background-color: #F2E9CB;
}
</style>
border-color css
<style>
span { border-color: #F2E9CB; }
span { border-color: rgb(242,233,203); }
td.TdClassName
{
border-color: #F2E9CB;
}
.TagClassName
{
border-color: #F2E9CB;
}
</style>