Shades of Snuff #F8D8F6
Tints of Snuff #F8D8F6
RGB
CMYK
RGB Variations
Color information
#F8D8F6 (or 0xF8D8F6) is known color: Snuff. HEX triplet: F8, D8 and F6. RGB value is (248,216,246). Sum of RGB (Red+Green+Blue) = 248+216+246=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D8F6 is #072709. Grayscale: #E4E4E4. Windows color (decimal): -468746 or 16177400. OLE color: 16177400.
HSL color Cylindrical-coordinate representation of color #F8D8F6: hue angle of 303.75º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D8F6 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 246 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.03 |
| HSL | 303.75º | 0.7% | 0.91% | - |
| HSV(B) | 303.75º | 0.13% | 0.97% | - |
| XYZ | 79.9 | 75.72 | 97.59 | - |
| YUV | 228.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 246 | 0 | 0.13 | 0.01 | 0.03 | 303.75 | 0.7 | 0.91 |
| Hex | F8 | D8 | F6 | 0 | D | 1 | 3 | 130 | 46 | 5B |
| Octal | 370 | 330 | 366 | 0 | 15 | 1 | 3 | 460 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11110110 | 0 | 1101 | 1 | 11 | 100110000 | 1000110 | 1011011 |
Color Harmonies of #F8D8F6
Complementary color
Monochromatic Colors of #F8D8F6
Black with #F8D8F6
Text Example
Text Example
White with #F8D8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8F6; }
p { color: rgb(248,216,246); }
H1.HeaderClassName
{
color: #F8D8F6;
}
.AnyTagClassName
{
color: #F8D8F6;
}
</style>
background-color css
<style>
a { background-color: #F8D8F6; }
a { background-color: rgb(248,216,246); }
div.DivClassName
{
background-color: #F8D8F6;
}
.BgClassName
{
background-color: #F8D8F6;
}
</style>
border-color css
<style>
span { border-color: #F8D8F6; }
span { border-color: rgb(248,216,246); }
td.TdClassName
{
border-color: #F8D8F6;
}
.TagClassName
{
border-color: #F8D8F6;
}
</style>