Shades of Snuff #F1D8EB
Tints of Snuff #F1D8EB
RGB
CMYK
RGB Variations
Color information
#F1D8EB (or 0xF1D8EB) is known color: Snuff. HEX triplet: F1, D8 and EB. RGB value is (241,216,235). Sum of RGB (Red+Green+Blue) = 241+216+235=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8EB is #0E2714. Grayscale: #E1E1E1. Windows color (decimal): -927509 or 15456497. OLE color: 15456497.
HSL color Cylindrical-coordinate representation of color #F1D8EB: hue angle of 314.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8EB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 235 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 314.4º | 0.47% | 0.9% | - |
| HSV(B) | 314.4º | 0.1% | 0.95% | - |
| XYZ | 75.83 | 73.81 | 88.85 | - |
| YUV | 225.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 235 | 0 | 0.10 | 0.02 | 0.05 | 314.4 | 0.47 | 0.9 |
| Hex | F1 | D8 | EB | 0 | A | 2 | 5 | 13A | 2F | 5A |
| Octal | 361 | 330 | 353 | 0 | 12 | 2 | 5 | 472 | 57 | 132 |
| Binary | 11110001 | 11011000 | 11101011 | 0 | 1010 | 10 | 101 | 100111010 | 101111 | 1011010 |
Color Harmonies of #F1D8EB
Complementary color
Monochromatic Colors of #F1D8EB
Black with #F1D8EB
Text Example
Text Example
White with #F1D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8EB; }
p { color: rgb(241,216,235); }
H1.HeaderClassName
{
color: #F1D8EB;
}
.AnyTagClassName
{
color: #F1D8EB;
}
</style>
background-color css
<style>
a { background-color: #F1D8EB; }
a { background-color: rgb(241,216,235); }
div.DivClassName
{
background-color: #F1D8EB;
}
.BgClassName
{
background-color: #F1D8EB;
}
</style>
border-color css
<style>
span { border-color: #F1D8EB; }
span { border-color: rgb(241,216,235); }
td.TdClassName
{
border-color: #F1D8EB;
}
.TagClassName
{
border-color: #F1D8EB;
}
</style>