Shades of Snuff #FFC7FF
Tints of Snuff #FFC7FF
RGB
CMYK
RGB Variations
Color information
#FFC7FF (or 0xFFC7FF) is known color: Snuff. HEX triplet: FF, C7 and FF. RGB value is (255,199,255). Sum of RGB (Red+Green+Blue) = 255+199+255=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 199 (78.12% from 255 or 28.07% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FF is #003800. Grayscale: #DDDDDD. Windows color (decimal): -14337 or 16762879. OLE color: 16762879.
HSL color Cylindrical-coordinate representation of color #FFC7FF: 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 #FFC7FF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 255 | - |
| CMYK | 0 | 0.22 | 0 | 0 |
| HSL | 300º | 1% | 0.89% | - |
| HSV(B) | 300º | 0.22% | 1% | - |
| XYZ | 79.71 | 69.33 | 103.79 | - |
| YUV | 222.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 255 | 0 | 0.22 | 0 | 0 | 300 | 1 | 0.89 |
| Hex | FF | C7 | FF | 0 | 16 | 0 | 0 | 12C | 64 | 59 |
| Octal | 377 | 307 | 377 | 0 | 26 | 0 | 0 | 454 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11111111 | 0 | 10110 | 0 | 0 | 100101100 | 1100100 | 1011001 |
Color Harmonies of #FFC7FF
Complementary color
Monochromatic Colors of #FFC7FF
Black with #FFC7FF
Text Example
Text Example
White with #FFC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7FF; }
p { color: rgb(255,199,255); }
H1.HeaderClassName
{
color: #FFC7FF;
}
.AnyTagClassName
{
color: #FFC7FF;
}
</style>
background-color css
<style>
a { background-color: #FFC7FF; }
a { background-color: rgb(255,199,255); }
div.DivClassName
{
background-color: #FFC7FF;
}
.BgClassName
{
background-color: #FFC7FF;
}
</style>
border-color css
<style>
span { border-color: #FFC7FF; }
span { border-color: rgb(255,199,255); }
td.TdClassName
{
border-color: #FFC7FF;
}
.TagClassName
{
border-color: #FFC7FF;
}
</style>