Shades of Amour #F1E1E9
Tints of Amour #F1E1E9
RGB
CMYK
RGB Variations
Color information
#F1E1E9 (or 0xF1E1E9) is known color: Amour. HEX triplet: F1, E1 and E9. RGB value is (241,225,233). Sum of RGB (Red+Green+Blue) = 241+225+233=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1E9 is #0E1E16. Grayscale: #E6E6E6. Windows color (decimal): -925207 or 15327729. OLE color: 15327729.
HSL color Cylindrical-coordinate representation of color #F1E1E9: hue angle of 330º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E1E9 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 233 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.05 |
| HSL | 330º | 0.36% | 0.91% | - |
| HSV(B) | 330º | 0.07% | 0.95% | - |
| XYZ | 77.91 | 78.43 | 88.12 | - |
| YUV | 230.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 233 | 0 | 0.07 | 0.03 | 0.05 | 330 | 0.36 | 0.91 |
| Hex | F1 | E1 | E9 | 0 | 7 | 3 | 5 | 14A | 24 | 5B |
| Octal | 361 | 341 | 351 | 0 | 7 | 3 | 5 | 512 | 44 | 133 |
| Binary | 11110001 | 11100001 | 11101001 | 0 | 111 | 11 | 101 | 101001010 | 100100 | 1011011 |
Color Harmonies of #F1E1E9
Complementary color
Monochromatic Colors of #F1E1E9
Black with #F1E1E9
Text Example
Text Example
White with #F1E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1E9; }
p { color: rgb(241,225,233); }
H1.HeaderClassName
{
color: #F1E1E9;
}
.AnyTagClassName
{
color: #F1E1E9;
}
</style>
background-color css
<style>
a { background-color: #F1E1E9; }
a { background-color: rgb(241,225,233); }
div.DivClassName
{
background-color: #F1E1E9;
}
.BgClassName
{
background-color: #F1E1E9;
}
</style>
border-color css
<style>
span { border-color: #F1E1E9; }
span { border-color: rgb(241,225,233); }
td.TdClassName
{
border-color: #F1E1E9;
}
.TagClassName
{
border-color: #F1E1E9;
}
</style>