Shades of Snuff #F1D2EA
Tints of Snuff #F1D2EA
RGB
CMYK
RGB Variations
Color information
#F1D2EA (or 0xF1D2EA) is known color: Snuff. HEX triplet: F1, D2 and EA. RGB value is (241,210,234). Sum of RGB (Red+Green+Blue) = 241+210+234=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2EA is #0E2D15. Grayscale: #DDDDDD. Windows color (decimal): -929046 or 15389425. OLE color: 15389425.
HSL color Cylindrical-coordinate representation of color #F1D2EA: hue angle of 313.55º 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 #F1D2EA is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 234 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.05 |
| HSL | 313.55º | 0.53% | 0.88% | - |
| HSV(B) | 313.55º | 0.13% | 0.95% | - |
| XYZ | 74.17 | 70.73 | 87.59 | - |
| YUV | 222.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 234 | 0 | 0.13 | 0.03 | 0.05 | 313.55 | 0.53 | 0.88 |
| Hex | F1 | D2 | EA | 0 | D | 3 | 5 | 13A | 35 | 58 |
| Octal | 361 | 322 | 352 | 0 | 15 | 3 | 5 | 472 | 65 | 130 |
| Binary | 11110001 | 11010010 | 11101010 | 0 | 1101 | 11 | 101 | 100111010 | 110101 | 1011000 |
Color Harmonies of #F1D2EA
Complementary color
Monochromatic Colors of #F1D2EA
Black with #F1D2EA
Text Example
Text Example
White with #F1D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2EA; }
p { color: rgb(241,210,234); }
H1.HeaderClassName
{
color: #F1D2EA;
}
.AnyTagClassName
{
color: #F1D2EA;
}
</style>
background-color css
<style>
a { background-color: #F1D2EA; }
a { background-color: rgb(241,210,234); }
div.DivClassName
{
background-color: #F1D2EA;
}
.BgClassName
{
background-color: #F1D2EA;
}
</style>
border-color css
<style>
span { border-color: #F1D2EA; }
span { border-color: rgb(241,210,234); }
td.TdClassName
{
border-color: #F1D2EA;
}
.TagClassName
{
border-color: #F1D2EA;
}
</style>