Shades of Snuff #F6C2F5
Tints of Snuff #F6C2F5
RGB
CMYK
RGB Variations
Color information
#F6C2F5 (or 0xF6C2F5) is known color: Snuff. HEX triplet: F6, C2 and F5. RGB value is (246,194,245). Sum of RGB (Red+Green+Blue) = 246+194+245=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2F5 is #093D0A. Grayscale: #D7D7D7. Windows color (decimal): -605451 or 16106230. OLE color: 16106230.
HSL color Cylindrical-coordinate representation of color #F6C2F5: hue angle of 301.15º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C2F5 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 245 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.04 |
| HSL | 301.15º | 0.74% | 0.86% | - |
| HSV(B) | 301.15º | 0.21% | 0.96% | - |
| XYZ | 73.78 | 64.77 | 95 | - |
| YUV | 215.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 245 | 0 | 0.21 | 0.00 | 0.04 | 301.15 | 0.74 | 0.86 |
| Hex | F6 | C2 | F5 | 0 | 15 | 0 | 4 | 12D | 4A | 56 |
| Octal | 366 | 302 | 365 | 0 | 25 | 0 | 4 | 455 | 112 | 126 |
| Binary | 11110110 | 11000010 | 11110101 | 0 | 10101 | 0 | 100 | 100101101 | 1001010 | 1010110 |
Color Harmonies of #F6C2F5
Complementary color
Monochromatic Colors of #F6C2F5
Black with #F6C2F5
Text Example
Text Example
White with #F6C2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2F5; }
p { color: rgb(246,194,245); }
H1.HeaderClassName
{
color: #F6C2F5;
}
.AnyTagClassName
{
color: #F6C2F5;
}
</style>
background-color css
<style>
a { background-color: #F6C2F5; }
a { background-color: rgb(246,194,245); }
div.DivClassName
{
background-color: #F6C2F5;
}
.BgClassName
{
background-color: #F6C2F5;
}
</style>
border-color css
<style>
span { border-color: #F6C2F5; }
span { border-color: rgb(246,194,245); }
td.TdClassName
{
border-color: #F6C2F5;
}
.TagClassName
{
border-color: #F6C2F5;
}
</style>