Shades of Amour #F2E7EA
Tints of Amour #F2E7EA
RGB
CMYK
RGB Variations
Color information
#F2E7EA (or 0xF2E7EA) is known color: Amour. HEX triplet: F2, E7 and EA. RGB value is (242,231,234). Sum of RGB (Red+Green+Blue) = 242+231+234=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7EA is #0D1815. Grayscale: #EAEAEA. Windows color (decimal): -858134 or 15394802. OLE color: 15394802.
HSL color Cylindrical-coordinate representation of color #F2E7EA: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E7EA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 234 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.05 |
| HSL | 343.64º | 0.3% | 0.93% | - |
| HSV(B) | 343.64º | 0.05% | 0.95% | - |
| XYZ | 80.05 | 81.97 | 89.44 | - |
| YUV | 234.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 234 | 0 | 0.05 | 0.03 | 0.05 | 343.64 | 0.3 | 0.93 |
| Hex | F2 | E7 | EA | 0 | 5 | 3 | 5 | 158 | 1E | 5D |
| Octal | 362 | 347 | 352 | 0 | 5 | 3 | 5 | 530 | 36 | 135 |
| Binary | 11110010 | 11100111 | 11101010 | 0 | 101 | 11 | 101 | 101011000 | 11110 | 1011101 |
Color Harmonies of #F2E7EA
Complementary color
Monochromatic Colors of #F2E7EA
Black with #F2E7EA
Text Example
Text Example
White with #F2E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7EA; }
p { color: rgb(242,231,234); }
H1.HeaderClassName
{
color: #F2E7EA;
}
.AnyTagClassName
{
color: #F2E7EA;
}
</style>
background-color css
<style>
a { background-color: #F2E7EA; }
a { background-color: rgb(242,231,234); }
div.DivClassName
{
background-color: #F2E7EA;
}
.BgClassName
{
background-color: #F2E7EA;
}
</style>
border-color css
<style>
span { border-color: #F2E7EA; }
span { border-color: rgb(242,231,234); }
td.TdClassName
{
border-color: #F2E7EA;
}
.TagClassName
{
border-color: #F2E7EA;
}
</style>