Shades of Snuff #FDDDF7
Tints of Snuff #FDDDF7
RGB
CMYK
RGB Variations
Color information
#FDDDF7 (or 0xFDDDF7) is known color: Snuff. HEX triplet: FD, DD and F7. RGB value is (253,221,247). Sum of RGB (Red+Green+Blue) = 253+221+247=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF7 is #022208. Grayscale: #E9E9E9. Windows color (decimal): -139785 or 16244221. OLE color: 16244221.
HSL color Cylindrical-coordinate representation of color #FDDDF7: hue angle of 311.25º 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 #FDDDF7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 247 | - |
CMYK | 0 | 0.13 | 0.02 | 0.01 |
HSL | 311.25º | 0.89% | 0.93% | - |
HSV(B) | 311.25º | 0.13% | 0.99% | - |
XYZ | 83.15 | 79.31 | 98.92 | - |
YUV | 233.53 | 135.6 | 141.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 247 | 0 | 0.13 | 0.02 | 0.01 | 311.25 | 0.89 | 0.93 |
Hex | FD | DD | F7 | 0 | D | 2 | 1 | 137 | 59 | 5D |
Octal | 375 | 335 | 367 | 0 | 15 | 2 | 1 | 467 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110111 | 0 | 1101 | 10 | 1 | 100110111 | 1011001 | 1011101 |
Color Harmonies of #FDDDF7
Complementary color
Monochromatic Colors of #FDDDF7
Black with #FDDDF7
Text Example
Text Example
White with #FDDDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF7; }
p { color: rgb(253,221,247); }
H1.HeaderClassName
{
color: #FDDDF7;
}
.AnyTagClassName
{
color: #FDDDF7;
}
</style>
background-color css
<style>
a { background-color: #FDDDF7; }
a { background-color: rgb(253,221,247); }
div.DivClassName
{
background-color: #FDDDF7;
}
.BgClassName
{
background-color: #FDDDF7;
}
</style>
border-color css
<style>
span { border-color: #FDDDF7; }
span { border-color: rgb(253,221,247); }
td.TdClassName
{
border-color: #FDDDF7;
}
.TagClassName
{
border-color: #FDDDF7;
}
</style>