Shades of Snuff #F8DAF1
Tints of Snuff #F8DAF1
RGB
CMYK
RGB Variations
Color information
#F8DAF1 (or 0xF8DAF1) is known color: Snuff. HEX triplet: F8, DA and F1. RGB value is (248,218,241). Sum of RGB (Red+Green+Blue) = 248+218+241=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAF1 is #07250E. Grayscale: #E5E5E5. Windows color (decimal): -468239 or 15850232. OLE color: 15850232.
HSL color Cylindrical-coordinate representation of color #F8DAF1: hue angle of 314º degrees, saturation: 0.68, 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 #F8DAF1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 241 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.03 |
| HSL | 314º | 0.68% | 0.91% | - |
| HSV(B) | 314º | 0.12% | 0.97% | - |
| XYZ | 79.66 | 76.45 | 93.78 | - |
| YUV | 229.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 241 | 0 | 0.12 | 0.03 | 0.03 | 314 | 0.68 | 0.91 |
| Hex | F8 | DA | F1 | 0 | C | 3 | 3 | 13A | 44 | 5B |
| Octal | 370 | 332 | 361 | 0 | 14 | 3 | 3 | 472 | 104 | 133 |
| Binary | 11111000 | 11011010 | 11110001 | 0 | 1100 | 11 | 11 | 100111010 | 1000100 | 1011011 |
Color Harmonies of #F8DAF1
Complementary color
Monochromatic Colors of #F8DAF1
Black with #F8DAF1
Text Example
Text Example
White with #F8DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAF1; }
p { color: rgb(248,218,241); }
H1.HeaderClassName
{
color: #F8DAF1;
}
.AnyTagClassName
{
color: #F8DAF1;
}
</style>
background-color css
<style>
a { background-color: #F8DAF1; }
a { background-color: rgb(248,218,241); }
div.DivClassName
{
background-color: #F8DAF1;
}
.BgClassName
{
background-color: #F8DAF1;
}
</style>
border-color css
<style>
span { border-color: #F8DAF1; }
span { border-color: rgb(248,218,241); }
td.TdClassName
{
border-color: #F8DAF1;
}
.TagClassName
{
border-color: #F8DAF1;
}
</style>