Shades of Scotch Mist #F1EACB
Tints of Scotch Mist #F1EACB
RGB
CMYK
RGB Variations
Color information
#F1EACB (or 0xF1EACB) is known color: Scotch Mist. HEX triplet: F1, EA and CB. RGB value is (241,234,203). Sum of RGB (Red+Green+Blue) = 241+234+203=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EACB is #0E1534. Grayscale: #E8E8E8. Windows color (decimal): -922933 or 13363953. OLE color: 13363953.
HSL color Cylindrical-coordinate representation of color #F1EACB: hue angle of 48.95º degrees, saturation: 0.58, 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 #F1EACB is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 203 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.05 |
| HSL | 48.95º | 0.58% | 0.87% | - |
| HSV(B) | 48.95º | 0.16% | 0.95% | - |
| XYZ | 76.48 | 81.86 | 68.27 | - |
| YUV | 232.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 203 | 0 | 0.03 | 0.16 | 0.05 | 48.95 | 0.58 | 0.87 |
| Hex | F1 | EA | CB | 0 | 3 | 10 | 5 | 31 | 3A | 57 |
| Octal | 361 | 352 | 313 | 0 | 3 | 20 | 5 | 61 | 72 | 127 |
| Binary | 11110001 | 11101010 | 11001011 | 0 | 11 | 10000 | 101 | 110001 | 111010 | 1010111 |
Color Harmonies of #F1EACB
Complementary color
Monochromatic Colors of #F1EACB
Black with #F1EACB
Text Example
Text Example
White with #F1EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EACB; }
p { color: rgb(241,234,203); }
H1.HeaderClassName
{
color: #F1EACB;
}
.AnyTagClassName
{
color: #F1EACB;
}
</style>
background-color css
<style>
a { background-color: #F1EACB; }
a { background-color: rgb(241,234,203); }
div.DivClassName
{
background-color: #F1EACB;
}
.BgClassName
{
background-color: #F1EACB;
}
</style>
border-color css
<style>
span { border-color: #F1EACB; }
span { border-color: rgb(241,234,203); }
td.TdClassName
{
border-color: #F1EACB;
}
.TagClassName
{
border-color: #F1EACB;
}
</style>