Shades of Amour #F1E6EC
Tints of Amour #F1E6EC
RGB
CMYK
RGB Variations
Color information
#F1E6EC (or 0xF1E6EC) is known color: Amour. HEX triplet: F1, E6 and EC. RGB value is (241,230,236). Sum of RGB (Red+Green+Blue) = 241+230+236=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6EC is #0E1913. Grayscale: #E9E9E9. Windows color (decimal): -923924 or 15525617. OLE color: 15525617.
HSL color Cylindrical-coordinate representation of color #F1E6EC: hue angle of 327.27º 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 #F1E6EC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 236 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.05 |
| HSL | 327.27º | 0.28% | 0.92% | - |
| HSV(B) | 327.27º | 0.05% | 0.95% | - |
| XYZ | 79.71 | 81.35 | 90.86 | - |
| YUV | 233.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 236 | 0 | 0.05 | 0.02 | 0.05 | 327.27 | 0.28 | 0.92 |
| Hex | F1 | E6 | EC | 0 | 5 | 2 | 5 | 147 | 1C | 5C |
| Octal | 361 | 346 | 354 | 0 | 5 | 2 | 5 | 507 | 34 | 134 |
| Binary | 11110001 | 11100110 | 11101100 | 0 | 101 | 10 | 101 | 101000111 | 11100 | 1011100 |
Color Harmonies of #F1E6EC
Complementary color
Monochromatic Colors of #F1E6EC
Black with #F1E6EC
Text Example
Text Example
White with #F1E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6EC; }
p { color: rgb(241,230,236); }
H1.HeaderClassName
{
color: #F1E6EC;
}
.AnyTagClassName
{
color: #F1E6EC;
}
</style>
background-color css
<style>
a { background-color: #F1E6EC; }
a { background-color: rgb(241,230,236); }
div.DivClassName
{
background-color: #F1E6EC;
}
.BgClassName
{
background-color: #F1E6EC;
}
</style>
border-color css
<style>
span { border-color: #F1E6EC; }
span { border-color: rgb(241,230,236); }
td.TdClassName
{
border-color: #F1E6EC;
}
.TagClassName
{
border-color: #F1E6EC;
}
</style>