Shades of Snuff #FCC8FB
Tints of Snuff #FCC8FB
RGB
CMYK
RGB Variations
Color information
#FCC8FB (or 0xFCC8FB) is known color: Snuff. HEX triplet: FC, C8 and FB. RGB value is (252,200,251). Sum of RGB (Red+Green+Blue) = 252+200+251=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 200 (78.52% from 255 or 28.45% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FB is #033704. Grayscale: #DDDDDD. Windows color (decimal): -210693 or 16500988. OLE color: 16500988.
HSL color Cylindrical-coordinate representation of color #FCC8FB: hue angle of 301.15º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8FB is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 251 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.01 |
| HSL | 301.15º | 0.9% | 0.89% | - |
| HSV(B) | 301.15º | 0.21% | 0.99% | - |
| XYZ | 78.21 | 68.97 | 100.46 | - |
| YUV | 221.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 251 | 0 | 0.21 | 0.00 | 0.01 | 301.15 | 0.9 | 0.89 |
| Hex | FC | C8 | FB | 0 | 15 | 0 | 1 | 12D | 5A | 59 |
| Octal | 374 | 310 | 373 | 0 | 25 | 0 | 1 | 455 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11111011 | 0 | 10101 | 0 | 1 | 100101101 | 1011010 | 1011001 |
Color Harmonies of #FCC8FB
Complementary color
Monochromatic Colors of #FCC8FB
Black with #FCC8FB
Text Example
Text Example
White with #FCC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8FB; }
p { color: rgb(252,200,251); }
H1.HeaderClassName
{
color: #FCC8FB;
}
.AnyTagClassName
{
color: #FCC8FB;
}
</style>
background-color css
<style>
a { background-color: #FCC8FB; }
a { background-color: rgb(252,200,251); }
div.DivClassName
{
background-color: #FCC8FB;
}
.BgClassName
{
background-color: #FCC8FB;
}
</style>
border-color css
<style>
span { border-color: #FCC8FB; }
span { border-color: rgb(252,200,251); }
td.TdClassName
{
border-color: #FCC8FB;
}
.TagClassName
{
border-color: #FCC8FB;
}
</style>