Shades of Snuff #FCDDF6
Tints of Snuff #FCDDF6
RGB
CMYK
RGB Variations
Color information
#FCDDF6 (or 0xFCDDF6) is known color: Snuff. HEX triplet: FC, DD and F6. RGB value is (252,221,246). Sum of RGB (Red+Green+Blue) = 252+221+246=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 221 (86.72% from 255 or 30.74% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF6 is #032209. Grayscale: #E9E9E9. Windows color (decimal): -205322 or 16178684. OLE color: 16178684.
HSL color Cylindrical-coordinate representation of color #FCDDF6: hue angle of 311.61º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDF6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 246 | - |
CMYK | 0 | 0.12 | 0.02 | 0.01 |
HSL | 311.61º | 0.84% | 0.93% | - |
HSV(B) | 311.61º | 0.12% | 0.99% | - |
XYZ | 82.64 | 79.06 | 98.09 | - |
YUV | 233.12 | 135.27 | 141.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 246 | 0 | 0.12 | 0.02 | 0.01 | 311.61 | 0.84 | 0.93 |
Hex | FC | DD | F6 | 0 | C | 2 | 1 | 138 | 54 | 5D |
Octal | 374 | 335 | 366 | 0 | 14 | 2 | 1 | 470 | 124 | 135 |
Binary | 11111100 | 11011101 | 11110110 | 0 | 1100 | 10 | 1 | 100111000 | 1010100 | 1011101 |
Color Harmonies of #FCDDF6
Complementary color
Monochromatic Colors of #FCDDF6
Black with #FCDDF6
Text Example
Text Example
White with #FCDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDF6; }
p { color: rgb(252,221,246); }
H1.HeaderClassName
{
color: #FCDDF6;
}
.AnyTagClassName
{
color: #FCDDF6;
}
</style>
background-color css
<style>
a { background-color: #FCDDF6; }
a { background-color: rgb(252,221,246); }
div.DivClassName
{
background-color: #FCDDF6;
}
.BgClassName
{
background-color: #FCDDF6;
}
</style>
border-color css
<style>
span { border-color: #FCDDF6; }
span { border-color: rgb(252,221,246); }
td.TdClassName
{
border-color: #FCDDF6;
}
.TagClassName
{
border-color: #FCDDF6;
}
</style>