Shades of Amour #F2E5EC
Tints of Amour #F2E5EC
RGB
CMYK
RGB Variations
Color information
#F2E5EC (or 0xF2E5EC) is known color: Amour. HEX triplet: F2, E5 and EC. RGB value is (242,229,236). Sum of RGB (Red+Green+Blue) = 242+229+236=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5EC is #0D1A13. Grayscale: #E9E9E9. Windows color (decimal): -858644 or 15525362. OLE color: 15525362.
HSL color Cylindrical-coordinate representation of color #F2E5EC: hue angle of 327.69º degrees, saturation: 0.33, 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 #F2E5EC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 229 | 236 | - |
CMYK | 0 | 0.05 | 0.02 | 0.05 |
HSL | 327.69º | 0.33% | 0.92% | - |
HSV(B) | 327.69º | 0.05% | 0.95% | - |
XYZ | 79.78 | 80.97 | 90.78 | - |
YUV | 233.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 229 | 236 | 0 | 0.05 | 0.02 | 0.05 | 327.69 | 0.33 | 0.92 |
Hex | F2 | E5 | EC | 0 | 5 | 2 | 5 | 148 | 21 | 5C |
Octal | 362 | 345 | 354 | 0 | 5 | 2 | 5 | 510 | 41 | 134 |
Binary | 11110010 | 11100101 | 11101100 | 0 | 101 | 10 | 101 | 101001000 | 100001 | 1011100 |
Color Harmonies of #F2E5EC
Complementary color
Monochromatic Colors of #F2E5EC
Black with #F2E5EC
Text Example
Text Example
White with #F2E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5EC; }
p { color: rgb(242,229,236); }
H1.HeaderClassName
{
color: #F2E5EC;
}
.AnyTagClassName
{
color: #F2E5EC;
}
</style>
background-color css
<style>
a { background-color: #F2E5EC; }
a { background-color: rgb(242,229,236); }
div.DivClassName
{
background-color: #F2E5EC;
}
.BgClassName
{
background-color: #F2E5EC;
}
</style>
border-color css
<style>
span { border-color: #F2E5EC; }
span { border-color: rgb(242,229,236); }
td.TdClassName
{
border-color: #F2E5EC;
}
.TagClassName
{
border-color: #F2E5EC;
}
</style>