Shades of Amour #F1E9ED
Tints of Amour #F1E9ED
RGB
CMYK
RGB Variations
Color information
#F1E9ED (or 0xF1E9ED) is known color: Amour. HEX triplet: F1, E9 and ED. RGB value is (241,233,237). Sum of RGB (Red+Green+Blue) = 241+233+237=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E9ED is #0E1612. Grayscale: #EBEBEB. Windows color (decimal): -923155 or 15591921. OLE color: 15591921.
HSL color Cylindrical-coordinate representation of color #F1E9ED: hue angle of 330º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1E9ED is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 237 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.05 |
| HSL | 330º | 0.22% | 0.93% | - |
| HSV(B) | 330º | 0.03% | 0.95% | - |
| XYZ | 80.7 | 83.09 | 91.91 | - |
| YUV | 235.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 237 | 0 | 0.03 | 0.02 | 0.05 | 330 | 0.22 | 0.93 |
| Hex | F1 | E9 | ED | 0 | 3 | 2 | 5 | 14A | 16 | 5D |
| Octal | 361 | 351 | 355 | 0 | 3 | 2 | 5 | 512 | 26 | 135 |
| Binary | 11110001 | 11101001 | 11101101 | 0 | 11 | 10 | 101 | 101001010 | 10110 | 1011101 |
Color Harmonies of #F1E9ED
Complementary color
Monochromatic Colors of #F1E9ED
Black with #F1E9ED
Text Example
Text Example
White with #F1E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9ED; }
p { color: rgb(241,233,237); }
H1.HeaderClassName
{
color: #F1E9ED;
}
.AnyTagClassName
{
color: #F1E9ED;
}
</style>
background-color css
<style>
a { background-color: #F1E9ED; }
a { background-color: rgb(241,233,237); }
div.DivClassName
{
background-color: #F1E9ED;
}
.BgClassName
{
background-color: #F1E9ED;
}
</style>
border-color css
<style>
span { border-color: #F1E9ED; }
span { border-color: rgb(241,233,237); }
td.TdClassName
{
border-color: #F1E9ED;
}
.TagClassName
{
border-color: #F1E9ED;
}
</style>