Shades of Snuff #F6E2F1
Tints of Snuff #F6E2F1
RGB
CMYK
RGB Variations
Color information
#F6E2F1 (or 0xF6E2F1) is known color: Snuff. HEX triplet: F6, E2 and F1. RGB value is (246,226,241). Sum of RGB (Red+Green+Blue) = 246+226+241=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E2F1 is #091D0E. Grayscale: #E9E9E9. Windows color (decimal): -597263 or 15852278. OLE color: 15852278.
HSL color Cylindrical-coordinate representation of color #F6E2F1: hue angle of 315º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6E2F1 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 241 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.04 |
| HSL | 315º | 0.53% | 0.93% | - |
| HSV(B) | 315º | 0.08% | 0.96% | - |
| XYZ | 81.08 | 80.34 | 94.45 | - |
| YUV | 233.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 241 | 0 | 0.08 | 0.02 | 0.04 | 315 | 0.53 | 0.93 |
| Hex | F6 | E2 | F1 | 0 | 8 | 2 | 4 | 13B | 35 | 5D |
| Octal | 366 | 342 | 361 | 0 | 10 | 2 | 4 | 473 | 65 | 135 |
| Binary | 11110110 | 11100010 | 11110001 | 0 | 1000 | 10 | 100 | 100111011 | 110101 | 1011101 |
Color Harmonies of #F6E2F1
Complementary color
Monochromatic Colors of #F6E2F1
Black with #F6E2F1
Text Example
Text Example
White with #F6E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2F1; }
p { color: rgb(246,226,241); }
H1.HeaderClassName
{
color: #F6E2F1;
}
.AnyTagClassName
{
color: #F6E2F1;
}
</style>
background-color css
<style>
a { background-color: #F6E2F1; }
a { background-color: rgb(246,226,241); }
div.DivClassName
{
background-color: #F6E2F1;
}
.BgClassName
{
background-color: #F6E2F1;
}
</style>
border-color css
<style>
span { border-color: #F6E2F1; }
span { border-color: rgb(246,226,241); }
td.TdClassName
{
border-color: #F6E2F1;
}
.TagClassName
{
border-color: #F6E2F1;
}
</style>