Shades of Amour #F3E5EA
Tints of Amour #F3E5EA
RGB
CMYK
RGB Variations
Color information
#F3E5EA (or 0xF3E5EA) is known color: Amour. HEX triplet: F3, E5 and EA. RGB value is (243,229,234). Sum of RGB (Red+Green+Blue) = 243+229+234=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5EA is #0C1A15. Grayscale: #E9E9E9. Windows color (decimal): -793110 or 15394291. OLE color: 15394291.
HSL color Cylindrical-coordinate representation of color #F3E5EA: hue angle of 338.57º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F3E5EA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 234 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.05 |
| HSL | 338.57º | 0.37% | 0.93% | - |
| HSV(B) | 338.57º | 0.06% | 0.95% | - |
| XYZ | 79.83 | 81.03 | 89.28 | - |
| YUV | 233.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 234 | 0 | 0.06 | 0.04 | 0.05 | 338.57 | 0.37 | 0.93 |
| Hex | F3 | E5 | EA | 0 | 6 | 4 | 5 | 153 | 25 | 5D |
| Octal | 363 | 345 | 352 | 0 | 6 | 4 | 5 | 523 | 45 | 135 |
| Binary | 11110011 | 11100101 | 11101010 | 0 | 110 | 100 | 101 | 101010011 | 100101 | 1011101 |
Color Harmonies of #F3E5EA
Complementary color
Monochromatic Colors of #F3E5EA
Black with #F3E5EA
Text Example
Text Example
White with #F3E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5EA; }
p { color: rgb(243,229,234); }
H1.HeaderClassName
{
color: #F3E5EA;
}
.AnyTagClassName
{
color: #F3E5EA;
}
</style>
background-color css
<style>
a { background-color: #F3E5EA; }
a { background-color: rgb(243,229,234); }
div.DivClassName
{
background-color: #F3E5EA;
}
.BgClassName
{
background-color: #F3E5EA;
}
</style>
border-color css
<style>
span { border-color: #F3E5EA; }
span { border-color: rgb(243,229,234); }
td.TdClassName
{
border-color: #F3E5EA;
}
.TagClassName
{
border-color: #F3E5EA;
}
</style>