Shades of Snuff #FCCCFC
Tints of Snuff #FCCCFC
RGB
CMYK
RGB Variations
Color information
#FCCCFC (or 0xFCCCFC) is known color: Snuff. HEX triplet: FC, CC and FC. RGB value is (252,204,252). Sum of RGB (Red+Green+Blue) = 252+204+252=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFC is #033303. Grayscale: #DFDFDF. Windows color (decimal): -209668 or 16567548. OLE color: 16567548.
HSL color Cylindrical-coordinate representation of color #FCCCFC: hue angle of 300º 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 #FCCCFC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 204 | 252 | - |
CMYK | 0 | 0.19 | 0 | 0.01 |
HSL | 300º | 0.89% | 0.89% | - |
HSV(B) | 300º | 0.19% | 0.99% | - |
XYZ | 79.31 | 70.91 | 101.6 | - |
YUV | 223.82 | 143.9 | 148.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 204 | 252 | 0 | 0.19 | 0 | 0.01 | 300 | 0.89 | 0.89 |
Hex | FC | CC | FC | 0 | 13 | 0 | 1 | 12C | 59 | 59 |
Octal | 374 | 314 | 374 | 0 | 23 | 0 | 1 | 454 | 131 | 131 |
Binary | 11111100 | 11001100 | 11111100 | 0 | 10011 | 0 | 1 | 100101100 | 1011001 | 1011001 |
Color Harmonies of #FCCCFC
Complementary color
Monochromatic Colors of #FCCCFC
Black with #FCCCFC
Text Example
Text Example
White with #FCCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCFC; }
p { color: rgb(252,204,252); }
H1.HeaderClassName
{
color: #FCCCFC;
}
.AnyTagClassName
{
color: #FCCCFC;
}
</style>
background-color css
<style>
a { background-color: #FCCCFC; }
a { background-color: rgb(252,204,252); }
div.DivClassName
{
background-color: #FCCCFC;
}
.BgClassName
{
background-color: #FCCCFC;
}
</style>
border-color css
<style>
span { border-color: #FCCCFC; }
span { border-color: rgb(252,204,252); }
td.TdClassName
{
border-color: #FCCCFC;
}
.TagClassName
{
border-color: #FCCCFC;
}
</style>