Shades of Snuff #F8D6F2
Tints of Snuff #F8D6F2
RGB
CMYK
RGB Variations
Color information
#F8D6F2 (or 0xF8D6F2) is known color: Snuff. HEX triplet: F8, D6 and F2. RGB value is (248,214,242). Sum of RGB (Red+Green+Blue) = 248+214+242=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D6F2 is #07290D. Grayscale: #E3E3E3. Windows color (decimal): -469262 or 15914744. OLE color: 15914744.
HSL color Cylindrical-coordinate representation of color #F8D6F2: hue angle of 310.59º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6F2 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 242 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.03 |
| HSL | 310.59º | 0.71% | 0.91% | - |
| HSV(B) | 310.59º | 0.14% | 0.97% | - |
| XYZ | 78.78 | 74.46 | 94.22 | - |
| YUV | 227.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 242 | 0 | 0.14 | 0.02 | 0.03 | 310.59 | 0.71 | 0.91 |
| Hex | F8 | D6 | F2 | 0 | E | 2 | 3 | 137 | 47 | 5B |
| Octal | 370 | 326 | 362 | 0 | 16 | 2 | 3 | 467 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11110010 | 0 | 1110 | 10 | 11 | 100110111 | 1000111 | 1011011 |
Color Harmonies of #F8D6F2
Complementary color
Monochromatic Colors of #F8D6F2
Black with #F8D6F2
Text Example
Text Example
White with #F8D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6F2; }
p { color: rgb(248,214,242); }
H1.HeaderClassName
{
color: #F8D6F2;
}
.AnyTagClassName
{
color: #F8D6F2;
}
</style>
background-color css
<style>
a { background-color: #F8D6F2; }
a { background-color: rgb(248,214,242); }
div.DivClassName
{
background-color: #F8D6F2;
}
.BgClassName
{
background-color: #F8D6F2;
}
</style>
border-color css
<style>
span { border-color: #F8D6F2; }
span { border-color: rgb(248,214,242); }
td.TdClassName
{
border-color: #F8D6F2;
}
.TagClassName
{
border-color: #F8D6F2;
}
</style>