Shades of Snuff #FCCAFB
Tints of Snuff #FCCAFB
RGB
CMYK
RGB Variations
Color information
#FCCAFB (or 0xFCCAFB) is known color: Snuff. HEX triplet: FC, CA and FB. RGB value is (252,202,251). Sum of RGB (Red+Green+Blue) = 252+202+251=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAFB is #033504. Grayscale: #DEDEDE. Windows color (decimal): -210181 or 16501500. OLE color: 16501500.
HSL color Cylindrical-coordinate representation of color #FCCAFB: hue angle of 301.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAFB is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 251 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.01 |
| HSL | 301.2º | 0.89% | 0.89% | - |
| HSV(B) | 301.2º | 0.2% | 0.99% | - |
| XYZ | 78.68 | 69.9 | 100.61 | - |
| YUV | 222.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 251 | 0 | 0.20 | 0.00 | 0.01 | 301.2 | 0.89 | 0.89 |
| Hex | FC | CA | FB | 0 | 14 | 0 | 1 | 12D | 59 | 59 |
| Octal | 374 | 312 | 373 | 0 | 24 | 0 | 1 | 455 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11111011 | 0 | 10100 | 0 | 1 | 100101101 | 1011001 | 1011001 |
Color Harmonies of #FCCAFB
Complementary color
Monochromatic Colors of #FCCAFB
Black with #FCCAFB
Text Example
Text Example
White with #FCCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAFB; }
p { color: rgb(252,202,251); }
H1.HeaderClassName
{
color: #FCCAFB;
}
.AnyTagClassName
{
color: #FCCAFB;
}
</style>
background-color css
<style>
a { background-color: #FCCAFB; }
a { background-color: rgb(252,202,251); }
div.DivClassName
{
background-color: #FCCAFB;
}
.BgClassName
{
background-color: #FCCAFB;
}
</style>
border-color css
<style>
span { border-color: #FCCAFB; }
span { border-color: rgb(252,202,251); }
td.TdClassName
{
border-color: #FCCAFB;
}
.TagClassName
{
border-color: #FCCAFB;
}
</style>