Shades of Snuff #F1E2ED
Tints of Snuff #F1E2ED
RGB
CMYK
RGB Variations
Color information
#F1E2ED (or 0xF1E2ED) is known color: Snuff. HEX triplet: F1, E2 and ED. RGB value is (241,226,237). Sum of RGB (Red+Green+Blue) = 241+226+237=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2ED is #0E1D12. Grayscale: #E7E7E7. Windows color (decimal): -924947 or 15590129. OLE color: 15590129.
HSL color Cylindrical-coordinate representation of color #F1E2ED: hue angle of 316º 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 #F1E2ED is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 237 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.05 |
| HSL | 316º | 0.35% | 0.92% | - |
| HSV(B) | 316º | 0.06% | 0.95% | - |
| XYZ | 78.76 | 79.21 | 91.26 | - |
| YUV | 231.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 237 | 0 | 0.06 | 0.02 | 0.05 | 316 | 0.35 | 0.92 |
| Hex | F1 | E2 | ED | 0 | 6 | 2 | 5 | 13C | 23 | 5C |
| Octal | 361 | 342 | 355 | 0 | 6 | 2 | 5 | 474 | 43 | 134 |
| Binary | 11110001 | 11100010 | 11101101 | 0 | 110 | 10 | 101 | 100111100 | 100011 | 1011100 |
Color Harmonies of #F1E2ED
Complementary color
Monochromatic Colors of #F1E2ED
Black with #F1E2ED
Text Example
Text Example
White with #F1E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2ED; }
p { color: rgb(241,226,237); }
H1.HeaderClassName
{
color: #F1E2ED;
}
.AnyTagClassName
{
color: #F1E2ED;
}
</style>
background-color css
<style>
a { background-color: #F1E2ED; }
a { background-color: rgb(241,226,237); }
div.DivClassName
{
background-color: #F1E2ED;
}
.BgClassName
{
background-color: #F1E2ED;
}
</style>
border-color css
<style>
span { border-color: #F1E2ED; }
span { border-color: rgb(241,226,237); }
td.TdClassName
{
border-color: #F1E2ED;
}
.TagClassName
{
border-color: #F1E2ED;
}
</style>