Shades of Snuff #F1D8EF
Tints of Snuff #F1D8EF
RGB
CMYK
RGB Variations
Color information
#F1D8EF (or 0xF1D8EF) is known color: Snuff. HEX triplet: F1, D8 and EF. RGB value is (241,216,239). Sum of RGB (Red+Green+Blue) = 241+216+239=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8EF is #0E2710. Grayscale: #E2E2E2. Windows color (decimal): -927505 or 15718641. OLE color: 15718641.
HSL color Cylindrical-coordinate representation of color #F1D8EF: hue angle of 304.8º 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 #F1D8EF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 239 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.05 |
| HSL | 304.8º | 0.47% | 0.9% | - |
| HSV(B) | 304.8º | 0.1% | 0.95% | - |
| XYZ | 76.41 | 74.04 | 91.93 | - |
| YUV | 226.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 239 | 0 | 0.10 | 0.01 | 0.05 | 304.8 | 0.47 | 0.9 |
| Hex | F1 | D8 | EF | 0 | A | 1 | 5 | 131 | 2F | 5A |
| Octal | 361 | 330 | 357 | 0 | 12 | 1 | 5 | 461 | 57 | 132 |
| Binary | 11110001 | 11011000 | 11101111 | 0 | 1010 | 1 | 101 | 100110001 | 101111 | 1011010 |
Color Harmonies of #F1D8EF
Complementary color
Monochromatic Colors of #F1D8EF
Black with #F1D8EF
Text Example
Text Example
White with #F1D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8EF; }
p { color: rgb(241,216,239); }
H1.HeaderClassName
{
color: #F1D8EF;
}
.AnyTagClassName
{
color: #F1D8EF;
}
</style>
background-color css
<style>
a { background-color: #F1D8EF; }
a { background-color: rgb(241,216,239); }
div.DivClassName
{
background-color: #F1D8EF;
}
.BgClassName
{
background-color: #F1D8EF;
}
</style>
border-color css
<style>
span { border-color: #F1D8EF; }
span { border-color: rgb(241,216,239); }
td.TdClassName
{
border-color: #F1D8EF;
}
.TagClassName
{
border-color: #F1D8EF;
}
</style>