Shades of Snuff #FFC6F6
Tints of Snuff #FFC6F6
RGB
CMYK
RGB Variations
Color information
#FFC6F6 (or 0xFFC6F6) is known color: Snuff. HEX triplet: FF, C6 and F6. RGB value is (255,198,246). Sum of RGB (Red+Green+Blue) = 255+198+246=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6F6 is #003909. Grayscale: #DCDCDC. Windows color (decimal): -14602 or 16172799. OLE color: 16172799.
HSL color Cylindrical-coordinate representation of color #FFC6F6: hue angle of 309.47º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6F6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 246 | - |
| CMYK | 0 | 0.22 | 0.04 | 0 |
| HSL | 309.47º | 1% | 0.89% | - |
| HSV(B) | 309.47º | 0.22% | 1% | - |
| XYZ | 78.07 | 68.3 | 96.26 | - |
| YUV | 220.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 246 | 0 | 0.22 | 0.04 | 0 | 309.47 | 1 | 0.89 |
| Hex | FF | C6 | F6 | 0 | 16 | 4 | 0 | 135 | 64 | 59 |
| Octal | 377 | 306 | 366 | 0 | 26 | 4 | 0 | 465 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11110110 | 0 | 10110 | 100 | 0 | 100110101 | 1100100 | 1011001 |
Color Harmonies of #FFC6F6
Complementary color
Monochromatic Colors of #FFC6F6
Black with #FFC6F6
Text Example
Text Example
White with #FFC6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6F6; }
p { color: rgb(255,198,246); }
H1.HeaderClassName
{
color: #FFC6F6;
}
.AnyTagClassName
{
color: #FFC6F6;
}
</style>
background-color css
<style>
a { background-color: #FFC6F6; }
a { background-color: rgb(255,198,246); }
div.DivClassName
{
background-color: #FFC6F6;
}
.BgClassName
{
background-color: #FFC6F6;
}
</style>
border-color css
<style>
span { border-color: #FFC6F6; }
span { border-color: rgb(255,198,246); }
td.TdClassName
{
border-color: #FFC6F6;
}
.TagClassName
{
border-color: #FFC6F6;
}
</style>