Shades of Amour #F3E5EC
Tints of Amour #F3E5EC
RGB
CMYK
RGB Variations
Color information
#F3E5EC (or 0xF3E5EC) is known color: Amour. HEX triplet: F3, E5 and EC. RGB value is (243,229,236). Sum of RGB (Red+Green+Blue) = 243+229+236=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5EC is #0C1A13. Grayscale: #E9E9E9. Windows color (decimal): -793108 or 15525363. OLE color: 15525363.
HSL color Cylindrical-coordinate representation of color #F3E5EC: hue angle of 330º 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 #F3E5EC is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 229 | 236 | - |
CMYK | 0 | 0.06 | 0.03 | 0.05 |
HSL | 330º | 0.37% | 0.93% | - |
HSV(B) | 330º | 0.06% | 0.95% | - |
XYZ | 80.12 | 81.15 | 90.8 | - |
YUV | 233.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 229 | 236 | 0 | 0.06 | 0.03 | 0.05 | 330 | 0.37 | 0.93 |
Hex | F3 | E5 | EC | 0 | 6 | 3 | 5 | 14A | 25 | 5D |
Octal | 363 | 345 | 354 | 0 | 6 | 3 | 5 | 512 | 45 | 135 |
Binary | 11110011 | 11100101 | 11101100 | 0 | 110 | 11 | 101 | 101001010 | 100101 | 1011101 |
Color Harmonies of #F3E5EC
Complementary color
Monochromatic Colors of #F3E5EC
Black with #F3E5EC
Text Example
Text Example
White with #F3E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5EC; }
p { color: rgb(243,229,236); }
H1.HeaderClassName
{
color: #F3E5EC;
}
.AnyTagClassName
{
color: #F3E5EC;
}
</style>
background-color css
<style>
a { background-color: #F3E5EC; }
a { background-color: rgb(243,229,236); }
div.DivClassName
{
background-color: #F3E5EC;
}
.BgClassName
{
background-color: #F3E5EC;
}
</style>
border-color css
<style>
span { border-color: #F3E5EC; }
span { border-color: rgb(243,229,236); }
td.TdClassName
{
border-color: #F3E5EC;
}
.TagClassName
{
border-color: #F3E5EC;
}
</style>