Shades of Snuff #FDDAF9
Tints of Snuff #FDDAF9
RGB
CMYK
RGB Variations
Color information
#FDDAF9 (or 0xFDDAF9) is known color: Snuff. HEX triplet: FD, DA and F9. RGB value is (253,218,249). Sum of RGB (Red+Green+Blue) = 253+218+249=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAF9 is #022506. Grayscale: #E7E7E7. Windows color (decimal): -140551 or 16374525. OLE color: 16374525.
HSL color Cylindrical-coordinate representation of color #FDDAF9: hue angle of 306.86º 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 #FDDAF9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 249 | - |
CMYK | 0 | 0.14 | 0.02 | 0.01 |
HSL | 306.86º | 0.9% | 0.92% | - |
HSV(B) | 306.86º | 0.14% | 0.99% | - |
XYZ | 82.68 | 77.87 | 100.29 | - |
YUV | 232 | 137.6 | 142.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 249 | 0 | 0.14 | 0.02 | 0.01 | 306.86 | 0.9 | 0.92 |
Hex | FD | DA | F9 | 0 | E | 2 | 1 | 133 | 5A | 5C |
Octal | 375 | 332 | 371 | 0 | 16 | 2 | 1 | 463 | 132 | 134 |
Binary | 11111101 | 11011010 | 11111001 | 0 | 1110 | 10 | 1 | 100110011 | 1011010 | 1011100 |
Color Harmonies of #FDDAF9
Complementary color
Monochromatic Colors of #FDDAF9
Black with #FDDAF9
Text Example
Text Example
White with #FDDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAF9; }
p { color: rgb(253,218,249); }
H1.HeaderClassName
{
color: #FDDAF9;
}
.AnyTagClassName
{
color: #FDDAF9;
}
</style>
background-color css
<style>
a { background-color: #FDDAF9; }
a { background-color: rgb(253,218,249); }
div.DivClassName
{
background-color: #FDDAF9;
}
.BgClassName
{
background-color: #FDDAF9;
}
</style>
border-color css
<style>
span { border-color: #FDDAF9; }
span { border-color: rgb(253,218,249); }
td.TdClassName
{
border-color: #FDDAF9;
}
.TagClassName
{
border-color: #FDDAF9;
}
</style>