Shades of Snuff #FDD0F7
Tints of Snuff #FDD0F7
RGB
CMYK
RGB Variations
Color information
#FDD0F7 (or 0xFDD0F7) is known color: Snuff. HEX triplet: FD, D0 and F7. RGB value is (253,208,247). Sum of RGB (Red+Green+Blue) = 253+208+247=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 208 (81.64% from 255 or 29.38% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0F7 is #022F08. Grayscale: #E1E1E1. Windows color (decimal): -143113 or 16240893. OLE color: 16240893.
HSL color Cylindrical-coordinate representation of color #FDD0F7: hue angle of 308º 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 #FDD0F7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 247 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.01 |
| HSL | 308º | 0.92% | 0.9% | - |
| HSV(B) | 308º | 0.18% | 0.99% | - |
| XYZ | 79.85 | 72.71 | 97.82 | - |
| YUV | 225.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 247 | 0 | 0.18 | 0.02 | 0.01 | 308 | 0.92 | 0.9 |
| Hex | FD | D0 | F7 | 0 | 12 | 2 | 1 | 134 | 5C | 5A |
| Octal | 375 | 320 | 367 | 0 | 22 | 2 | 1 | 464 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11110111 | 0 | 10010 | 10 | 1 | 100110100 | 1011100 | 1011010 |
Color Harmonies of #FDD0F7
Complementary color
Monochromatic Colors of #FDD0F7
Black with #FDD0F7
Text Example
Text Example
White with #FDD0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0F7; }
p { color: rgb(253,208,247); }
H1.HeaderClassName
{
color: #FDD0F7;
}
.AnyTagClassName
{
color: #FDD0F7;
}
</style>
background-color css
<style>
a { background-color: #FDD0F7; }
a { background-color: rgb(253,208,247); }
div.DivClassName
{
background-color: #FDD0F7;
}
.BgClassName
{
background-color: #FDD0F7;
}
</style>
border-color css
<style>
span { border-color: #FDD0F7; }
span { border-color: rgb(253,208,247); }
td.TdClassName
{
border-color: #FDD0F7;
}
.TagClassName
{
border-color: #FDD0F7;
}
</style>