Shades of Snuff #F9D0F9
Tints of Snuff #F9D0F9
RGB
CMYK
RGB Variations
Color information
#F9D0F9 (or 0xF9D0F9) is known color: Snuff. HEX triplet: F9, D0 and F9. RGB value is (249,208,249). Sum of RGB (Red+Green+Blue) = 249+208+249=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 208 (81.64% from 255 or 29.46% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9D0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D0F9 is #062F06. Grayscale: #E0E0E0. Windows color (decimal): -405255 or 16371961. OLE color: 16371961.
HSL color Cylindrical-coordinate representation of color #F9D0F9: hue angle of 300º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D0F9 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 249 | - |
| CMYK | 0 | 0.16 | 0 | 0.02 |
| HSL | 300º | 0.77% | 0.9% | - |
| HSV(B) | 300º | 0.16% | 0.98% | - |
| XYZ | 78.72 | 72.09 | 99.39 | - |
| YUV | 224.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 249 | 0 | 0.16 | 0 | 0.02 | 300 | 0.77 | 0.9 |
| Hex | F9 | D0 | F9 | 0 | 10 | 0 | 2 | 12C | 4D | 5A |
| Octal | 371 | 320 | 371 | 0 | 20 | 0 | 2 | 454 | 115 | 132 |
| Binary | 11111001 | 11010000 | 11111001 | 0 | 10000 | 0 | 10 | 100101100 | 1001101 | 1011010 |
Color Harmonies of #F9D0F9
Complementary color
Monochromatic Colors of #F9D0F9
Black with #F9D0F9
Text Example
Text Example
White with #F9D0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D0F9; }
p { color: rgb(249,208,249); }
H1.HeaderClassName
{
color: #F9D0F9;
}
.AnyTagClassName
{
color: #F9D0F9;
}
</style>
background-color css
<style>
a { background-color: #F9D0F9; }
a { background-color: rgb(249,208,249); }
div.DivClassName
{
background-color: #F9D0F9;
}
.BgClassName
{
background-color: #F9D0F9;
}
</style>
border-color css
<style>
span { border-color: #F9D0F9; }
span { border-color: rgb(249,208,249); }
td.TdClassName
{
border-color: #F9D0F9;
}
.TagClassName
{
border-color: #F9D0F9;
}
</style>