Shades of Snuff #FCD0F6
Tints of Snuff #FCD0F6
RGB
CMYK
RGB Variations
Color information
#FCD0F6 (or 0xFCD0F6) is known color: Snuff. HEX triplet: FC, D0 and F6. RGB value is (252,208,246). Sum of RGB (Red+Green+Blue) = 252+208+246=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 208 (81.64% from 255 or 29.46% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0F6 is #032F09. Grayscale: #E1E1E1. Windows color (decimal): -208650 or 16175356. OLE color: 16175356.
HSL color Cylindrical-coordinate representation of color #FCD0F6: hue angle of 308.18º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0F6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 246 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.01 |
| HSL | 308.18º | 0.88% | 0.9% | - |
| HSV(B) | 308.18º | 0.17% | 0.99% | - |
| XYZ | 79.34 | 72.46 | 96.99 | - |
| YUV | 225.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 246 | 0 | 0.17 | 0.02 | 0.01 | 308.18 | 0.88 | 0.9 |
| Hex | FC | D0 | F6 | 0 | 11 | 2 | 1 | 134 | 58 | 5A |
| Octal | 374 | 320 | 366 | 0 | 21 | 2 | 1 | 464 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11110110 | 0 | 10001 | 10 | 1 | 100110100 | 1011000 | 1011010 |
Color Harmonies of #FCD0F6
Complementary color
Monochromatic Colors of #FCD0F6
Black with #FCD0F6
Text Example
Text Example
White with #FCD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0F6; }
p { color: rgb(252,208,246); }
H1.HeaderClassName
{
color: #FCD0F6;
}
.AnyTagClassName
{
color: #FCD0F6;
}
</style>
background-color css
<style>
a { background-color: #FCD0F6; }
a { background-color: rgb(252,208,246); }
div.DivClassName
{
background-color: #FCD0F6;
}
.BgClassName
{
background-color: #FCD0F6;
}
</style>
border-color css
<style>
span { border-color: #FCD0F6; }
span { border-color: rgb(252,208,246); }
td.TdClassName
{
border-color: #FCD0F6;
}
.TagClassName
{
border-color: #FCD0F6;
}
</style>