Shades of Snuff #FCCCF9
Tints of Snuff #FCCCF9
RGB
CMYK
RGB Variations
Color information
#FCCCF9 (or 0xFCCCF9) is known color: Snuff. HEX triplet: FC, CC and F9. RGB value is (252,204,249). Sum of RGB (Red+Green+Blue) = 252+204+249=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF9 is #033306. Grayscale: #DFDFDF. Windows color (decimal): -209671 or 16370940. OLE color: 16370940.
HSL color Cylindrical-coordinate representation of color #FCCCF9: hue angle of 303.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCF9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 249 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.01 |
| HSL | 303.75º | 0.89% | 0.89% | - |
| HSV(B) | 303.75º | 0.19% | 0.99% | - |
| XYZ | 78.84 | 70.72 | 99.12 | - |
| YUV | 223.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 249 | 0 | 0.19 | 0.01 | 0.01 | 303.75 | 0.89 | 0.89 |
| Hex | FC | CC | F9 | 0 | 13 | 1 | 1 | 130 | 59 | 59 |
| Octal | 374 | 314 | 371 | 0 | 23 | 1 | 1 | 460 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11111001 | 0 | 10011 | 1 | 1 | 100110000 | 1011001 | 1011001 |
Color Harmonies of #FCCCF9
Complementary color
Monochromatic Colors of #FCCCF9
Black with #FCCCF9
Text Example
Text Example
White with #FCCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCF9; }
p { color: rgb(252,204,249); }
H1.HeaderClassName
{
color: #FCCCF9;
}
.AnyTagClassName
{
color: #FCCCF9;
}
</style>
background-color css
<style>
a { background-color: #FCCCF9; }
a { background-color: rgb(252,204,249); }
div.DivClassName
{
background-color: #FCCCF9;
}
.BgClassName
{
background-color: #FCCCF9;
}
</style>
border-color css
<style>
span { border-color: #FCCCF9; }
span { border-color: rgb(252,204,249); }
td.TdClassName
{
border-color: #FCCCF9;
}
.TagClassName
{
border-color: #FCCCF9;
}
</style>