Shades of Snuff #F6E0F1
Tints of Snuff #F6E0F1
RGB
CMYK
RGB Variations
Color information
#F6E0F1 (or 0xF6E0F1) is known color: Snuff. HEX triplet: F6, E0 and F1. RGB value is (246,224,241). Sum of RGB (Red+Green+Blue) = 246+224+241=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0F1 is #091F0E. Grayscale: #E8E8E8. Windows color (decimal): -597775 or 15851766. OLE color: 15851766.
HSL color Cylindrical-coordinate representation of color #F6E0F1: hue angle of 313.64º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E0F1 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 241 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 313.64º | 0.55% | 0.92% | - |
| HSV(B) | 313.64º | 0.09% | 0.96% | - |
| XYZ | 80.54 | 79.26 | 94.27 | - |
| YUV | 232.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 241 | 0 | 0.09 | 0.02 | 0.04 | 313.64 | 0.55 | 0.92 |
| Hex | F6 | E0 | F1 | 0 | 9 | 2 | 4 | 13A | 37 | 5C |
| Octal | 366 | 340 | 361 | 0 | 11 | 2 | 4 | 472 | 67 | 134 |
| Binary | 11110110 | 11100000 | 11110001 | 0 | 1001 | 10 | 100 | 100111010 | 110111 | 1011100 |
Color Harmonies of #F6E0F1
Complementary color
Monochromatic Colors of #F6E0F1
Black with #F6E0F1
Text Example
Text Example
White with #F6E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0F1; }
p { color: rgb(246,224,241); }
H1.HeaderClassName
{
color: #F6E0F1;
}
.AnyTagClassName
{
color: #F6E0F1;
}
</style>
background-color css
<style>
a { background-color: #F6E0F1; }
a { background-color: rgb(246,224,241); }
div.DivClassName
{
background-color: #F6E0F1;
}
.BgClassName
{
background-color: #F6E0F1;
}
</style>
border-color css
<style>
span { border-color: #F6E0F1; }
span { border-color: rgb(246,224,241); }
td.TdClassName
{
border-color: #F6E0F1;
}
.TagClassName
{
border-color: #F6E0F1;
}
</style>