Shades of Snuff #F9DDF5
Tints of Snuff #F9DDF5
RGB
CMYK
RGB Variations
Color information
#F9DDF5 (or 0xF9DDF5) is known color: Snuff. HEX triplet: F9, DD and F5. RGB value is (249,221,245). Sum of RGB (Red+Green+Blue) = 249+221+245=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF5 is #06220A. Grayscale: #E8E8E8. Windows color (decimal): -401931 or 16113145. OLE color: 16113145.
HSL color Cylindrical-coordinate representation of color #F9DDF5: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DDF5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 245 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 308.57º | 0.7% | 0.92% | - |
| HSV(B) | 308.57º | 0.11% | 0.98% | - |
| XYZ | 81.4 | 78.45 | 97.24 | - |
| YUV | 232.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 245 | 0 | 0.11 | 0.02 | 0.02 | 308.57 | 0.7 | 0.92 |
| Hex | F9 | DD | F5 | 0 | B | 2 | 2 | 135 | 46 | 5C |
| Octal | 371 | 335 | 365 | 0 | 13 | 2 | 2 | 465 | 106 | 134 |
| Binary | 11111001 | 11011101 | 11110101 | 0 | 1011 | 10 | 10 | 100110101 | 1000110 | 1011100 |
Color Harmonies of #F9DDF5
Complementary color
Monochromatic Colors of #F9DDF5
Black with #F9DDF5
Text Example
Text Example
White with #F9DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDF5; }
p { color: rgb(249,221,245); }
H1.HeaderClassName
{
color: #F9DDF5;
}
.AnyTagClassName
{
color: #F9DDF5;
}
</style>
background-color css
<style>
a { background-color: #F9DDF5; }
a { background-color: rgb(249,221,245); }
div.DivClassName
{
background-color: #F9DDF5;
}
.BgClassName
{
background-color: #F9DDF5;
}
</style>
border-color css
<style>
span { border-color: #F9DDF5; }
span { border-color: rgb(249,221,245); }
td.TdClassName
{
border-color: #F9DDF5;
}
.TagClassName
{
border-color: #F9DDF5;
}
</style>