Shades of Amour #F3E4EA
Tints of Amour #F3E4EA
RGB
CMYK
RGB Variations
Color information
#F3E4EA (or 0xF3E4EA) is known color: Amour. HEX triplet: F3, E4 and EA. RGB value is (243,228,234). Sum of RGB (Red+Green+Blue) = 243+228+234=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E4EA is #0C1B15. Grayscale: #E9E9E9. Windows color (decimal): -793366 or 15394035. OLE color: 15394035.
HSL color Cylindrical-coordinate representation of color #F3E4EA: hue angle of 336º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F3E4EA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 234 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.05 |
| HSL | 336º | 0.38% | 0.92% | - |
| HSV(B) | 336º | 0.06% | 0.95% | - |
| XYZ | 79.56 | 80.48 | 89.18 | - |
| YUV | 233.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 234 | 0 | 0.06 | 0.04 | 0.05 | 336 | 0.38 | 0.92 |
| Hex | F3 | E4 | EA | 0 | 6 | 4 | 5 | 150 | 26 | 5C |
| Octal | 363 | 344 | 352 | 0 | 6 | 4 | 5 | 520 | 46 | 134 |
| Binary | 11110011 | 11100100 | 11101010 | 0 | 110 | 100 | 101 | 101010000 | 100110 | 1011100 |
Color Harmonies of #F3E4EA
Complementary color
Monochromatic Colors of #F3E4EA
Black with #F3E4EA
Text Example
Text Example
White with #F3E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E4EA; }
p { color: rgb(243,228,234); }
H1.HeaderClassName
{
color: #F3E4EA;
}
.AnyTagClassName
{
color: #F3E4EA;
}
</style>
background-color css
<style>
a { background-color: #F3E4EA; }
a { background-color: rgb(243,228,234); }
div.DivClassName
{
background-color: #F3E4EA;
}
.BgClassName
{
background-color: #F3E4EA;
}
</style>
border-color css
<style>
span { border-color: #F3E4EA; }
span { border-color: rgb(243,228,234); }
td.TdClassName
{
border-color: #F3E4EA;
}
.TagClassName
{
border-color: #F3E4EA;
}
</style>