Shades of Snuff #F9D4F9
Tints of Snuff #F9D4F9
RGB
CMYK
RGB Variations
Color information
#F9D4F9 (or 0xF9D4F9) is known color: Snuff. HEX triplet: F9, D4 and F9. RGB value is (249,212,249). Sum of RGB (Red+Green+Blue) = 249+212+249=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 212 (83.20% from 255 or 29.86% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9D4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D4F9 is #062B06. Grayscale: #E3E3E3. Windows color (decimal): -404231 or 16372985. OLE color: 16372985.
HSL color Cylindrical-coordinate representation of color #F9D4F9: hue angle of 300º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9D4F9 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 249 | - |
| CMYK | 0 | 0.15 | 0 | 0.02 |
| HSL | 300º | 0.76% | 0.9% | - |
| HSV(B) | 300º | 0.15% | 0.98% | - |
| XYZ | 79.71 | 74.07 | 99.72 | - |
| YUV | 227.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 249 | 0 | 0.15 | 0 | 0.02 | 300 | 0.76 | 0.9 |
| Hex | F9 | D4 | F9 | 0 | F | 0 | 2 | 12C | 4C | 5A |
| Octal | 371 | 324 | 371 | 0 | 17 | 0 | 2 | 454 | 114 | 132 |
| Binary | 11111001 | 11010100 | 11111001 | 0 | 1111 | 0 | 10 | 100101100 | 1001100 | 1011010 |
Color Harmonies of #F9D4F9
Complementary color
Monochromatic Colors of #F9D4F9
Black with #F9D4F9
Text Example
Text Example
White with #F9D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4F9; }
p { color: rgb(249,212,249); }
H1.HeaderClassName
{
color: #F9D4F9;
}
.AnyTagClassName
{
color: #F9D4F9;
}
</style>
background-color css
<style>
a { background-color: #F9D4F9; }
a { background-color: rgb(249,212,249); }
div.DivClassName
{
background-color: #F9D4F9;
}
.BgClassName
{
background-color: #F9D4F9;
}
</style>
border-color css
<style>
span { border-color: #F9D4F9; }
span { border-color: rgb(249,212,249); }
td.TdClassName
{
border-color: #F9D4F9;
}
.TagClassName
{
border-color: #F9D4F9;
}
</style>