Shades of Snuff #FCC5FD
Tints of Snuff #FCC5FD
RGB
CMYK
RGB Variations
Color information
#FCC5FD (or 0xFCC5FD) is known color: Snuff. HEX triplet: FC, C5 and FD. RGB value is (252,197,253). Sum of RGB (Red+Green+Blue) = 252+197+253=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5FD is #033A02. Grayscale: #DBDBDB. Windows color (decimal): -211459 or 16631292. OLE color: 16631292.
HSL color Cylindrical-coordinate representation of color #FCC5FD: hue angle of 298.93º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5FD is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 253 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.01 |
| HSL | 298.93º | 0.93% | 0.88% | - |
| HSV(B) | 298.93º | 0.22% | 0.99% | - |
| XYZ | 77.84 | 67.72 | 101.9 | - |
| YUV | 219.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 253 | 0.00 | 0.22 | 0 | 0.01 | 298.93 | 0.93 | 0.88 |
| Hex | FC | C5 | FD | 0 | 16 | 0 | 1 | 12B | 5D | 58 |
| Octal | 374 | 305 | 375 | 0 | 26 | 0 | 1 | 453 | 135 | 130 |
| Binary | 11111100 | 11000101 | 11111101 | 0 | 10110 | 0 | 1 | 100101011 | 1011101 | 1011000 |
Color Harmonies of #FCC5FD
Complementary color
Monochromatic Colors of #FCC5FD
Black with #FCC5FD
Text Example
Text Example
White with #FCC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5FD; }
p { color: rgb(252,197,253); }
H1.HeaderClassName
{
color: #FCC5FD;
}
.AnyTagClassName
{
color: #FCC5FD;
}
</style>
background-color css
<style>
a { background-color: #FCC5FD; }
a { background-color: rgb(252,197,253); }
div.DivClassName
{
background-color: #FCC5FD;
}
.BgClassName
{
background-color: #FCC5FD;
}
</style>
border-color css
<style>
span { border-color: #FCC5FD; }
span { border-color: rgb(252,197,253); }
td.TdClassName
{
border-color: #FCC5FD;
}
.TagClassName
{
border-color: #FCC5FD;
}
</style>