Shades of Snuff #F6E1F2
Tints of Snuff #F6E1F2
RGB
CMYK
RGB Variations
Color information
#F6E1F2 (or 0xF6E1F2) is known color: Snuff. HEX triplet: F6, E1 and F2. RGB value is (246,225,242). Sum of RGB (Red+Green+Blue) = 246+225+242=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E1F2 is #091E0D. Grayscale: #E9E9E9. Windows color (decimal): -597518 or 15917558. OLE color: 15917558.
HSL color Cylindrical-coordinate representation of color #F6E1F2: hue angle of 311.43º degrees, saturation: 0.54, 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 #F6E1F2 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 242 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 311.43º | 0.54% | 0.92% | - |
| HSV(B) | 311.43º | 0.09% | 0.96% | - |
| XYZ | 80.96 | 79.85 | 95.15 | - |
| YUV | 233.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 242 | 0 | 0.09 | 0.02 | 0.04 | 311.43 | 0.54 | 0.92 |
| Hex | F6 | E1 | F2 | 0 | 9 | 2 | 4 | 137 | 36 | 5C |
| Octal | 366 | 341 | 362 | 0 | 11 | 2 | 4 | 467 | 66 | 134 |
| Binary | 11110110 | 11100001 | 11110010 | 0 | 1001 | 10 | 100 | 100110111 | 110110 | 1011100 |
Color Harmonies of #F6E1F2
Complementary color
Monochromatic Colors of #F6E1F2
Black with #F6E1F2
Text Example
Text Example
White with #F6E1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1F2; }
p { color: rgb(246,225,242); }
H1.HeaderClassName
{
color: #F6E1F2;
}
.AnyTagClassName
{
color: #F6E1F2;
}
</style>
background-color css
<style>
a { background-color: #F6E1F2; }
a { background-color: rgb(246,225,242); }
div.DivClassName
{
background-color: #F6E1F2;
}
.BgClassName
{
background-color: #F6E1F2;
}
</style>
border-color css
<style>
span { border-color: #F6E1F2; }
span { border-color: rgb(246,225,242); }
td.TdClassName
{
border-color: #F6E1F2;
}
.TagClassName
{
border-color: #F6E1F2;
}
</style>