Shades of Snuff #FCCCFA
Tints of Snuff #FCCCFA
RGB
CMYK
RGB Variations
Color information
#FCCCFA (or 0xFCCCFA) is known color: Snuff. HEX triplet: FC, CC and FA. RGB value is (252,204,250). Sum of RGB (Red+Green+Blue) = 252+204+250=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFA is #033305. Grayscale: #DFDFDF. Windows color (decimal): -209670 or 16436476. OLE color: 16436476.
HSL color Cylindrical-coordinate representation of color #FCCCFA: hue angle of 302.5º 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 #FCCCFA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 250 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.01 |
| HSL | 302.5º | 0.89% | 0.89% | - |
| HSV(B) | 302.5º | 0.19% | 0.99% | - |
| XYZ | 78.99 | 70.78 | 99.94 | - |
| YUV | 223.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 250 | 0 | 0.19 | 0.01 | 0.01 | 302.5 | 0.89 | 0.89 |
| Hex | FC | CC | FA | 0 | 13 | 1 | 1 | 12E | 59 | 59 |
| Octal | 374 | 314 | 372 | 0 | 23 | 1 | 1 | 456 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11111010 | 0 | 10011 | 1 | 1 | 100101110 | 1011001 | 1011001 |
Color Harmonies of #FCCCFA
Complementary color
Monochromatic Colors of #FCCCFA
Black with #FCCCFA
Text Example
Text Example
White with #FCCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCFA; }
p { color: rgb(252,204,250); }
H1.HeaderClassName
{
color: #FCCCFA;
}
.AnyTagClassName
{
color: #FCCCFA;
}
</style>
background-color css
<style>
a { background-color: #FCCCFA; }
a { background-color: rgb(252,204,250); }
div.DivClassName
{
background-color: #FCCCFA;
}
.BgClassName
{
background-color: #FCCCFA;
}
</style>
border-color css
<style>
span { border-color: #FCCCFA; }
span { border-color: rgb(252,204,250); }
td.TdClassName
{
border-color: #FCCCFA;
}
.TagClassName
{
border-color: #FCCCFA;
}
</style>