Shades of Snuff #F8D9F3
Tints of Snuff #F8D9F3
RGB
CMYK
RGB Variations
Color information
#F8D9F3 (or 0xF8D9F3) is known color: Snuff. HEX triplet: F8, D9 and F3. RGB value is (248,217,243). Sum of RGB (Red+Green+Blue) = 248+217+243=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9F3 is #07260C. Grayscale: #E5E5E5. Windows color (decimal): -468493 or 15981048. OLE color: 15981048.
HSL color Cylindrical-coordinate representation of color #F8D9F3: hue angle of 309.68º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8D9F3 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 243 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.03 |
| HSL | 309.68º | 0.69% | 0.91% | - |
| HSV(B) | 309.68º | 0.13% | 0.97% | - |
| XYZ | 79.7 | 76.05 | 95.27 | - |
| YUV | 229.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 243 | 0 | 0.12 | 0.02 | 0.03 | 309.68 | 0.69 | 0.91 |
| Hex | F8 | D9 | F3 | 0 | C | 2 | 3 | 136 | 45 | 5B |
| Octal | 370 | 331 | 363 | 0 | 14 | 2 | 3 | 466 | 105 | 133 |
| Binary | 11111000 | 11011001 | 11110011 | 0 | 1100 | 10 | 11 | 100110110 | 1000101 | 1011011 |
Color Harmonies of #F8D9F3
Complementary color
Monochromatic Colors of #F8D9F3
Black with #F8D9F3
Text Example
Text Example
White with #F8D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9F3; }
p { color: rgb(248,217,243); }
H1.HeaderClassName
{
color: #F8D9F3;
}
.AnyTagClassName
{
color: #F8D9F3;
}
</style>
background-color css
<style>
a { background-color: #F8D9F3; }
a { background-color: rgb(248,217,243); }
div.DivClassName
{
background-color: #F8D9F3;
}
.BgClassName
{
background-color: #F8D9F3;
}
</style>
border-color css
<style>
span { border-color: #F8D9F3; }
span { border-color: rgb(248,217,243); }
td.TdClassName
{
border-color: #F8D9F3;
}
.TagClassName
{
border-color: #F8D9F3;
}
</style>