Shades of Snuff #FDD9F7
Tints of Snuff #FDD9F7
RGB
CMYK
RGB Variations
Color information
#FDD9F7 (or 0xFDD9F7) is known color: Snuff. HEX triplet: FD, D9 and F7. RGB value is (253,217,247). Sum of RGB (Red+Green+Blue) = 253+217+247=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 217 (85.16% from 255 or 30.26% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F7 is #022608. Grayscale: #E7E7E7. Windows color (decimal): -140809 or 16243197. OLE color: 16243197.
HSL color Cylindrical-coordinate representation of color #FDD9F7: hue angle of 310º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 247 | - |
CMYK | 0 | 0.14 | 0.02 | 0.01 |
HSL | 310º | 0.9% | 0.92% | - |
HSV(B) | 310º | 0.14% | 0.99% | - |
XYZ | 82.11 | 77.22 | 98.57 | - |
YUV | 231.18 | 136.93 | 143.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 247 | 0 | 0.14 | 0.02 | 0.01 | 310 | 0.9 | 0.92 |
Hex | FD | D9 | F7 | 0 | E | 2 | 1 | 136 | 5A | 5C |
Octal | 375 | 331 | 367 | 0 | 16 | 2 | 1 | 466 | 132 | 134 |
Binary | 11111101 | 11011001 | 11110111 | 0 | 1110 | 10 | 1 | 100110110 | 1011010 | 1011100 |
Color Harmonies of #FDD9F7
Complementary color
Monochromatic Colors of #FDD9F7
Black with #FDD9F7
Text Example
Text Example
White with #FDD9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9F7; }
p { color: rgb(253,217,247); }
H1.HeaderClassName
{
color: #FDD9F7;
}
.AnyTagClassName
{
color: #FDD9F7;
}
</style>
background-color css
<style>
a { background-color: #FDD9F7; }
a { background-color: rgb(253,217,247); }
div.DivClassName
{
background-color: #FDD9F7;
}
.BgClassName
{
background-color: #FDD9F7;
}
</style>
border-color css
<style>
span { border-color: #FDD9F7; }
span { border-color: rgb(253,217,247); }
td.TdClassName
{
border-color: #FDD9F7;
}
.TagClassName
{
border-color: #FDD9F7;
}
</style>