Shades of Snuff #FFC6FF
Tints of Snuff #FFC6FF
RGB
CMYK
RGB Variations
Color information
#FFC6FF (or 0xFFC6FF) is known color: Snuff. HEX triplet: FF, C6 and FF. RGB value is (255,198,255). Sum of RGB (Red+Green+Blue) = 255+198+255=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 198 (77.73% from 255 or 27.97% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6FF is #003900. Grayscale: #DDDDDD. Windows color (decimal): -14593 or 16762623. OLE color: 16762623.
HSL color Cylindrical-coordinate representation of color #FFC6FF: hue angle of 300º 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 #FFC6FF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 255 | - |
| CMYK | 0 | 0.22 | 0 | 0 |
| HSL | 300º | 1% | 0.89% | - |
| HSV(B) | 300º | 0.22% | 1% | - |
| XYZ | 79.48 | 68.87 | 103.71 | - |
| YUV | 221.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 255 | 0 | 0.22 | 0 | 0 | 300 | 1 | 0.89 |
| Hex | FF | C6 | FF | 0 | 16 | 0 | 0 | 12C | 64 | 59 |
| Octal | 377 | 306 | 377 | 0 | 26 | 0 | 0 | 454 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11111111 | 0 | 10110 | 0 | 0 | 100101100 | 1100100 | 1011001 |
Color Harmonies of #FFC6FF
Complementary color
Monochromatic Colors of #FFC6FF
Black with #FFC6FF
Text Example
Text Example
White with #FFC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6FF; }
p { color: rgb(255,198,255); }
H1.HeaderClassName
{
color: #FFC6FF;
}
.AnyTagClassName
{
color: #FFC6FF;
}
</style>
background-color css
<style>
a { background-color: #FFC6FF; }
a { background-color: rgb(255,198,255); }
div.DivClassName
{
background-color: #FFC6FF;
}
.BgClassName
{
background-color: #FFC6FF;
}
</style>
border-color css
<style>
span { border-color: #FFC6FF; }
span { border-color: rgb(255,198,255); }
td.TdClassName
{
border-color: #FFC6FF;
}
.TagClassName
{
border-color: #FFC6FF;
}
</style>