Shades of Snuff #FCC8F6
Tints of Snuff #FCC8F6
RGB
CMYK
RGB Variations
Color information
#FCC8F6 (or 0xFCC8F6) is known color: Snuff. HEX triplet: FC, C8 and F6. RGB value is (252,200,246). Sum of RGB (Red+Green+Blue) = 252+200+246=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8F6 is #033709. Grayscale: #DCDCDC. Windows color (decimal): -210698 or 16173308. OLE color: 16173308.
HSL color Cylindrical-coordinate representation of color #FCC8F6: hue angle of 306.92º 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 #FCC8F6 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 246 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.01 |
| HSL | 306.92º | 0.9% | 0.89% | - |
| HSV(B) | 306.92º | 0.21% | 0.99% | - |
| XYZ | 77.43 | 68.66 | 96.36 | - |
| YUV | 220.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 246 | 0 | 0.21 | 0.02 | 0.01 | 306.92 | 0.9 | 0.89 |
| Hex | FC | C8 | F6 | 0 | 15 | 2 | 1 | 133 | 5A | 59 |
| Octal | 374 | 310 | 366 | 0 | 25 | 2 | 1 | 463 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11110110 | 0 | 10101 | 10 | 1 | 100110011 | 1011010 | 1011001 |
Color Harmonies of #FCC8F6
Complementary color
Monochromatic Colors of #FCC8F6
Black with #FCC8F6
Text Example
Text Example
White with #FCC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8F6; }
p { color: rgb(252,200,246); }
H1.HeaderClassName
{
color: #FCC8F6;
}
.AnyTagClassName
{
color: #FCC8F6;
}
</style>
background-color css
<style>
a { background-color: #FCC8F6; }
a { background-color: rgb(252,200,246); }
div.DivClassName
{
background-color: #FCC8F6;
}
.BgClassName
{
background-color: #FCC8F6;
}
</style>
border-color css
<style>
span { border-color: #FCC8F6; }
span { border-color: rgb(252,200,246); }
td.TdClassName
{
border-color: #FCC8F6;
}
.TagClassName
{
border-color: #FCC8F6;
}
</style>