Shades of Snuff #FCDFF6
Tints of Snuff #FCDFF6
RGB
CMYK
RGB Variations
Color information
#FCDFF6 (or 0xFCDFF6) is known color: Snuff. HEX triplet: FC, DF and F6. RGB value is (252,223,246). Sum of RGB (Red+Green+Blue) = 252+223+246=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF6 is #032009. Grayscale: #EAEAEA. Windows color (decimal): -204810 or 16179196. OLE color: 16179196.
HSL color Cylindrical-coordinate representation of color #FCDFF6: hue angle of 312.41º 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 #FCDFF6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 246 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 312.41º | 0.83% | 0.93% | - |
| HSV(B) | 312.41º | 0.12% | 0.99% | - |
| XYZ | 83.17 | 80.12 | 98.27 | - |
| YUV | 234.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 246 | 0 | 0.12 | 0.02 | 0.01 | 312.41 | 0.83 | 0.93 |
| Hex | FC | DF | F6 | 0 | C | 2 | 1 | 138 | 53 | 5D |
| Octal | 374 | 337 | 366 | 0 | 14 | 2 | 1 | 470 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11110110 | 0 | 1100 | 10 | 1 | 100111000 | 1010011 | 1011101 |
Color Harmonies of #FCDFF6
Complementary color
Monochromatic Colors of #FCDFF6
Black with #FCDFF6
Text Example
Text Example
White with #FCDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFF6; }
p { color: rgb(252,223,246); }
H1.HeaderClassName
{
color: #FCDFF6;
}
.AnyTagClassName
{
color: #FCDFF6;
}
</style>
background-color css
<style>
a { background-color: #FCDFF6; }
a { background-color: rgb(252,223,246); }
div.DivClassName
{
background-color: #FCDFF6;
}
.BgClassName
{
background-color: #FCDFF6;
}
</style>
border-color css
<style>
span { border-color: #FCDFF6; }
span { border-color: rgb(252,223,246); }
td.TdClassName
{
border-color: #FCDFF6;
}
.TagClassName
{
border-color: #FCDFF6;
}
</style>