Shades of Snuff #F1D5EE
Tints of Snuff #F1D5EE
RGB
CMYK
RGB Variations
Color information
#F1D5EE (or 0xF1D5EE) is known color: Snuff. HEX triplet: F1, D5 and EE. RGB value is (241,213,238). Sum of RGB (Red+Green+Blue) = 241+213+238=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5EE is #0E2A11. Grayscale: #E0E0E0. Windows color (decimal): -928274 or 15652337. OLE color: 15652337.
HSL color Cylindrical-coordinate representation of color #F1D5EE: hue angle of 306.43º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D5EE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 238 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.05 |
| HSL | 306.43º | 0.5% | 0.89% | - |
| HSV(B) | 306.43º | 0.12% | 0.95% | - |
| XYZ | 75.5 | 72.46 | 90.9 | - |
| YUV | 224.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 238 | 0 | 0.12 | 0.01 | 0.05 | 306.43 | 0.5 | 0.89 |
| Hex | F1 | D5 | EE | 0 | C | 1 | 5 | 132 | 32 | 59 |
| Octal | 361 | 325 | 356 | 0 | 14 | 1 | 5 | 462 | 62 | 131 |
| Binary | 11110001 | 11010101 | 11101110 | 0 | 1100 | 1 | 101 | 100110010 | 110010 | 1011001 |
Color Harmonies of #F1D5EE
Complementary color
Monochromatic Colors of #F1D5EE
Black with #F1D5EE
Text Example
Text Example
White with #F1D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5EE; }
p { color: rgb(241,213,238); }
H1.HeaderClassName
{
color: #F1D5EE;
}
.AnyTagClassName
{
color: #F1D5EE;
}
</style>
background-color css
<style>
a { background-color: #F1D5EE; }
a { background-color: rgb(241,213,238); }
div.DivClassName
{
background-color: #F1D5EE;
}
.BgClassName
{
background-color: #F1D5EE;
}
</style>
border-color css
<style>
span { border-color: #F1D5EE; }
span { border-color: rgb(241,213,238); }
td.TdClassName
{
border-color: #F1D5EE;
}
.TagClassName
{
border-color: #F1D5EE;
}
</style>