Shades of Snuff #FFC7FD
Tints of Snuff #FFC7FD
RGB
CMYK
RGB Variations
Color information
#FFC7FD (or 0xFFC7FD) is known color: Snuff. HEX triplet: FF, C7 and FD. RGB value is (255,199,253). Sum of RGB (Red+Green+Blue) = 255+199+253=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 199 (78.12% from 255 or 28.15% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FD is #003802. Grayscale: #DDDDDD. Windows color (decimal): -14339 or 16631807. OLE color: 16631807.
HSL color Cylindrical-coordinate representation of color #FFC7FD: hue angle of 302.14º 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 #FFC7FD is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 253 | - |
| CMYK | 0 | 0.22 | 0.01 | 0 |
| HSL | 302.14º | 1% | 0.89% | - |
| HSV(B) | 302.14º | 0.22% | 1% | - |
| XYZ | 79.39 | 69.2 | 102.1 | - |
| YUV | 221.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 253 | 0 | 0.22 | 0.01 | 0 | 302.14 | 1 | 0.89 |
| Hex | FF | C7 | FD | 0 | 16 | 1 | 0 | 12E | 64 | 59 |
| Octal | 377 | 307 | 375 | 0 | 26 | 1 | 0 | 456 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11111101 | 0 | 10110 | 1 | 0 | 100101110 | 1100100 | 1011001 |
Color Harmonies of #FFC7FD
Complementary color
Monochromatic Colors of #FFC7FD
Black with #FFC7FD
Text Example
Text Example
White with #FFC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7FD; }
p { color: rgb(255,199,253); }
H1.HeaderClassName
{
color: #FFC7FD;
}
.AnyTagClassName
{
color: #FFC7FD;
}
</style>
background-color css
<style>
a { background-color: #FFC7FD; }
a { background-color: rgb(255,199,253); }
div.DivClassName
{
background-color: #FFC7FD;
}
.BgClassName
{
background-color: #FFC7FD;
}
</style>
border-color css
<style>
span { border-color: #FFC7FD; }
span { border-color: rgb(255,199,253); }
td.TdClassName
{
border-color: #FFC7FD;
}
.TagClassName
{
border-color: #FFC7FD;
}
</style>