Shades of Snuff #FCDEF6
Tints of Snuff #FCDEF6
RGB
CMYK
RGB Variations
Color information
#FCDEF6 (or 0xFCDEF6) is known color: Snuff. HEX triplet: FC, DE and F6. RGB value is (252,222,246). Sum of RGB (Red+Green+Blue) = 252+222+246=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF6 is #032109. Grayscale: #E9E9E9. Windows color (decimal): -205066 or 16178940. OLE color: 16178940.
HSL color Cylindrical-coordinate representation of color #FCDEF6: hue angle of 312º degrees, saturation: 0.83, 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 #FCDEF6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 246 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 312º | 0.83% | 0.93% | - |
| HSV(B) | 312º | 0.12% | 0.99% | - |
| XYZ | 82.9 | 79.59 | 98.18 | - |
| YUV | 233.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 246 | 0 | 0.12 | 0.02 | 0.01 | 312 | 0.83 | 0.93 |
| Hex | FC | DE | F6 | 0 | C | 2 | 1 | 138 | 53 | 5D |
| Octal | 374 | 336 | 366 | 0 | 14 | 2 | 1 | 470 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11110110 | 0 | 1100 | 10 | 1 | 100111000 | 1010011 | 1011101 |
Color Harmonies of #FCDEF6
Complementary color
Monochromatic Colors of #FCDEF6
Black with #FCDEF6
Text Example
Text Example
White with #FCDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEF6; }
p { color: rgb(252,222,246); }
H1.HeaderClassName
{
color: #FCDEF6;
}
.AnyTagClassName
{
color: #FCDEF6;
}
</style>
background-color css
<style>
a { background-color: #FCDEF6; }
a { background-color: rgb(252,222,246); }
div.DivClassName
{
background-color: #FCDEF6;
}
.BgClassName
{
background-color: #FCDEF6;
}
</style>
border-color css
<style>
span { border-color: #FCDEF6; }
span { border-color: rgb(252,222,246); }
td.TdClassName
{
border-color: #FCDEF6;
}
.TagClassName
{
border-color: #FCDEF6;
}
</style>