Shades of Amour #F1E6EA
Tints of Amour #F1E6EA
RGB
CMYK
RGB Variations
Color information
#F1E6EA (or 0xF1E6EA) is known color: Amour. HEX triplet: F1, E6 and EA. RGB value is (241,230,234). Sum of RGB (Red+Green+Blue) = 241+230+234=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6EA is #0E1915. Grayscale: #E9E9E9. Windows color (decimal): -923926 or 15394545. OLE color: 15394545.
HSL color Cylindrical-coordinate representation of color #F1E6EA: hue angle of 338.18º 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 #F1E6EA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 234 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.05 |
| HSL | 338.18º | 0.28% | 0.92% | - |
| HSV(B) | 338.18º | 0.05% | 0.95% | - |
| XYZ | 79.42 | 81.23 | 89.34 | - |
| YUV | 233.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 234 | 0 | 0.05 | 0.03 | 0.05 | 338.18 | 0.28 | 0.92 |
| Hex | F1 | E6 | EA | 0 | 5 | 3 | 5 | 152 | 1C | 5C |
| Octal | 361 | 346 | 352 | 0 | 5 | 3 | 5 | 522 | 34 | 134 |
| Binary | 11110001 | 11100110 | 11101010 | 0 | 101 | 11 | 101 | 101010010 | 11100 | 1011100 |
Color Harmonies of #F1E6EA
Complementary color
Monochromatic Colors of #F1E6EA
Black with #F1E6EA
Text Example
Text Example
White with #F1E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6EA; }
p { color: rgb(241,230,234); }
H1.HeaderClassName
{
color: #F1E6EA;
}
.AnyTagClassName
{
color: #F1E6EA;
}
</style>
background-color css
<style>
a { background-color: #F1E6EA; }
a { background-color: rgb(241,230,234); }
div.DivClassName
{
background-color: #F1E6EA;
}
.BgClassName
{
background-color: #F1E6EA;
}
</style>
border-color css
<style>
span { border-color: #F1E6EA; }
span { border-color: rgb(241,230,234); }
td.TdClassName
{
border-color: #F1E6EA;
}
.TagClassName
{
border-color: #F1E6EA;
}
</style>