Shades of Snuff #FCD1F8
Tints of Snuff #FCD1F8
RGB
CMYK
RGB Variations
Color information
#FCD1F8 (or 0xFCD1F8) is known color: Snuff. HEX triplet: FC, D1 and F8. RGB value is (252,209,248). Sum of RGB (Red+Green+Blue) = 252+209+248=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 209 (82.03% from 255 or 29.48% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1F8 is #032E07. Grayscale: #E2E2E2. Windows color (decimal): -208392 or 16306684. OLE color: 16306684.
HSL color Cylindrical-coordinate representation of color #FCD1F8: hue angle of 305.58º 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 #FCD1F8 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 248 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.01 |
| HSL | 305.58º | 0.88% | 0.9% | - |
| HSV(B) | 305.58º | 0.17% | 0.99% | - |
| XYZ | 79.89 | 73.07 | 98.7 | - |
| YUV | 226.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 248 | 0 | 0.17 | 0.02 | 0.01 | 305.58 | 0.88 | 0.9 |
| Hex | FC | D1 | F8 | 0 | 11 | 2 | 1 | 132 | 58 | 5A |
| Octal | 374 | 321 | 370 | 0 | 21 | 2 | 1 | 462 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11111000 | 0 | 10001 | 10 | 1 | 100110010 | 1011000 | 1011010 |
Color Harmonies of #FCD1F8
Complementary color
Monochromatic Colors of #FCD1F8
Black with #FCD1F8
Text Example
Text Example
White with #FCD1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1F8; }
p { color: rgb(252,209,248); }
H1.HeaderClassName
{
color: #FCD1F8;
}
.AnyTagClassName
{
color: #FCD1F8;
}
</style>
background-color css
<style>
a { background-color: #FCD1F8; }
a { background-color: rgb(252,209,248); }
div.DivClassName
{
background-color: #FCD1F8;
}
.BgClassName
{
background-color: #FCD1F8;
}
</style>
border-color css
<style>
span { border-color: #FCD1F8; }
span { border-color: rgb(252,209,248); }
td.TdClassName
{
border-color: #FCD1F8;
}
.TagClassName
{
border-color: #FCD1F8;
}
</style>