Shades of Snuff #F8DBF1
Tints of Snuff #F8DBF1
RGB
CMYK
RGB Variations
Color information
#F8DBF1 (or 0xF8DBF1) is known color: Snuff. HEX triplet: F8, DB and F1. RGB value is (248,219,241). Sum of RGB (Red+Green+Blue) = 248+219+241=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBF1 is #07240E. Grayscale: #E6E6E6. Windows color (decimal): -467983 or 15850488. OLE color: 15850488.
HSL color Cylindrical-coordinate representation of color #F8DBF1: hue angle of 314.48º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBF1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 241 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.03 |
| HSL | 314.48º | 0.67% | 0.92% | - |
| HSV(B) | 314.48º | 0.12% | 0.97% | - |
| XYZ | 79.92 | 76.97 | 93.86 | - |
| YUV | 230.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 241 | 0 | 0.12 | 0.03 | 0.03 | 314.48 | 0.67 | 0.92 |
| Hex | F8 | DB | F1 | 0 | C | 3 | 3 | 13A | 43 | 5C |
| Octal | 370 | 333 | 361 | 0 | 14 | 3 | 3 | 472 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11110001 | 0 | 1100 | 11 | 11 | 100111010 | 1000011 | 1011100 |
Color Harmonies of #F8DBF1
Complementary color
Monochromatic Colors of #F8DBF1
Black with #F8DBF1
Text Example
Text Example
White with #F8DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBF1; }
p { color: rgb(248,219,241); }
H1.HeaderClassName
{
color: #F8DBF1;
}
.AnyTagClassName
{
color: #F8DBF1;
}
</style>
background-color css
<style>
a { background-color: #F8DBF1; }
a { background-color: rgb(248,219,241); }
div.DivClassName
{
background-color: #F8DBF1;
}
.BgClassName
{
background-color: #F8DBF1;
}
</style>
border-color css
<style>
span { border-color: #F8DBF1; }
span { border-color: rgb(248,219,241); }
td.TdClassName
{
border-color: #F8DBF1;
}
.TagClassName
{
border-color: #F8DBF1;
}
</style>