Shades of Snuff #FCD1F6
Tints of Snuff #FCD1F6
RGB
CMYK
RGB Variations
Color information
#FCD1F6 (or 0xFCD1F6) is known color: Snuff. HEX triplet: FC, D1 and F6. RGB value is (252,209,246). Sum of RGB (Red+Green+Blue) = 252+209+246=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 209 (82.03% from 255 or 29.56% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1F6 is #032E09. Grayscale: #E1E1E1. Windows color (decimal): -208394 or 16175612. OLE color: 16175612.
HSL color Cylindrical-coordinate representation of color #FCD1F6: hue angle of 308.37º 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 #FCD1F6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 246 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.01 |
| HSL | 308.37º | 0.88% | 0.9% | - |
| HSV(B) | 308.37º | 0.17% | 0.99% | - |
| XYZ | 79.58 | 72.95 | 97.08 | - |
| YUV | 226.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 246 | 0 | 0.17 | 0.02 | 0.01 | 308.37 | 0.88 | 0.9 |
| Hex | FC | D1 | F6 | 0 | 11 | 2 | 1 | 134 | 58 | 5A |
| Octal | 374 | 321 | 366 | 0 | 21 | 2 | 1 | 464 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11110110 | 0 | 10001 | 10 | 1 | 100110100 | 1011000 | 1011010 |
Color Harmonies of #FCD1F6
Complementary color
Monochromatic Colors of #FCD1F6
Black with #FCD1F6
Text Example
Text Example
White with #FCD1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1F6; }
p { color: rgb(252,209,246); }
H1.HeaderClassName
{
color: #FCD1F6;
}
.AnyTagClassName
{
color: #FCD1F6;
}
</style>
background-color css
<style>
a { background-color: #FCD1F6; }
a { background-color: rgb(252,209,246); }
div.DivClassName
{
background-color: #FCD1F6;
}
.BgClassName
{
background-color: #FCD1F6;
}
</style>
border-color css
<style>
span { border-color: #FCD1F6; }
span { border-color: rgb(252,209,246); }
td.TdClassName
{
border-color: #FCD1F6;
}
.TagClassName
{
border-color: #FCD1F6;
}
</style>