Shades of Snuff #F1D2EF
Tints of Snuff #F1D2EF
RGB
CMYK
RGB Variations
Color information
#F1D2EF (or 0xF1D2EF) is known color: Snuff. HEX triplet: F1, D2 and EF. RGB value is (241,210,239). Sum of RGB (Red+Green+Blue) = 241+210+239=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2EF is #0E2D10. Grayscale: #DEDEDE. Windows color (decimal): -929041 or 15717105. OLE color: 15717105.
HSL color Cylindrical-coordinate representation of color #F1D2EF: hue angle of 303.87º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D2EF is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 239 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.05 |
| HSL | 303.87º | 0.53% | 0.88% | - |
| HSV(B) | 303.87º | 0.13% | 0.95% | - |
| XYZ | 74.9 | 71.03 | 91.42 | - |
| YUV | 222.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 239 | 0 | 0.13 | 0.01 | 0.05 | 303.87 | 0.53 | 0.88 |
| Hex | F1 | D2 | EF | 0 | D | 1 | 5 | 130 | 35 | 58 |
| Octal | 361 | 322 | 357 | 0 | 15 | 1 | 5 | 460 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11101111 | 0 | 1101 | 1 | 101 | 100110000 | 110101 | 1011000 |
Color Harmonies of #F1D2EF
Complementary color
Monochromatic Colors of #F1D2EF
Black with #F1D2EF
Text Example
Text Example
White with #F1D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2EF; }
p { color: rgb(241,210,239); }
H1.HeaderClassName
{
color: #F1D2EF;
}
.AnyTagClassName
{
color: #F1D2EF;
}
</style>
background-color css
<style>
a { background-color: #F1D2EF; }
a { background-color: rgb(241,210,239); }
div.DivClassName
{
background-color: #F1D2EF;
}
.BgClassName
{
background-color: #F1D2EF;
}
</style>
border-color css
<style>
span { border-color: #F1D2EF; }
span { border-color: rgb(241,210,239); }
td.TdClassName
{
border-color: #F1D2EF;
}
.TagClassName
{
border-color: #F1D2EF;
}
</style>