Shades of Snuff #F8D8F3
Tints of Snuff #F8D8F3
RGB
CMYK
RGB Variations
Color information
#F8D8F3 (or 0xF8D8F3) is known color: Snuff. HEX triplet: F8, D8 and F3. RGB value is (248,216,243). Sum of RGB (Red+Green+Blue) = 248+216+243=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D8F3 is #07270C. Grayscale: #E4E4E4. Windows color (decimal): -468749 or 15980792. OLE color: 15980792.
HSL color Cylindrical-coordinate representation of color #F8D8F3: hue angle of 309.38º 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 #F8D8F3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 243 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.03 |
| HSL | 309.38º | 0.7% | 0.91% | - |
| HSV(B) | 309.38º | 0.13% | 0.97% | - |
| XYZ | 79.44 | 75.54 | 95.19 | - |
| YUV | 228.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 243 | 0 | 0.13 | 0.02 | 0.03 | 309.38 | 0.7 | 0.91 |
| Hex | F8 | D8 | F3 | 0 | D | 2 | 3 | 135 | 46 | 5B |
| Octal | 370 | 330 | 363 | 0 | 15 | 2 | 3 | 465 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11110011 | 0 | 1101 | 10 | 11 | 100110101 | 1000110 | 1011011 |
Color Harmonies of #F8D8F3
Complementary color
Monochromatic Colors of #F8D8F3
Black with #F8D8F3
Text Example
Text Example
White with #F8D8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8F3; }
p { color: rgb(248,216,243); }
H1.HeaderClassName
{
color: #F8D8F3;
}
.AnyTagClassName
{
color: #F8D8F3;
}
</style>
background-color css
<style>
a { background-color: #F8D8F3; }
a { background-color: rgb(248,216,243); }
div.DivClassName
{
background-color: #F8D8F3;
}
.BgClassName
{
background-color: #F8D8F3;
}
</style>
border-color css
<style>
span { border-color: #F8D8F3; }
span { border-color: rgb(248,216,243); }
td.TdClassName
{
border-color: #F8D8F3;
}
.TagClassName
{
border-color: #F8D8F3;
}
</style>