Shades of Amour #F2EAEC
Tints of Amour #F2EAEC
RGB
CMYK
RGB Variations
Color information
#F2EAEC (or 0xF2EAEC) is known color: Amour. HEX triplet: F2, EA and EC. RGB value is (242,234,236). Sum of RGB (Red+Green+Blue) = 242+234+236=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAEC is #0D1513. Grayscale: #ECECEC. Windows color (decimal): -857364 or 15526642. OLE color: 15526642.
HSL color Cylindrical-coordinate representation of color #F2EAEC: hue angle of 345º 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 #F2EAEC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 236 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.05 |
| HSL | 345º | 0.24% | 0.93% | - |
| HSV(B) | 345º | 0.03% | 0.95% | - |
| XYZ | 81.18 | 83.78 | 91.25 | - |
| YUV | 236.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 236 | 0 | 0.03 | 0.02 | 0.05 | 345 | 0.24 | 0.93 |
| Hex | F2 | EA | EC | 0 | 3 | 2 | 5 | 159 | 18 | 5D |
| Octal | 362 | 352 | 354 | 0 | 3 | 2 | 5 | 531 | 30 | 135 |
| Binary | 11110010 | 11101010 | 11101100 | 0 | 11 | 10 | 101 | 101011001 | 11000 | 1011101 |
Color Harmonies of #F2EAEC
Complementary color
Monochromatic Colors of #F2EAEC
Black with #F2EAEC
Text Example
Text Example
White with #F2EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAEC; }
p { color: rgb(242,234,236); }
H1.HeaderClassName
{
color: #F2EAEC;
}
.AnyTagClassName
{
color: #F2EAEC;
}
</style>
background-color css
<style>
a { background-color: #F2EAEC; }
a { background-color: rgb(242,234,236); }
div.DivClassName
{
background-color: #F2EAEC;
}
.BgClassName
{
background-color: #F2EAEC;
}
</style>
border-color css
<style>
span { border-color: #F2EAEC; }
span { border-color: rgb(242,234,236); }
td.TdClassName
{
border-color: #F2EAEC;
}
.TagClassName
{
border-color: #F2EAEC;
}
</style>