Shades of Amour #F2EAED
Tints of Amour #F2EAED
RGB
CMYK
RGB Variations
Color information
#F2EAED (or 0xF2EAED) is known color: Amour. HEX triplet: F2, EA and ED. RGB value is (242,234,237). Sum of RGB (Red+Green+Blue) = 242+234+237=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAED is #0D1512. Grayscale: #ECECEC. Windows color (decimal): -857363 or 15592178. OLE color: 15592178.
HSL color Cylindrical-coordinate representation of color #F2EAED: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EAED is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 237 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.05 |
| HSL | 337.5º | 0.24% | 0.93% | - |
| HSV(B) | 337.5º | 0.03% | 0.95% | - |
| XYZ | 81.33 | 83.84 | 92.02 | - |
| YUV | 236.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 237 | 0 | 0.03 | 0.02 | 0.05 | 337.5 | 0.24 | 0.93 |
| Hex | F2 | EA | ED | 0 | 3 | 2 | 5 | 152 | 18 | 5D |
| Octal | 362 | 352 | 355 | 0 | 3 | 2 | 5 | 522 | 30 | 135 |
| Binary | 11110010 | 11101010 | 11101101 | 0 | 11 | 10 | 101 | 101010010 | 11000 | 1011101 |
Color Harmonies of #F2EAED
Complementary color
Monochromatic Colors of #F2EAED
Black with #F2EAED
Text Example
Text Example
White with #F2EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAED; }
p { color: rgb(242,234,237); }
H1.HeaderClassName
{
color: #F2EAED;
}
.AnyTagClassName
{
color: #F2EAED;
}
</style>
background-color css
<style>
a { background-color: #F2EAED; }
a { background-color: rgb(242,234,237); }
div.DivClassName
{
background-color: #F2EAED;
}
.BgClassName
{
background-color: #F2EAED;
}
</style>
border-color css
<style>
span { border-color: #F2EAED; }
span { border-color: rgb(242,234,237); }
td.TdClassName
{
border-color: #F2EAED;
}
.TagClassName
{
border-color: #F2EAED;
}
</style>