Shades of Snuff #F9D8F2
Tints of Snuff #F9D8F2
RGB
CMYK
RGB Variations
Color information
#F9D8F2 (or 0xF9D8F2) is known color: Snuff. HEX triplet: F9, D8 and F2. RGB value is (249,216,242). Sum of RGB (Red+Green+Blue) = 249+216+242=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D8F2 is #06270D. Grayscale: #E4E4E4. Windows color (decimal): -403214 or 15915257. OLE color: 15915257.
HSL color Cylindrical-coordinate representation of color #F9D8F2: hue angle of 312.73º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9D8F2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 242 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.02 |
| HSL | 312.73º | 0.73% | 0.91% | - |
| HSV(B) | 312.73º | 0.13% | 0.98% | - |
| XYZ | 79.65 | 75.66 | 94.41 | - |
| YUV | 228.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 242 | 0 | 0.13 | 0.03 | 0.02 | 312.73 | 0.73 | 0.91 |
| Hex | F9 | D8 | F2 | 0 | D | 3 | 2 | 139 | 49 | 5B |
| Octal | 371 | 330 | 362 | 0 | 15 | 3 | 2 | 471 | 111 | 133 |
| Binary | 11111001 | 11011000 | 11110010 | 0 | 1101 | 11 | 10 | 100111001 | 1001001 | 1011011 |
Color Harmonies of #F9D8F2
Complementary color
Monochromatic Colors of #F9D8F2
Black with #F9D8F2
Text Example
Text Example
White with #F9D8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8F2; }
p { color: rgb(249,216,242); }
H1.HeaderClassName
{
color: #F9D8F2;
}
.AnyTagClassName
{
color: #F9D8F2;
}
</style>
background-color css
<style>
a { background-color: #F9D8F2; }
a { background-color: rgb(249,216,242); }
div.DivClassName
{
background-color: #F9D8F2;
}
.BgClassName
{
background-color: #F9D8F2;
}
</style>
border-color css
<style>
span { border-color: #F9D8F2; }
span { border-color: rgb(249,216,242); }
td.TdClassName
{
border-color: #F9D8F2;
}
.TagClassName
{
border-color: #F9D8F2;
}
</style>