Shades of Snuff #F1D4EE
Tints of Snuff #F1D4EE
RGB
CMYK
RGB Variations
Color information
#F1D4EE (or 0xF1D4EE) is known color: Snuff. HEX triplet: F1, D4 and EE. RGB value is (241,212,238). Sum of RGB (Red+Green+Blue) = 241+212+238=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 212 (83.20% from 255 or 30.68% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4EE is #0E2B11. Grayscale: #DFDFDF. Windows color (decimal): -928530 or 15652081. OLE color: 15652081.
HSL color Cylindrical-coordinate representation of color #F1D4EE: hue angle of 306.21º degrees, saturation: 0.51, 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 #F1D4EE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 238 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.05 |
| HSL | 306.21º | 0.51% | 0.89% | - |
| HSV(B) | 306.21º | 0.12% | 0.95% | - |
| XYZ | 75.25 | 71.96 | 90.81 | - |
| YUV | 223.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 238 | 0 | 0.12 | 0.01 | 0.05 | 306.21 | 0.51 | 0.89 |
| Hex | F1 | D4 | EE | 0 | C | 1 | 5 | 132 | 33 | 59 |
| Octal | 361 | 324 | 356 | 0 | 14 | 1 | 5 | 462 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11101110 | 0 | 1100 | 1 | 101 | 100110010 | 110011 | 1011001 |
Color Harmonies of #F1D4EE
Complementary color
Monochromatic Colors of #F1D4EE
Black with #F1D4EE
Text Example
Text Example
White with #F1D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4EE; }
p { color: rgb(241,212,238); }
H1.HeaderClassName
{
color: #F1D4EE;
}
.AnyTagClassName
{
color: #F1D4EE;
}
</style>
background-color css
<style>
a { background-color: #F1D4EE; }
a { background-color: rgb(241,212,238); }
div.DivClassName
{
background-color: #F1D4EE;
}
.BgClassName
{
background-color: #F1D4EE;
}
</style>
border-color css
<style>
span { border-color: #F1D4EE; }
span { border-color: rgb(241,212,238); }
td.TdClassName
{
border-color: #F1D4EE;
}
.TagClassName
{
border-color: #F1D4EE;
}
</style>