Shades of Snuff #FFC5FC
Tints of Snuff #FFC5FC
RGB
CMYK
RGB Variations
Color information
#FFC5FC (or 0xFFC5FC) is known color: Snuff. HEX triplet: FF, C5 and FC. RGB value is (255,197,252). Sum of RGB (Red+Green+Blue) = 255+197+252=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FC is #003A03. Grayscale: #DCDCDC. Windows color (decimal): -14852 or 16565759. OLE color: 16565759.
HSL color Cylindrical-coordinate representation of color #FFC5FC: hue angle of 303.1º 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 #FFC5FC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 252 | - |
| CMYK | 0 | 0.23 | 0.01 | 0 |
| HSL | 303.1º | 1% | 0.89% | - |
| HSV(B) | 303.1º | 0.23% | 1% | - |
| XYZ | 78.78 | 68.22 | 101.11 | - |
| YUV | 220.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 252 | 0 | 0.23 | 0.01 | 0 | 303.1 | 1 | 0.89 |
| Hex | FF | C5 | FC | 0 | 17 | 1 | 0 | 12F | 64 | 59 |
| Octal | 377 | 305 | 374 | 0 | 27 | 1 | 0 | 457 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11111100 | 0 | 10111 | 1 | 0 | 100101111 | 1100100 | 1011001 |
Color Harmonies of #FFC5FC
Complementary color
Monochromatic Colors of #FFC5FC
Black with #FFC5FC
Text Example
Text Example
White with #FFC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5FC; }
p { color: rgb(255,197,252); }
H1.HeaderClassName
{
color: #FFC5FC;
}
.AnyTagClassName
{
color: #FFC5FC;
}
</style>
background-color css
<style>
a { background-color: #FFC5FC; }
a { background-color: rgb(255,197,252); }
div.DivClassName
{
background-color: #FFC5FC;
}
.BgClassName
{
background-color: #FFC5FC;
}
</style>
border-color css
<style>
span { border-color: #FFC5FC; }
span { border-color: rgb(255,197,252); }
td.TdClassName
{
border-color: #FFC5FC;
}
.TagClassName
{
border-color: #FFC5FC;
}
</style>