Shades of Snuff #FCC5FC
Tints of Snuff #FCC5FC
RGB
CMYK
RGB Variations
Color information
#FCC5FC (or 0xFCC5FC) is known color: Snuff. HEX triplet: FC, C5 and FC. RGB value is (252,197,252). Sum of RGB (Red+Green+Blue) = 252+197+252=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5FC is #033A03. Grayscale: #DBDBDB. Windows color (decimal): -211460 or 16565756. OLE color: 16565756.
HSL color Cylindrical-coordinate representation of color #FCC5FC: hue angle of 300º degrees, saturation: 0.9, 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 #FCC5FC is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 252 | - |
| CMYK | 0 | 0.22 | 0 | 0.01 |
| HSL | 300º | 0.9% | 0.88% | - |
| HSV(B) | 300º | 0.22% | 0.99% | - |
| XYZ | 77.68 | 67.66 | 101.06 | - |
| YUV | 219.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 252 | 0 | 0.22 | 0 | 0.01 | 300 | 0.9 | 0.88 |
| Hex | FC | C5 | FC | 0 | 16 | 0 | 1 | 12C | 5A | 58 |
| Octal | 374 | 305 | 374 | 0 | 26 | 0 | 1 | 454 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11111100 | 0 | 10110 | 0 | 1 | 100101100 | 1011010 | 1011000 |
Color Harmonies of #FCC5FC
Complementary color
Monochromatic Colors of #FCC5FC
Black with #FCC5FC
Text Example
Text Example
White with #FCC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5FC; }
p { color: rgb(252,197,252); }
H1.HeaderClassName
{
color: #FCC5FC;
}
.AnyTagClassName
{
color: #FCC5FC;
}
</style>
background-color css
<style>
a { background-color: #FCC5FC; }
a { background-color: rgb(252,197,252); }
div.DivClassName
{
background-color: #FCC5FC;
}
.BgClassName
{
background-color: #FCC5FC;
}
</style>
border-color css
<style>
span { border-color: #FCC5FC; }
span { border-color: rgb(252,197,252); }
td.TdClassName
{
border-color: #FCC5FC;
}
.TagClassName
{
border-color: #FCC5FC;
}
</style>