Shades of Snuff #F1E2EE
Tints of Snuff #F1E2EE
RGB
CMYK
RGB Variations
Color information
#F1E2EE (or 0xF1E2EE) is known color: Snuff. HEX triplet: F1, E2 and EE. RGB value is (241,226,238). Sum of RGB (Red+Green+Blue) = 241+226+238=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2EE is #0E1D11. Grayscale: #E7E7E7. Windows color (decimal): -924946 or 15655665. OLE color: 15655665.
HSL color Cylindrical-coordinate representation of color #F1E2EE: hue angle of 312º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1E2EE is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 238 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.05 |
| HSL | 312º | 0.35% | 0.92% | - |
| HSV(B) | 312º | 0.06% | 0.95% | - |
| XYZ | 78.9 | 79.27 | 92.03 | - |
| YUV | 231.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 238 | 0 | 0.06 | 0.01 | 0.05 | 312 | 0.35 | 0.92 |
| Hex | F1 | E2 | EE | 0 | 6 | 1 | 5 | 138 | 23 | 5C |
| Octal | 361 | 342 | 356 | 0 | 6 | 1 | 5 | 470 | 43 | 134 |
| Binary | 11110001 | 11100010 | 11101110 | 0 | 110 | 1 | 101 | 100111000 | 100011 | 1011100 |
Color Harmonies of #F1E2EE
Complementary color
Monochromatic Colors of #F1E2EE
Black with #F1E2EE
Text Example
Text Example
White with #F1E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2EE; }
p { color: rgb(241,226,238); }
H1.HeaderClassName
{
color: #F1E2EE;
}
.AnyTagClassName
{
color: #F1E2EE;
}
</style>
background-color css
<style>
a { background-color: #F1E2EE; }
a { background-color: rgb(241,226,238); }
div.DivClassName
{
background-color: #F1E2EE;
}
.BgClassName
{
background-color: #F1E2EE;
}
</style>
border-color css
<style>
span { border-color: #F1E2EE; }
span { border-color: rgb(241,226,238); }
td.TdClassName
{
border-color: #F1E2EE;
}
.TagClassName
{
border-color: #F1E2EE;
}
</style>