Shades of Snuff #F8DCF1
Tints of Snuff #F8DCF1
RGB
CMYK
RGB Variations
Color information
#F8DCF1 (or 0xF8DCF1) is known color: Snuff. HEX triplet: F8, DC and F1. RGB value is (248,220,241). Sum of RGB (Red+Green+Blue) = 248+220+241=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCF1 is #07230E. Grayscale: #E6E6E6. Windows color (decimal): -467727 or 15850744. OLE color: 15850744.
HSL color Cylindrical-coordinate representation of color #F8DCF1: hue angle of 315º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DCF1 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 241 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.03 |
| HSL | 315º | 0.67% | 0.92% | - |
| HSV(B) | 315º | 0.11% | 0.97% | - |
| XYZ | 80.18 | 77.49 | 93.95 | - |
| YUV | 230.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 241 | 0 | 0.11 | 0.03 | 0.03 | 315 | 0.67 | 0.92 |
| Hex | F8 | DC | F1 | 0 | B | 3 | 3 | 13B | 43 | 5C |
| Octal | 370 | 334 | 361 | 0 | 13 | 3 | 3 | 473 | 103 | 134 |
| Binary | 11111000 | 11011100 | 11110001 | 0 | 1011 | 11 | 11 | 100111011 | 1000011 | 1011100 |
Color Harmonies of #F8DCF1
Complementary color
Monochromatic Colors of #F8DCF1
Black with #F8DCF1
Text Example
Text Example
White with #F8DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCF1; }
p { color: rgb(248,220,241); }
H1.HeaderClassName
{
color: #F8DCF1;
}
.AnyTagClassName
{
color: #F8DCF1;
}
</style>
background-color css
<style>
a { background-color: #F8DCF1; }
a { background-color: rgb(248,220,241); }
div.DivClassName
{
background-color: #F8DCF1;
}
.BgClassName
{
background-color: #F8DCF1;
}
</style>
border-color css
<style>
span { border-color: #F8DCF1; }
span { border-color: rgb(248,220,241); }
td.TdClassName
{
border-color: #F8DCF1;
}
.TagClassName
{
border-color: #F8DCF1;
}
</style>