Shades of Amour #F2E5E9
Tints of Amour #F2E5E9
RGB
CMYK
RGB Variations
Color information
#F2E5E9 (or 0xF2E5E9) is known color: Amour. HEX triplet: F2, E5 and E9. RGB value is (242,229,233). Sum of RGB (Red+Green+Blue) = 242+229+233=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5E9 is #0D1A16. Grayscale: #E9E9E9. Windows color (decimal): -858647 or 15328754. OLE color: 15328754.
HSL color Cylindrical-coordinate representation of color #F2E5E9: hue angle of 341.54º 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 #F2E5E9 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 229 | 233 | - |
CMYK | 0 | 0.05 | 0.04 | 0.05 |
HSL | 341.54º | 0.33% | 0.92% | - |
HSV(B) | 341.54º | 0.05% | 0.95% | - |
XYZ | 79.35 | 80.8 | 88.5 | - |
YUV | 233.34 | 127.81 | 134.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 229 | 233 | 0 | 0.05 | 0.04 | 0.05 | 341.54 | 0.33 | 0.92 |
Hex | F2 | E5 | E9 | 0 | 5 | 4 | 5 | 156 | 21 | 5C |
Octal | 362 | 345 | 351 | 0 | 5 | 4 | 5 | 526 | 41 | 134 |
Binary | 11110010 | 11100101 | 11101001 | 0 | 101 | 100 | 101 | 101010110 | 100001 | 1011100 |
Color Harmonies of #F2E5E9
Complementary color
Monochromatic Colors of #F2E5E9
Black with #F2E5E9
Text Example
Text Example
White with #F2E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5E9; }
p { color: rgb(242,229,233); }
H1.HeaderClassName
{
color: #F2E5E9;
}
.AnyTagClassName
{
color: #F2E5E9;
}
</style>
background-color css
<style>
a { background-color: #F2E5E9; }
a { background-color: rgb(242,229,233); }
div.DivClassName
{
background-color: #F2E5E9;
}
.BgClassName
{
background-color: #F2E5E9;
}
</style>
border-color css
<style>
span { border-color: #F2E5E9; }
span { border-color: rgb(242,229,233); }
td.TdClassName
{
border-color: #F2E5E9;
}
.TagClassName
{
border-color: #F2E5E9;
}
</style>