Shades of Snuff #FCC8FC
Tints of Snuff #FCC8FC
RGB
CMYK
RGB Variations
Color information
#FCC8FC (or 0xFCC8FC) is known color: Snuff. HEX triplet: FC, C8 and FC. RGB value is (252,200,252). Sum of RGB (Red+Green+Blue) = 252+200+252=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 200 (78.52% from 255 or 28.41% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FC is #033703. Grayscale: #DDDDDD. Windows color (decimal): -210692 or 16566524. OLE color: 16566524.
HSL color Cylindrical-coordinate representation of color #FCC8FC: hue angle of 300º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8FC is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 252 | - |
| CMYK | 0 | 0.21 | 0 | 0.01 |
| HSL | 300º | 0.9% | 0.89% | - |
| HSV(B) | 300º | 0.21% | 0.99% | - |
| XYZ | 78.37 | 69.03 | 101.29 | - |
| YUV | 221.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 252 | 0 | 0.21 | 0 | 0.01 | 300 | 0.9 | 0.89 |
| Hex | FC | C8 | FC | 0 | 15 | 0 | 1 | 12C | 5A | 59 |
| Octal | 374 | 310 | 374 | 0 | 25 | 0 | 1 | 454 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11111100 | 0 | 10101 | 0 | 1 | 100101100 | 1011010 | 1011001 |
Color Harmonies of #FCC8FC
Complementary color
Monochromatic Colors of #FCC8FC
Black with #FCC8FC
Text Example
Text Example
White with #FCC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8FC; }
p { color: rgb(252,200,252); }
H1.HeaderClassName
{
color: #FCC8FC;
}
.AnyTagClassName
{
color: #FCC8FC;
}
</style>
background-color css
<style>
a { background-color: #FCC8FC; }
a { background-color: rgb(252,200,252); }
div.DivClassName
{
background-color: #FCC8FC;
}
.BgClassName
{
background-color: #FCC8FC;
}
</style>
border-color css
<style>
span { border-color: #FCC8FC; }
span { border-color: rgb(252,200,252); }
td.TdClassName
{
border-color: #FCC8FC;
}
.TagClassName
{
border-color: #FCC8FC;
}
</style>