Shades of Snuff #F1DBEF
Tints of Snuff #F1DBEF
RGB
CMYK
RGB Variations
Color information
#F1DBEF (or 0xF1DBEF) is known color: Snuff. HEX triplet: F1, DB and EF. RGB value is (241,219,239). Sum of RGB (Red+Green+Blue) = 241+219+239=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBEF is #0E2410. Grayscale: #E3E3E3. Windows color (decimal): -926737 or 15719409. OLE color: 15719409.
HSL color Cylindrical-coordinate representation of color #F1DBEF: hue angle of 305.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBEF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 239 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.05 |
| HSL | 305.45º | 0.44% | 0.9% | - |
| HSV(B) | 305.45º | 0.09% | 0.95% | - |
| XYZ | 77.19 | 75.6 | 92.18 | - |
| YUV | 227.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 239 | 0 | 0.09 | 0.01 | 0.05 | 305.45 | 0.44 | 0.9 |
| Hex | F1 | DB | EF | 0 | 9 | 1 | 5 | 131 | 2C | 5A |
| Octal | 361 | 333 | 357 | 0 | 11 | 1 | 5 | 461 | 54 | 132 |
| Binary | 11110001 | 11011011 | 11101111 | 0 | 1001 | 1 | 101 | 100110001 | 101100 | 1011010 |
Color Harmonies of #F1DBEF
Complementary color
Monochromatic Colors of #F1DBEF
Black with #F1DBEF
Text Example
Text Example
White with #F1DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBEF; }
p { color: rgb(241,219,239); }
H1.HeaderClassName
{
color: #F1DBEF;
}
.AnyTagClassName
{
color: #F1DBEF;
}
</style>
background-color css
<style>
a { background-color: #F1DBEF; }
a { background-color: rgb(241,219,239); }
div.DivClassName
{
background-color: #F1DBEF;
}
.BgClassName
{
background-color: #F1DBEF;
}
</style>
border-color css
<style>
span { border-color: #F1DBEF; }
span { border-color: rgb(241,219,239); }
td.TdClassName
{
border-color: #F1DBEF;
}
.TagClassName
{
border-color: #F1DBEF;
}
</style>