Shades of Snuff #F6C2F7
Tints of Snuff #F6C2F7
RGB
CMYK
RGB Variations
Color information
#F6C2F7 (or 0xF6C2F7) is known color: Snuff. HEX triplet: F6, C2 and F7. RGB value is (246,194,247). Sum of RGB (Red+Green+Blue) = 246+194+247=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6C2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2F7 is #093D08. Grayscale: #D7D7D7. Windows color (decimal): -605449 or 16237302. OLE color: 16237302.
HSL color Cylindrical-coordinate representation of color #F6C2F7: hue angle of 298.87º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C2F7 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 194 | 247 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.03 |
| HSL | 298.87º | 0.77% | 0.86% | - |
| HSV(B) | 298.87º | 0.21% | 0.97% | - |
| XYZ | 74.09 | 64.89 | 96.62 | - |
| YUV | 215.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 247 | 0.00 | 0.21 | 0 | 0.03 | 298.87 | 0.77 | 0.86 |
| Hex | F6 | C2 | F7 | 0 | 15 | 0 | 3 | 12B | 4D | 56 |
| Octal | 366 | 302 | 367 | 0 | 25 | 0 | 3 | 453 | 115 | 126 |
| Binary | 11110110 | 11000010 | 11110111 | 0 | 10101 | 0 | 11 | 100101011 | 1001101 | 1010110 |
Color Harmonies of #F6C2F7
Complementary color
Monochromatic Colors of #F6C2F7
Black with #F6C2F7
Text Example
Text Example
White with #F6C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2F7; }
p { color: rgb(246,194,247); }
H1.HeaderClassName
{
color: #F6C2F7;
}
.AnyTagClassName
{
color: #F6C2F7;
}
</style>
background-color css
<style>
a { background-color: #F6C2F7; }
a { background-color: rgb(246,194,247); }
div.DivClassName
{
background-color: #F6C2F7;
}
.BgClassName
{
background-color: #F6C2F7;
}
</style>
border-color css
<style>
span { border-color: #F6C2F7; }
span { border-color: rgb(246,194,247); }
td.TdClassName
{
border-color: #F6C2F7;
}
.TagClassName
{
border-color: #F6C2F7;
}
</style>