Shades of Amour #F1E4EA
Tints of Amour #F1E4EA
RGB
CMYK
RGB Variations
Color information
#F1E4EA (or 0xF1E4EA) is known color: Amour. HEX triplet: F1, E4 and EA. RGB value is (241,228,234). Sum of RGB (Red+Green+Blue) = 241+228+234=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4EA is #0E1B15. Grayscale: #E8E8E8. Windows color (decimal): -924438 or 15394033. OLE color: 15394033.
HSL color Cylindrical-coordinate representation of color #F1E4EA: hue angle of 332.31º degrees, saturation: 0.32, 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 #F1E4EA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 234 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.05 |
| HSL | 332.31º | 0.32% | 0.92% | - |
| HSV(B) | 332.31º | 0.05% | 0.95% | - |
| XYZ | 78.87 | 80.13 | 89.15 | - |
| YUV | 232.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 234 | 0 | 0.05 | 0.03 | 0.05 | 332.31 | 0.32 | 0.92 |
| Hex | F1 | E4 | EA | 0 | 5 | 3 | 5 | 14C | 20 | 5C |
| Octal | 361 | 344 | 352 | 0 | 5 | 3 | 5 | 514 | 40 | 134 |
| Binary | 11110001 | 11100100 | 11101010 | 0 | 101 | 11 | 101 | 101001100 | 100000 | 1011100 |
Color Harmonies of #F1E4EA
Complementary color
Monochromatic Colors of #F1E4EA
Black with #F1E4EA
Text Example
Text Example
White with #F1E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4EA; }
p { color: rgb(241,228,234); }
H1.HeaderClassName
{
color: #F1E4EA;
}
.AnyTagClassName
{
color: #F1E4EA;
}
</style>
background-color css
<style>
a { background-color: #F1E4EA; }
a { background-color: rgb(241,228,234); }
div.DivClassName
{
background-color: #F1E4EA;
}
.BgClassName
{
background-color: #F1E4EA;
}
</style>
border-color css
<style>
span { border-color: #F1E4EA; }
span { border-color: rgb(241,228,234); }
td.TdClassName
{
border-color: #F1E4EA;
}
.TagClassName
{
border-color: #F1E4EA;
}
</style>