Shades of Snuff #F1D3EE
Tints of Snuff #F1D3EE
RGB
CMYK
RGB Variations
Color information
#F1D3EE (or 0xF1D3EE) is known color: Snuff. HEX triplet: F1, D3 and EE. RGB value is (241,211,238). Sum of RGB (Red+Green+Blue) = 241+211+238=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D3EE is #0E2C11. Grayscale: #DEDEDE. Windows color (decimal): -928786 or 15651825. OLE color: 15651825.
HSL color Cylindrical-coordinate representation of color #F1D3EE: hue angle of 306º degrees, saturation: 0.52, 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 #F1D3EE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 238 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.05 |
| HSL | 306º | 0.52% | 0.89% | - |
| HSV(B) | 306º | 0.12% | 0.95% | - |
| XYZ | 75 | 71.46 | 90.73 | - |
| YUV | 223.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 238 | 0 | 0.12 | 0.01 | 0.05 | 306 | 0.52 | 0.89 |
| Hex | F1 | D3 | EE | 0 | C | 1 | 5 | 132 | 34 | 59 |
| Octal | 361 | 323 | 356 | 0 | 14 | 1 | 5 | 462 | 64 | 131 |
| Binary | 11110001 | 11010011 | 11101110 | 0 | 1100 | 1 | 101 | 100110010 | 110100 | 1011001 |
Color Harmonies of #F1D3EE
Complementary color
Monochromatic Colors of #F1D3EE
Black with #F1D3EE
Text Example
Text Example
White with #F1D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3EE; }
p { color: rgb(241,211,238); }
H1.HeaderClassName
{
color: #F1D3EE;
}
.AnyTagClassName
{
color: #F1D3EE;
}
</style>
background-color css
<style>
a { background-color: #F1D3EE; }
a { background-color: rgb(241,211,238); }
div.DivClassName
{
background-color: #F1D3EE;
}
.BgClassName
{
background-color: #F1D3EE;
}
</style>
border-color css
<style>
span { border-color: #F1D3EE; }
span { border-color: rgb(241,211,238); }
td.TdClassName
{
border-color: #F1D3EE;
}
.TagClassName
{
border-color: #F1D3EE;
}
</style>