Shades of Snuff #FCC3F6
Tints of Snuff #FCC3F6
RGB
CMYK
RGB Variations
Color information
#FCC3F6 (or 0xFCC3F6) is known color: Snuff. HEX triplet: FC, C3 and F6. RGB value is (252,195,246). Sum of RGB (Red+Green+Blue) = 252+195+246=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 195 (76.56% from 255 or 28.14% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3F6 is #033C09. Grayscale: #D9D9D9. Windows color (decimal): -211978 or 16172028. OLE color: 16172028.
HSL color Cylindrical-coordinate representation of color #FCC3F6: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3F6 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 246 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.01 |
| HSL | 306.32º | 0.9% | 0.88% | - |
| HSV(B) | 306.32º | 0.23% | 0.99% | - |
| XYZ | 76.29 | 66.38 | 95.98 | - |
| YUV | 217.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 246 | 0 | 0.23 | 0.02 | 0.01 | 306.32 | 0.9 | 0.88 |
| Hex | FC | C3 | F6 | 0 | 17 | 2 | 1 | 132 | 5A | 58 |
| Octal | 374 | 303 | 366 | 0 | 27 | 2 | 1 | 462 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11110110 | 0 | 10111 | 10 | 1 | 100110010 | 1011010 | 1011000 |
Color Harmonies of #FCC3F6
Complementary color
Monochromatic Colors of #FCC3F6
Black with #FCC3F6
Text Example
Text Example
White with #FCC3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3F6; }
p { color: rgb(252,195,246); }
H1.HeaderClassName
{
color: #FCC3F6;
}
.AnyTagClassName
{
color: #FCC3F6;
}
</style>
background-color css
<style>
a { background-color: #FCC3F6; }
a { background-color: rgb(252,195,246); }
div.DivClassName
{
background-color: #FCC3F6;
}
.BgClassName
{
background-color: #FCC3F6;
}
</style>
border-color css
<style>
span { border-color: #FCC3F6; }
span { border-color: rgb(252,195,246); }
td.TdClassName
{
border-color: #FCC3F6;
}
.TagClassName
{
border-color: #FCC3F6;
}
</style>