Shades of Amour #F1E6E9
Tints of Amour #F1E6E9
RGB
CMYK
RGB Variations
Color information
#F1E6E9 (or 0xF1E6E9) is known color: Amour. HEX triplet: F1, E6 and E9. RGB value is (241,230,233). Sum of RGB (Red+Green+Blue) = 241+230+233=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6E9 is #0E1916. Grayscale: #E9E9E9. Windows color (decimal): -923927 or 15329009. OLE color: 15329009.
HSL color Cylindrical-coordinate representation of color #F1E6E9: hue angle of 343.64º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E6E9 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 233 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.05 |
| HSL | 343.64º | 0.28% | 0.92% | - |
| HSV(B) | 343.64º | 0.05% | 0.95% | - |
| XYZ | 79.28 | 81.18 | 88.58 | - |
| YUV | 233.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 233 | 0 | 0.05 | 0.03 | 0.05 | 343.64 | 0.28 | 0.92 |
| Hex | F1 | E6 | E9 | 0 | 5 | 3 | 5 | 158 | 1C | 5C |
| Octal | 361 | 346 | 351 | 0 | 5 | 3 | 5 | 530 | 34 | 134 |
| Binary | 11110001 | 11100110 | 11101001 | 0 | 101 | 11 | 101 | 101011000 | 11100 | 1011100 |
Color Harmonies of #F1E6E9
Complementary color
Monochromatic Colors of #F1E6E9
Black with #F1E6E9
Text Example
Text Example
White with #F1E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6E9; }
p { color: rgb(241,230,233); }
H1.HeaderClassName
{
color: #F1E6E9;
}
.AnyTagClassName
{
color: #F1E6E9;
}
</style>
background-color css
<style>
a { background-color: #F1E6E9; }
a { background-color: rgb(241,230,233); }
div.DivClassName
{
background-color: #F1E6E9;
}
.BgClassName
{
background-color: #F1E6E9;
}
</style>
border-color css
<style>
span { border-color: #F1E6E9; }
span { border-color: rgb(241,230,233); }
td.TdClassName
{
border-color: #F1E6E9;
}
.TagClassName
{
border-color: #F1E6E9;
}
</style>