Shades of Snuff #FDDAF7
Tints of Snuff #FDDAF7
RGB
CMYK
RGB Variations
Color information
#FDDAF7 (or 0xFDDAF7) is known color: Snuff. HEX triplet: FD, DA and F7. RGB value is (253,218,247). Sum of RGB (Red+Green+Blue) = 253+218+247=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAF7 is #022508. Grayscale: #E7E7E7. Windows color (decimal): -140553 or 16243453. OLE color: 16243453.
HSL color Cylindrical-coordinate representation of color #FDDAF7: hue angle of 310.29º 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 #FDDAF7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 247 | - |
CMYK | 0 | 0.14 | 0.02 | 0.01 |
HSL | 310.29º | 0.9% | 0.92% | - |
HSV(B) | 310.29º | 0.14% | 0.99% | - |
XYZ | 82.37 | 77.74 | 98.66 | - |
YUV | 231.77 | 136.6 | 143.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 247 | 0 | 0.14 | 0.02 | 0.01 | 310.29 | 0.9 | 0.92 |
Hex | FD | DA | F7 | 0 | E | 2 | 1 | 136 | 5A | 5C |
Octal | 375 | 332 | 367 | 0 | 16 | 2 | 1 | 466 | 132 | 134 |
Binary | 11111101 | 11011010 | 11110111 | 0 | 1110 | 10 | 1 | 100110110 | 1011010 | 1011100 |
Color Harmonies of #FDDAF7
Complementary color
Monochromatic Colors of #FDDAF7
Black with #FDDAF7
Text Example
Text Example
White with #FDDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAF7; }
p { color: rgb(253,218,247); }
H1.HeaderClassName
{
color: #FDDAF7;
}
.AnyTagClassName
{
color: #FDDAF7;
}
</style>
background-color css
<style>
a { background-color: #FDDAF7; }
a { background-color: rgb(253,218,247); }
div.DivClassName
{
background-color: #FDDAF7;
}
.BgClassName
{
background-color: #FDDAF7;
}
</style>
border-color css
<style>
span { border-color: #FDDAF7; }
span { border-color: rgb(253,218,247); }
td.TdClassName
{
border-color: #FDDAF7;
}
.TagClassName
{
border-color: #FDDAF7;
}
</style>