Shades of Scotch Mist #F0E9CB
Tints of Scotch Mist #F0E9CB
RGB
CMYK
RGB Variations
Color information
#F0E9CB (or 0xF0E9CB) is known color: Scotch Mist. HEX triplet: F0, E9 and CB. RGB value is (240,233,203). Sum of RGB (Red+Green+Blue) = 240+233+203=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9CB is #0F1634. Grayscale: #E7E7E7. Windows color (decimal): -988725 or 13363696. OLE color: 13363696.
HSL color Cylindrical-coordinate representation of color #F0E9CB: hue angle of 48.65º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0E9CB is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 203 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.06 |
| HSL | 48.65º | 0.55% | 0.87% | - |
| HSV(B) | 48.65º | 0.15% | 0.94% | - |
| XYZ | 75.85 | 81.11 | 68.16 | - |
| YUV | 231.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 203 | 0 | 0.03 | 0.15 | 0.06 | 48.65 | 0.55 | 0.87 |
| Hex | F0 | E9 | CB | 0 | 3 | F | 6 | 31 | 37 | 57 |
| Octal | 360 | 351 | 313 | 0 | 3 | 17 | 6 | 61 | 67 | 127 |
| Binary | 11110000 | 11101001 | 11001011 | 0 | 11 | 1111 | 110 | 110001 | 110111 | 1010111 |
Color Harmonies of #F0E9CB
Complementary color
Monochromatic Colors of #F0E9CB
Black with #F0E9CB
Text Example
Text Example
White with #F0E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9CB; }
p { color: rgb(240,233,203); }
H1.HeaderClassName
{
color: #F0E9CB;
}
.AnyTagClassName
{
color: #F0E9CB;
}
</style>
background-color css
<style>
a { background-color: #F0E9CB; }
a { background-color: rgb(240,233,203); }
div.DivClassName
{
background-color: #F0E9CB;
}
.BgClassName
{
background-color: #F0E9CB;
}
</style>
border-color css
<style>
span { border-color: #F0E9CB; }
span { border-color: rgb(240,233,203); }
td.TdClassName
{
border-color: #F0E9CB;
}
.TagClassName
{
border-color: #F0E9CB;
}
</style>