Shades of Snuff #FFC5FA
Tints of Snuff #FFC5FA
RGB
CMYK
RGB Variations
Color information
#FFC5FA (or 0xFFC5FA) is known color: Snuff. HEX triplet: FF, C5 and FA. RGB value is (255,197,250). Sum of RGB (Red+Green+Blue) = 255+197+250=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FA is #003A05. Grayscale: #DCDCDC. Windows color (decimal): -14854 or 16434687. OLE color: 16434687.
HSL color Cylindrical-coordinate representation of color #FFC5FA: hue angle of 305.17º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5FA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 250 | - |
| CMYK | 0 | 0.23 | 0.02 | 0 |
| HSL | 305.17º | 1% | 0.89% | - |
| HSV(B) | 305.17º | 0.23% | 1% | - |
| XYZ | 78.46 | 68.09 | 99.45 | - |
| YUV | 220.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 250 | 0 | 0.23 | 0.02 | 0 | 305.17 | 1 | 0.89 |
| Hex | FF | C5 | FA | 0 | 17 | 2 | 0 | 131 | 64 | 59 |
| Octal | 377 | 305 | 372 | 0 | 27 | 2 | 0 | 461 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11111010 | 0 | 10111 | 10 | 0 | 100110001 | 1100100 | 1011001 |
Color Harmonies of #FFC5FA
Complementary color
Monochromatic Colors of #FFC5FA
Black with #FFC5FA
Text Example
Text Example
White with #FFC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5FA; }
p { color: rgb(255,197,250); }
H1.HeaderClassName
{
color: #FFC5FA;
}
.AnyTagClassName
{
color: #FFC5FA;
}
</style>
background-color css
<style>
a { background-color: #FFC5FA; }
a { background-color: rgb(255,197,250); }
div.DivClassName
{
background-color: #FFC5FA;
}
.BgClassName
{
background-color: #FFC5FA;
}
</style>
border-color css
<style>
span { border-color: #FFC5FA; }
span { border-color: rgb(255,197,250); }
td.TdClassName
{
border-color: #FFC5FA;
}
.TagClassName
{
border-color: #FFC5FA;
}
</style>