Shades of Amour #F2EDEF
Tints of Amour #F2EDEF
RGB
CMYK
RGB Variations
Color information
#F2EDEF (or 0xF2EDEF) is known color: Amour. HEX triplet: F2, ED and EF. RGB value is (242,237,239). Sum of RGB (Red+Green+Blue) = 242+237+239=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDEF is #0D1210. Grayscale: #EEEEEE. Windows color (decimal): -856593 or 15724018. OLE color: 15724018.
HSL color Cylindrical-coordinate representation of color #F2EDEF: hue angle of 336º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EDEF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 239 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.05 |
| HSL | 336º | 0.16% | 0.94% | - |
| HSV(B) | 336º | 0.02% | 0.95% | - |
| XYZ | 82.48 | 85.68 | 93.85 | - |
| YUV | 238.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 239 | 0 | 0.02 | 0.01 | 0.05 | 336 | 0.16 | 0.94 |
| Hex | F2 | ED | EF | 0 | 2 | 1 | 5 | 150 | 10 | 5E |
| Octal | 362 | 355 | 357 | 0 | 2 | 1 | 5 | 520 | 20 | 136 |
| Binary | 11110010 | 11101101 | 11101111 | 0 | 10 | 1 | 101 | 101010000 | 10000 | 1011110 |
Color Harmonies of #F2EDEF
Complementary color
Monochromatic Colors of #F2EDEF
Black with #F2EDEF
Text Example
Text Example
White with #F2EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDEF; }
p { color: rgb(242,237,239); }
H1.HeaderClassName
{
color: #F2EDEF;
}
.AnyTagClassName
{
color: #F2EDEF;
}
</style>
background-color css
<style>
a { background-color: #F2EDEF; }
a { background-color: rgb(242,237,239); }
div.DivClassName
{
background-color: #F2EDEF;
}
.BgClassName
{
background-color: #F2EDEF;
}
</style>
border-color css
<style>
span { border-color: #F2EDEF; }
span { border-color: rgb(242,237,239); }
td.TdClassName
{
border-color: #F2EDEF;
}
.TagClassName
{
border-color: #F2EDEF;
}
</style>