Shades of Snuff #F1D4EF
Tints of Snuff #F1D4EF
RGB
CMYK
RGB Variations
Color information
#F1D4EF (or 0xF1D4EF) is known color: Snuff. HEX triplet: F1, D4 and EF. RGB value is (241,212,239). Sum of RGB (Red+Green+Blue) = 241+212+239=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 212 (83.20% from 255 or 30.64% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4EF is #0E2B10. Grayscale: #DFDFDF. Windows color (decimal): -928529 or 15717617. OLE color: 15717617.
HSL color Cylindrical-coordinate representation of color #F1D4EF: hue angle of 304.14º 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 #F1D4EF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 239 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.05 |
| HSL | 304.14º | 0.51% | 0.89% | - |
| HSV(B) | 304.14º | 0.12% | 0.95% | - |
| XYZ | 75.4 | 72.02 | 91.59 | - |
| YUV | 223.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 239 | 0 | 0.12 | 0.01 | 0.05 | 304.14 | 0.51 | 0.89 |
| Hex | F1 | D4 | EF | 0 | C | 1 | 5 | 130 | 33 | 59 |
| Octal | 361 | 324 | 357 | 0 | 14 | 1 | 5 | 460 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11101111 | 0 | 1100 | 1 | 101 | 100110000 | 110011 | 1011001 |
Color Harmonies of #F1D4EF
Complementary color
Monochromatic Colors of #F1D4EF
Black with #F1D4EF
Text Example
Text Example
White with #F1D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4EF; }
p { color: rgb(241,212,239); }
H1.HeaderClassName
{
color: #F1D4EF;
}
.AnyTagClassName
{
color: #F1D4EF;
}
</style>
background-color css
<style>
a { background-color: #F1D4EF; }
a { background-color: rgb(241,212,239); }
div.DivClassName
{
background-color: #F1D4EF;
}
.BgClassName
{
background-color: #F1D4EF;
}
</style>
border-color css
<style>
span { border-color: #F1D4EF; }
span { border-color: rgb(241,212,239); }
td.TdClassName
{
border-color: #F1D4EF;
}
.TagClassName
{
border-color: #F1D4EF;
}
</style>