Shades of Snuff #F6D1F6
Tints of Snuff #F6D1F6
RGB
CMYK
RGB Variations
Color information
#F6D1F6 (or 0xF6D1F6) is known color: Snuff. HEX triplet: F6, D1 and F6. RGB value is (246,209,246). Sum of RGB (Red+Green+Blue) = 246+209+246=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F6D1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D1F6 is #092E09. Grayscale: #E0E0E0. Windows color (decimal): -601610 or 16175606. OLE color: 16175606.
HSL color Cylindrical-coordinate representation of color #F6D1F6: hue angle of 300º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D1F6 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 246 | - |
| CMYK | 0 | 0.15 | 0 | 0.04 |
| HSL | 300º | 0.67% | 0.89% | - |
| HSV(B) | 300º | 0.15% | 0.96% | - |
| XYZ | 77.44 | 71.85 | 96.98 | - |
| YUV | 224.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 246 | 0 | 0.15 | 0 | 0.04 | 300 | 0.67 | 0.89 |
| Hex | F6 | D1 | F6 | 0 | F | 0 | 4 | 12C | 43 | 59 |
| Octal | 366 | 321 | 366 | 0 | 17 | 0 | 4 | 454 | 103 | 131 |
| Binary | 11110110 | 11010001 | 11110110 | 0 | 1111 | 0 | 100 | 100101100 | 1000011 | 1011001 |
Color Harmonies of #F6D1F6
Complementary color
Monochromatic Colors of #F6D1F6
Black with #F6D1F6
Text Example
Text Example
White with #F6D1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1F6; }
p { color: rgb(246,209,246); }
H1.HeaderClassName
{
color: #F6D1F6;
}
.AnyTagClassName
{
color: #F6D1F6;
}
</style>
background-color css
<style>
a { background-color: #F6D1F6; }
a { background-color: rgb(246,209,246); }
div.DivClassName
{
background-color: #F6D1F6;
}
.BgClassName
{
background-color: #F6D1F6;
}
</style>
border-color css
<style>
span { border-color: #F6D1F6; }
span { border-color: rgb(246,209,246); }
td.TdClassName
{
border-color: #F6D1F6;
}
.TagClassName
{
border-color: #F6D1F6;
}
</style>