Shades of Snuff #F1E0EE
Tints of Snuff #F1E0EE
RGB
CMYK
RGB Variations
Color information
#F1E0EE (or 0xF1E0EE) is known color: Snuff. HEX triplet: F1, E0 and EE. RGB value is (241,224,238). Sum of RGB (Red+Green+Blue) = 241+224+238=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0EE is #0E1F11. Grayscale: #E6E6E6. Windows color (decimal): -925458 or 15655153. OLE color: 15655153.
HSL color Cylindrical-coordinate representation of color #F1E0EE: hue angle of 310.59º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E0EE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 238 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.05 |
| HSL | 310.59º | 0.38% | 0.91% | - |
| HSV(B) | 310.59º | 0.07% | 0.95% | - |
| XYZ | 78.36 | 78.19 | 91.85 | - |
| YUV | 230.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 238 | 0 | 0.07 | 0.01 | 0.05 | 310.59 | 0.38 | 0.91 |
| Hex | F1 | E0 | EE | 0 | 7 | 1 | 5 | 137 | 26 | 5B |
| Octal | 361 | 340 | 356 | 0 | 7 | 1 | 5 | 467 | 46 | 133 |
| Binary | 11110001 | 11100000 | 11101110 | 0 | 111 | 1 | 101 | 100110111 | 100110 | 1011011 |
Color Harmonies of #F1E0EE
Complementary color
Monochromatic Colors of #F1E0EE
Black with #F1E0EE
Text Example
Text Example
White with #F1E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0EE; }
p { color: rgb(241,224,238); }
H1.HeaderClassName
{
color: #F1E0EE;
}
.AnyTagClassName
{
color: #F1E0EE;
}
</style>
background-color css
<style>
a { background-color: #F1E0EE; }
a { background-color: rgb(241,224,238); }
div.DivClassName
{
background-color: #F1E0EE;
}
.BgClassName
{
background-color: #F1E0EE;
}
</style>
border-color css
<style>
span { border-color: #F1E0EE; }
span { border-color: rgb(241,224,238); }
td.TdClassName
{
border-color: #F1E0EE;
}
.TagClassName
{
border-color: #F1E0EE;
}
</style>