Shades of Snuff #FFDAF9
Tints of Snuff #FFDAF9
RGB
CMYK
RGB Variations
Color information
#FFDAF9 (or 0xFFDAF9) is known color: Snuff. HEX triplet: FF, DA and F9. RGB value is (255,218,249). Sum of RGB (Red+Green+Blue) = 255+218+249=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF9 is #002506. Grayscale: #E8E8E8. Windows color (decimal): -9479 or 16374527. OLE color: 16374527.
HSL color Cylindrical-coordinate representation of color #FFDAF9: hue angle of 309.73º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAF9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 218 | 249 | - |
CMYK | 0 | 0.15 | 0.02 | 0 |
HSL | 309.73º | 1% | 0.93% | - |
HSV(B) | 309.73º | 0.15% | 1% | - |
XYZ | 83.41 | 78.24 | 100.33 | - |
YUV | 232.6 | 137.26 | 143.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 218 | 249 | 0 | 0.15 | 0.02 | 0 | 309.73 | 1 | 0.93 |
Hex | FF | DA | F9 | 0 | F | 2 | 0 | 136 | 64 | 5D |
Octal | 377 | 332 | 371 | 0 | 17 | 2 | 0 | 466 | 144 | 135 |
Binary | 11111111 | 11011010 | 11111001 | 0 | 1111 | 10 | 0 | 100110110 | 1100100 | 1011101 |
Color Harmonies of #FFDAF9
Complementary color
Monochromatic Colors of #FFDAF9
Black with #FFDAF9
Text Example
Text Example
White with #FFDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAF9; }
p { color: rgb(255,218,249); }
H1.HeaderClassName
{
color: #FFDAF9;
}
.AnyTagClassName
{
color: #FFDAF9;
}
</style>
background-color css
<style>
a { background-color: #FFDAF9; }
a { background-color: rgb(255,218,249); }
div.DivClassName
{
background-color: #FFDAF9;
}
.BgClassName
{
background-color: #FFDAF9;
}
</style>
border-color css
<style>
span { border-color: #FFDAF9; }
span { border-color: rgb(255,218,249); }
td.TdClassName
{
border-color: #FFDAF9;
}
.TagClassName
{
border-color: #FFDAF9;
}
</style>