Shades of Amour #F2EBEC
Tints of Amour #F2EBEC
RGB
CMYK
RGB Variations
Color information
#F2EBEC (or 0xF2EBEC) is known color: Amour. HEX triplet: F2, EB and EC. RGB value is (242,235,236). Sum of RGB (Red+Green+Blue) = 242+235+236=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBEC is #0D1413. Grayscale: #EDEDED. Windows color (decimal): -857108 or 15526898. OLE color: 15526898.
HSL color Cylindrical-coordinate representation of color #F2EBEC: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EBEC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 236 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.05 |
| HSL | 351.43º | 0.21% | 0.94% | - |
| HSV(B) | 351.43º | 0.03% | 0.95% | - |
| XYZ | 81.47 | 84.35 | 91.34 | - |
| YUV | 237.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 236 | 0 | 0.03 | 0.02 | 0.05 | 351.43 | 0.21 | 0.94 |
| Hex | F2 | EB | EC | 0 | 3 | 2 | 5 | 15F | 15 | 5E |
| Octal | 362 | 353 | 354 | 0 | 3 | 2 | 5 | 537 | 25 | 136 |
| Binary | 11110010 | 11101011 | 11101100 | 0 | 11 | 10 | 101 | 101011111 | 10101 | 1011110 |
Color Harmonies of #F2EBEC
Complementary color
Monochromatic Colors of #F2EBEC
Black with #F2EBEC
Text Example
Text Example
White with #F2EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBEC; }
p { color: rgb(242,235,236); }
H1.HeaderClassName
{
color: #F2EBEC;
}
.AnyTagClassName
{
color: #F2EBEC;
}
</style>
background-color css
<style>
a { background-color: #F2EBEC; }
a { background-color: rgb(242,235,236); }
div.DivClassName
{
background-color: #F2EBEC;
}
.BgClassName
{
background-color: #F2EBEC;
}
</style>
border-color css
<style>
span { border-color: #F2EBEC; }
span { border-color: rgb(242,235,236); }
td.TdClassName
{
border-color: #F2EBEC;
}
.TagClassName
{
border-color: #F2EBEC;
}
</style>