Shades of Snuff #F9D7F2
Tints of Snuff #F9D7F2
RGB
CMYK
RGB Variations
Color information
#F9D7F2 (or 0xF9D7F2) is known color: Snuff. HEX triplet: F9, D7 and F2. RGB value is (249,215,242). Sum of RGB (Red+Green+Blue) = 249+215+242=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 215 (84.38% from 255 or 30.45% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D7F2 is #06280D. Grayscale: #E4E4E4. Windows color (decimal): -403470 or 15915001. OLE color: 15915001.
HSL color Cylindrical-coordinate representation of color #F9D7F2: hue angle of 312.35º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D7F2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 242 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.02 |
| HSL | 312.35º | 0.74% | 0.91% | - |
| HSV(B) | 312.35º | 0.14% | 0.98% | - |
| XYZ | 79.39 | 75.15 | 94.33 | - |
| YUV | 228.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 242 | 0 | 0.14 | 0.03 | 0.02 | 312.35 | 0.74 | 0.91 |
| Hex | F9 | D7 | F2 | 0 | E | 3 | 2 | 138 | 4A | 5B |
| Octal | 371 | 327 | 362 | 0 | 16 | 3 | 2 | 470 | 112 | 133 |
| Binary | 11111001 | 11010111 | 11110010 | 0 | 1110 | 11 | 10 | 100111000 | 1001010 | 1011011 |
Color Harmonies of #F9D7F2
Complementary color
Monochromatic Colors of #F9D7F2
Black with #F9D7F2
Text Example
Text Example
White with #F9D7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D7F2; }
p { color: rgb(249,215,242); }
H1.HeaderClassName
{
color: #F9D7F2;
}
.AnyTagClassName
{
color: #F9D7F2;
}
</style>
background-color css
<style>
a { background-color: #F9D7F2; }
a { background-color: rgb(249,215,242); }
div.DivClassName
{
background-color: #F9D7F2;
}
.BgClassName
{
background-color: #F9D7F2;
}
</style>
border-color css
<style>
span { border-color: #F9D7F2; }
span { border-color: rgb(249,215,242); }
td.TdClassName
{
border-color: #F9D7F2;
}
.TagClassName
{
border-color: #F9D7F2;
}
</style>