Shades of Snuff #FDD0F6
Tints of Snuff #FDD0F6
RGB
CMYK
RGB Variations
Color information
#FDD0F6 (or 0xFDD0F6) is known color: Snuff. HEX triplet: FD, D0 and F6. RGB value is (253,208,246). Sum of RGB (Red+Green+Blue) = 253+208+246=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0F6 is #022F09. Grayscale: #E1E1E1. Windows color (decimal): -143114 or 16175357. OLE color: 16175357.
HSL color Cylindrical-coordinate representation of color #FDD0F6: hue angle of 309.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0F6 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 246 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.01 |
| HSL | 309.33º | 0.92% | 0.9% | - |
| HSV(B) | 309.33º | 0.18% | 0.99% | - |
| XYZ | 79.7 | 72.65 | 97.01 | - |
| YUV | 225.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 246 | 0 | 0.18 | 0.03 | 0.01 | 309.33 | 0.92 | 0.9 |
| Hex | FD | D0 | F6 | 0 | 12 | 3 | 1 | 135 | 5C | 5A |
| Octal | 375 | 320 | 366 | 0 | 22 | 3 | 1 | 465 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11110110 | 0 | 10010 | 11 | 1 | 100110101 | 1011100 | 1011010 |
Color Harmonies of #FDD0F6
Complementary color
Monochromatic Colors of #FDD0F6
Black with #FDD0F6
Text Example
Text Example
White with #FDD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0F6; }
p { color: rgb(253,208,246); }
H1.HeaderClassName
{
color: #FDD0F6;
}
.AnyTagClassName
{
color: #FDD0F6;
}
</style>
background-color css
<style>
a { background-color: #FDD0F6; }
a { background-color: rgb(253,208,246); }
div.DivClassName
{
background-color: #FDD0F6;
}
.BgClassName
{
background-color: #FDD0F6;
}
</style>
border-color css
<style>
span { border-color: #FDD0F6; }
span { border-color: rgb(253,208,246); }
td.TdClassName
{
border-color: #FDD0F6;
}
.TagClassName
{
border-color: #FDD0F6;
}
</style>