Shades of Snuff #FFC7FA
Tints of Snuff #FFC7FA
RGB
CMYK
RGB Variations
Color information
#FFC7FA (or 0xFFC7FA) is known color: Snuff. HEX triplet: FF, C7 and FA. RGB value is (255,199,250). Sum of RGB (Red+Green+Blue) = 255+199+250=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 199 (78.12% from 255 or 28.27% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FA is #003805. Grayscale: #DDDDDD. Windows color (decimal): -14342 or 16435199. OLE color: 16435199.
HSL color Cylindrical-coordinate representation of color #FFC7FA: hue angle of 305.36º 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 #FFC7FA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 250 | - |
| CMYK | 0 | 0.22 | 0.02 | 0 |
| HSL | 305.36º | 1% | 0.89% | - |
| HSV(B) | 305.36º | 0.22% | 1% | - |
| XYZ | 78.92 | 69.01 | 99.6 | - |
| YUV | 221.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 250 | 0 | 0.22 | 0.02 | 0 | 305.36 | 1 | 0.89 |
| Hex | FF | C7 | FA | 0 | 16 | 2 | 0 | 131 | 64 | 59 |
| Octal | 377 | 307 | 372 | 0 | 26 | 2 | 0 | 461 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11111010 | 0 | 10110 | 10 | 0 | 100110001 | 1100100 | 1011001 |
Color Harmonies of #FFC7FA
Complementary color
Monochromatic Colors of #FFC7FA
Black with #FFC7FA
Text Example
Text Example
White with #FFC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7FA; }
p { color: rgb(255,199,250); }
H1.HeaderClassName
{
color: #FFC7FA;
}
.AnyTagClassName
{
color: #FFC7FA;
}
</style>
background-color css
<style>
a { background-color: #FFC7FA; }
a { background-color: rgb(255,199,250); }
div.DivClassName
{
background-color: #FFC7FA;
}
.BgClassName
{
background-color: #FFC7FA;
}
</style>
border-color css
<style>
span { border-color: #FFC7FA; }
span { border-color: rgb(255,199,250); }
td.TdClassName
{
border-color: #FFC7FA;
}
.TagClassName
{
border-color: #FFC7FA;
}
</style>