Shades of Snuff #FFC7FC
Tints of Snuff #FFC7FC
RGB
CMYK
RGB Variations
Color information
#FFC7FC (or 0xFFC7FC) is known color: Snuff. HEX triplet: FF, C7 and FC. RGB value is (255,199,252). Sum of RGB (Red+Green+Blue) = 255+199+252=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 199 (78.12% from 255 or 28.19% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FC is #003803. Grayscale: #DDDDDD. Windows color (decimal): -14340 or 16566271. OLE color: 16566271.
HSL color Cylindrical-coordinate representation of color #FFC7FC: hue angle of 303.21º 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 #FFC7FC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 252 | - |
| CMYK | 0 | 0.22 | 0.01 | 0 |
| HSL | 303.21º | 1% | 0.89% | - |
| HSV(B) | 303.21º | 0.22% | 1% | - |
| XYZ | 79.23 | 69.14 | 101.26 | - |
| YUV | 221.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 252 | 0 | 0.22 | 0.01 | 0 | 303.21 | 1 | 0.89 |
| Hex | FF | C7 | FC | 0 | 16 | 1 | 0 | 12F | 64 | 59 |
| Octal | 377 | 307 | 374 | 0 | 26 | 1 | 0 | 457 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11111100 | 0 | 10110 | 1 | 0 | 100101111 | 1100100 | 1011001 |
Color Harmonies of #FFC7FC
Complementary color
Monochromatic Colors of #FFC7FC
Black with #FFC7FC
Text Example
Text Example
White with #FFC7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7FC; }
p { color: rgb(255,199,252); }
H1.HeaderClassName
{
color: #FFC7FC;
}
.AnyTagClassName
{
color: #FFC7FC;
}
</style>
background-color css
<style>
a { background-color: #FFC7FC; }
a { background-color: rgb(255,199,252); }
div.DivClassName
{
background-color: #FFC7FC;
}
.BgClassName
{
background-color: #FFC7FC;
}
</style>
border-color css
<style>
span { border-color: #FFC7FC; }
span { border-color: rgb(255,199,252); }
td.TdClassName
{
border-color: #FFC7FC;
}
.TagClassName
{
border-color: #FFC7FC;
}
</style>