Shades of Snuff #F1DBEE
Tints of Snuff #F1DBEE
RGB
CMYK
RGB Variations
Color information
#F1DBEE (or 0xF1DBEE) is known color: Snuff. HEX triplet: F1, DB and EE. RGB value is (241,219,238). Sum of RGB (Red+Green+Blue) = 241+219+238=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBEE is #0E2411. Grayscale: #E3E3E3. Windows color (decimal): -926738 or 15653873. OLE color: 15653873.
HSL color Cylindrical-coordinate representation of color #F1DBEE: hue angle of 308.18º 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 #F1DBEE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 238 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.05 |
| HSL | 308.18º | 0.44% | 0.9% | - |
| HSV(B) | 308.18º | 0.09% | 0.95% | - |
| XYZ | 77.04 | 75.54 | 91.41 | - |
| YUV | 227.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 238 | 0 | 0.09 | 0.01 | 0.05 | 308.18 | 0.44 | 0.9 |
| Hex | F1 | DB | EE | 0 | 9 | 1 | 5 | 134 | 2C | 5A |
| Octal | 361 | 333 | 356 | 0 | 11 | 1 | 5 | 464 | 54 | 132 |
| Binary | 11110001 | 11011011 | 11101110 | 0 | 1001 | 1 | 101 | 100110100 | 101100 | 1011010 |
Color Harmonies of #F1DBEE
Complementary color
Monochromatic Colors of #F1DBEE
Black with #F1DBEE
Text Example
Text Example
White with #F1DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBEE; }
p { color: rgb(241,219,238); }
H1.HeaderClassName
{
color: #F1DBEE;
}
.AnyTagClassName
{
color: #F1DBEE;
}
</style>
background-color css
<style>
a { background-color: #F1DBEE; }
a { background-color: rgb(241,219,238); }
div.DivClassName
{
background-color: #F1DBEE;
}
.BgClassName
{
background-color: #F1DBEE;
}
</style>
border-color css
<style>
span { border-color: #F1DBEE; }
span { border-color: rgb(241,219,238); }
td.TdClassName
{
border-color: #F1DBEE;
}
.TagClassName
{
border-color: #F1DBEE;
}
</style>