Shades of Snuff #F6D2F0
Tints of Snuff #F6D2F0
RGB
CMYK
RGB Variations
Color information
#F6D2F0 (or 0xF6D2F0) is known color: Snuff. HEX triplet: F6, D2 and F0. RGB value is (246,210,240). Sum of RGB (Red+Green+Blue) = 246+210+240=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D2F0 is #092D0F. Grayscale: #E0E0E0. Windows color (decimal): -601360 or 15782646. OLE color: 15782646.
HSL color Cylindrical-coordinate representation of color #F6D2F0: hue angle of 310º 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 #F6D2F0 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 240 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.04 |
| HSL | 310º | 0.67% | 0.89% | - |
| HSV(B) | 310º | 0.15% | 0.96% | - |
| XYZ | 76.78 | 71.98 | 92.28 | - |
| YUV | 224.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 240 | 0 | 0.15 | 0.02 | 0.04 | 310 | 0.67 | 0.89 |
| Hex | F6 | D2 | F0 | 0 | F | 2 | 4 | 136 | 43 | 59 |
| Octal | 366 | 322 | 360 | 0 | 17 | 2 | 4 | 466 | 103 | 131 |
| Binary | 11110110 | 11010010 | 11110000 | 0 | 1111 | 10 | 100 | 100110110 | 1000011 | 1011001 |
Color Harmonies of #F6D2F0
Complementary color
Monochromatic Colors of #F6D2F0
Black with #F6D2F0
Text Example
Text Example
White with #F6D2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D2F0; }
p { color: rgb(246,210,240); }
H1.HeaderClassName
{
color: #F6D2F0;
}
.AnyTagClassName
{
color: #F6D2F0;
}
</style>
background-color css
<style>
a { background-color: #F6D2F0; }
a { background-color: rgb(246,210,240); }
div.DivClassName
{
background-color: #F6D2F0;
}
.BgClassName
{
background-color: #F6D2F0;
}
</style>
border-color css
<style>
span { border-color: #F6D2F0; }
span { border-color: rgb(246,210,240); }
td.TdClassName
{
border-color: #F6D2F0;
}
.TagClassName
{
border-color: #F6D2F0;
}
</style>