Shades of Scotch Mist #F1E9CA
Tints of Scotch Mist #F1E9CA
RGB
CMYK
RGB Variations
Color information
#F1E9CA (or 0xF1E9CA) is known color: Scotch Mist. HEX triplet: F1, E9 and CA. RGB value is (241,233,202). Sum of RGB (Red+Green+Blue) = 241+233+202=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9CA is #0E1635. Grayscale: #E7E7E7. Windows color (decimal): -923190 or 13298161. OLE color: 13298161.
HSL color Cylindrical-coordinate representation of color #F1E9CA: hue angle of 47.69º 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 #F1E9CA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 202 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.05 |
| HSL | 47.69º | 0.58% | 0.87% | - |
| HSV(B) | 47.69º | 0.16% | 0.95% | - |
| XYZ | 76.08 | 81.24 | 67.55 | - |
| YUV | 231.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 202 | 0 | 0.03 | 0.16 | 0.05 | 47.69 | 0.58 | 0.87 |
| Hex | F1 | E9 | CA | 0 | 3 | 10 | 5 | 30 | 3A | 57 |
| Octal | 361 | 351 | 312 | 0 | 3 | 20 | 5 | 60 | 72 | 127 |
| Binary | 11110001 | 11101001 | 11001010 | 0 | 11 | 10000 | 101 | 110000 | 111010 | 1010111 |
Color Harmonies of #F1E9CA
Complementary color
Monochromatic Colors of #F1E9CA
Black with #F1E9CA
Text Example
Text Example
White with #F1E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9CA; }
p { color: rgb(241,233,202); }
H1.HeaderClassName
{
color: #F1E9CA;
}
.AnyTagClassName
{
color: #F1E9CA;
}
</style>
background-color css
<style>
a { background-color: #F1E9CA; }
a { background-color: rgb(241,233,202); }
div.DivClassName
{
background-color: #F1E9CA;
}
.BgClassName
{
background-color: #F1E9CA;
}
</style>
border-color css
<style>
span { border-color: #F1E9CA; }
span { border-color: rgb(241,233,202); }
td.TdClassName
{
border-color: #F1E9CA;
}
.TagClassName
{
border-color: #F1E9CA;
}
</style>