Shades of Amour #F3E3EA
Tints of Amour #F3E3EA
RGB
CMYK
RGB Variations
Color information
#F3E3EA (or 0xF3E3EA) is known color: Amour. HEX triplet: F3, E3 and EA. RGB value is (243,227,234). Sum of RGB (Red+Green+Blue) = 243+227+234=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E3EA is #0C1C15. Grayscale: #E8E8E8. Windows color (decimal): -793622 or 15393779. OLE color: 15393779.
HSL color Cylindrical-coordinate representation of color #F3E3EA: hue angle of 333.75º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F3E3EA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 234 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.05 |
| HSL | 333.75º | 0.4% | 0.92% | - |
| HSV(B) | 333.75º | 0.07% | 0.95% | - |
| XYZ | 79.28 | 79.93 | 89.09 | - |
| YUV | 232.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 234 | 0 | 0.07 | 0.04 | 0.05 | 333.75 | 0.4 | 0.92 |
| Hex | F3 | E3 | EA | 0 | 7 | 4 | 5 | 14E | 28 | 5C |
| Octal | 363 | 343 | 352 | 0 | 7 | 4 | 5 | 516 | 50 | 134 |
| Binary | 11110011 | 11100011 | 11101010 | 0 | 111 | 100 | 101 | 101001110 | 101000 | 1011100 |
Color Harmonies of #F3E3EA
Complementary color
Monochromatic Colors of #F3E3EA
Black with #F3E3EA
Text Example
Text Example
White with #F3E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E3EA; }
p { color: rgb(243,227,234); }
H1.HeaderClassName
{
color: #F3E3EA;
}
.AnyTagClassName
{
color: #F3E3EA;
}
</style>
background-color css
<style>
a { background-color: #F3E3EA; }
a { background-color: rgb(243,227,234); }
div.DivClassName
{
background-color: #F3E3EA;
}
.BgClassName
{
background-color: #F3E3EA;
}
</style>
border-color css
<style>
span { border-color: #F3E3EA; }
span { border-color: rgb(243,227,234); }
td.TdClassName
{
border-color: #F3E3EA;
}
.TagClassName
{
border-color: #F3E3EA;
}
</style>