Shades of Snuff #FCCCFD
Tints of Snuff #FCCCFD
RGB
CMYK
RGB Variations
Color information
#FCCCFD (or 0xFCCCFD) is known color: Snuff. HEX triplet: FC, CC and FD. RGB value is (252,204,253). Sum of RGB (Red+Green+Blue) = 252+204+253=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCCCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFD is #033302. Grayscale: #DFDFDF. Windows color (decimal): -209667 or 16633084. OLE color: 16633084.
HSL color Cylindrical-coordinate representation of color #FCCCFD: hue angle of 298.78º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCFD is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 253 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.01 |
| HSL | 298.78º | 0.92% | 0.9% | - |
| HSV(B) | 298.78º | 0.19% | 0.99% | - |
| XYZ | 79.47 | 70.97 | 102.44 | - |
| YUV | 223.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 253 | 0.00 | 0.19 | 0 | 0.01 | 298.78 | 0.92 | 0.9 |
| Hex | FC | CC | FD | 0 | 13 | 0 | 1 | 12B | 5C | 5A |
| Octal | 374 | 314 | 375 | 0 | 23 | 0 | 1 | 453 | 134 | 132 |
| Binary | 11111100 | 11001100 | 11111101 | 0 | 10011 | 0 | 1 | 100101011 | 1011100 | 1011010 |
Color Harmonies of #FCCCFD
Complementary color
Monochromatic Colors of #FCCCFD
Black with #FCCCFD
Text Example
Text Example
White with #FCCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCFD; }
p { color: rgb(252,204,253); }
H1.HeaderClassName
{
color: #FCCCFD;
}
.AnyTagClassName
{
color: #FCCCFD;
}
</style>
background-color css
<style>
a { background-color: #FCCCFD; }
a { background-color: rgb(252,204,253); }
div.DivClassName
{
background-color: #FCCCFD;
}
.BgClassName
{
background-color: #FCCCFD;
}
</style>
border-color css
<style>
span { border-color: #FCCCFD; }
span { border-color: rgb(252,204,253); }
td.TdClassName
{
border-color: #FCCCFD;
}
.TagClassName
{
border-color: #FCCCFD;
}
</style>