Shades of Snuff #FDDCF6
Tints of Snuff #FDDCF6
RGB
CMYK
RGB Variations
Color information
#FDDCF6 (or 0xFDDCF6) is known color: Snuff. HEX triplet: FD, DC and F6. RGB value is (253,220,246). Sum of RGB (Red+Green+Blue) = 253+220+246=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF6 is #022309. Grayscale: #E8E8E8. Windows color (decimal): -140042 or 16178429. OLE color: 16178429.
HSL color Cylindrical-coordinate representation of color #FDDCF6: hue angle of 312.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCF6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 246 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.01 |
| HSL | 312.73º | 0.89% | 0.93% | - |
| HSV(B) | 312.73º | 0.13% | 0.99% | - |
| XYZ | 82.74 | 78.72 | 98.02 | - |
| YUV | 232.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 246 | 0 | 0.13 | 0.03 | 0.01 | 312.73 | 0.89 | 0.93 |
| Hex | FD | DC | F6 | 0 | D | 3 | 1 | 139 | 59 | 5D |
| Octal | 375 | 334 | 366 | 0 | 15 | 3 | 1 | 471 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11110110 | 0 | 1101 | 11 | 1 | 100111001 | 1011001 | 1011101 |
Color Harmonies of #FDDCF6
Complementary color
Monochromatic Colors of #FDDCF6
Black with #FDDCF6
Text Example
Text Example
White with #FDDCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCF6; }
p { color: rgb(253,220,246); }
H1.HeaderClassName
{
color: #FDDCF6;
}
.AnyTagClassName
{
color: #FDDCF6;
}
</style>
background-color css
<style>
a { background-color: #FDDCF6; }
a { background-color: rgb(253,220,246); }
div.DivClassName
{
background-color: #FDDCF6;
}
.BgClassName
{
background-color: #FDDCF6;
}
</style>
border-color css
<style>
span { border-color: #FDDCF6; }
span { border-color: rgb(253,220,246); }
td.TdClassName
{
border-color: #FDDCF6;
}
.TagClassName
{
border-color: #FDDCF6;
}
</style>