Shades of Snuff #FCCCFB
Tints of Snuff #FCCCFB
RGB
CMYK
RGB Variations
Color information
#FCCCFB (or 0xFCCCFB) is known color: Snuff. HEX triplet: FC, CC and FB. RGB value is (252,204,251). Sum of RGB (Red+Green+Blue) = 252+204+251=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFB is #033304. Grayscale: #DFDFDF. Windows color (decimal): -209669 or 16502012. OLE color: 16502012.
HSL color Cylindrical-coordinate representation of color #FCCCFB: hue angle of 301.25º 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 #FCCCFB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 251 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.01 |
| HSL | 301.25º | 0.89% | 0.89% | - |
| HSV(B) | 301.25º | 0.19% | 0.99% | - |
| XYZ | 79.15 | 70.85 | 100.77 | - |
| YUV | 223.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 251 | 0 | 0.19 | 0.00 | 0.01 | 301.25 | 0.89 | 0.89 |
| Hex | FC | CC | FB | 0 | 13 | 0 | 1 | 12D | 59 | 59 |
| Octal | 374 | 314 | 373 | 0 | 23 | 0 | 1 | 455 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11111011 | 0 | 10011 | 0 | 1 | 100101101 | 1011001 | 1011001 |
Color Harmonies of #FCCCFB
Complementary color
Monochromatic Colors of #FCCCFB
Black with #FCCCFB
Text Example
Text Example
White with #FCCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCFB; }
p { color: rgb(252,204,251); }
H1.HeaderClassName
{
color: #FCCCFB;
}
.AnyTagClassName
{
color: #FCCCFB;
}
</style>
background-color css
<style>
a { background-color: #FCCCFB; }
a { background-color: rgb(252,204,251); }
div.DivClassName
{
background-color: #FCCCFB;
}
.BgClassName
{
background-color: #FCCCFB;
}
</style>
border-color css
<style>
span { border-color: #FCCCFB; }
span { border-color: rgb(252,204,251); }
td.TdClassName
{
border-color: #FCCCFB;
}
.TagClassName
{
border-color: #FCCCFB;
}
</style>