Shades of Snuff #FDC5FF
Tints of Snuff #FDC5FF
RGB
CMYK
RGB Variations
Color information
#FDC5FF (or 0xFDC5FF) is known color: Snuff. HEX triplet: FD, C5 and FF. RGB value is (253,197,255). Sum of RGB (Red+Green+Blue) = 253+197+255=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 197 (77.34% from 255 or 27.94% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5FF is #023A00. Grayscale: #DCDCDC. Windows color (decimal): -145921 or 16762365. OLE color: 16762365.
HSL color Cylindrical-coordinate representation of color #FDC5FF: hue angle of 297.93º 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 #FDC5FF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 197 | 255 | - |
| CMYK | 0.01 | 0.23 | 0 | 0 |
| HSL | 297.93º | 1% | 0.89% | - |
| HSV(B) | 297.93º | 0.23% | 1% | - |
| XYZ | 78.52 | 68.04 | 103.6 | - |
| YUV | 220.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 255 | 0.01 | 0.23 | 0 | 0 | 297.93 | 1 | 0.89 |
| Hex | FD | C5 | FF | 1 | 17 | 0 | 0 | 12A | 64 | 59 |
| Octal | 375 | 305 | 377 | 1 | 27 | 0 | 0 | 452 | 144 | 131 |
| Binary | 11111101 | 11000101 | 11111111 | 1 | 10111 | 0 | 0 | 100101010 | 1100100 | 1011001 |
Color Harmonies of #FDC5FF
Complementary color
Monochromatic Colors of #FDC5FF
Black with #FDC5FF
Text Example
Text Example
White with #FDC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5FF; }
p { color: rgb(253,197,255); }
H1.HeaderClassName
{
color: #FDC5FF;
}
.AnyTagClassName
{
color: #FDC5FF;
}
</style>
background-color css
<style>
a { background-color: #FDC5FF; }
a { background-color: rgb(253,197,255); }
div.DivClassName
{
background-color: #FDC5FF;
}
.BgClassName
{
background-color: #FDC5FF;
}
</style>
border-color css
<style>
span { border-color: #FDC5FF; }
span { border-color: rgb(253,197,255); }
td.TdClassName
{
border-color: #FDC5FF;
}
.TagClassName
{
border-color: #FDC5FF;
}
</style>