Shades of Amour #F2E7ED
Tints of Amour #F2E7ED
RGB
CMYK
RGB Variations
Color information
#F2E7ED (or 0xF2E7ED) is known color: Amour. HEX triplet: F2, E7 and ED. RGB value is (242,231,237). Sum of RGB (Red+Green+Blue) = 242+231+237=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7ED is #0D1812. Grayscale: #EAEAEA. Windows color (decimal): -858131 or 15591410. OLE color: 15591410.
HSL color Cylindrical-coordinate representation of color #F2E7ED: hue angle of 327.27º 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 #F2E7ED is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 237 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.05 |
| HSL | 327.27º | 0.3% | 0.93% | - |
| HSV(B) | 327.27º | 0.05% | 0.95% | - |
| XYZ | 80.48 | 82.14 | 91.73 | - |
| YUV | 234.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 237 | 0 | 0.05 | 0.02 | 0.05 | 327.27 | 0.3 | 0.93 |
| Hex | F2 | E7 | ED | 0 | 5 | 2 | 5 | 147 | 1E | 5D |
| Octal | 362 | 347 | 355 | 0 | 5 | 2 | 5 | 507 | 36 | 135 |
| Binary | 11110010 | 11100111 | 11101101 | 0 | 101 | 10 | 101 | 101000111 | 11110 | 1011101 |
Color Harmonies of #F2E7ED
Complementary color
Monochromatic Colors of #F2E7ED
Black with #F2E7ED
Text Example
Text Example
White with #F2E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7ED; }
p { color: rgb(242,231,237); }
H1.HeaderClassName
{
color: #F2E7ED;
}
.AnyTagClassName
{
color: #F2E7ED;
}
</style>
background-color css
<style>
a { background-color: #F2E7ED; }
a { background-color: rgb(242,231,237); }
div.DivClassName
{
background-color: #F2E7ED;
}
.BgClassName
{
background-color: #F2E7ED;
}
</style>
border-color css
<style>
span { border-color: #F2E7ED; }
span { border-color: rgb(242,231,237); }
td.TdClassName
{
border-color: #F2E7ED;
}
.TagClassName
{
border-color: #F2E7ED;
}
</style>