Shades of Amour #F2EDEE
Tints of Amour #F2EDEE
RGB
CMYK
RGB Variations
Color information
#F2EDEE (or 0xF2EDEE) is known color: Amour. HEX triplet: F2, ED and EE. RGB value is (242,237,238). Sum of RGB (Red+Green+Blue) = 242+237+238=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDEE is #0D1211. Grayscale: #EEEEEE. Windows color (decimal): -856594 or 15658482. OLE color: 15658482.
HSL color Cylindrical-coordinate representation of color #F2EDEE: hue angle of 348º 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 #F2EDEE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 238 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.05 |
| HSL | 348º | 0.16% | 0.94% | - |
| HSV(B) | 348º | 0.02% | 0.95% | - |
| XYZ | 82.33 | 85.62 | 93.08 | - |
| YUV | 238.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 238 | 0 | 0.02 | 0.02 | 0.05 | 348 | 0.16 | 0.94 |
| Hex | F2 | ED | EE | 0 | 2 | 2 | 5 | 15C | 10 | 5E |
| Octal | 362 | 355 | 356 | 0 | 2 | 2 | 5 | 534 | 20 | 136 |
| Binary | 11110010 | 11101101 | 11101110 | 0 | 10 | 10 | 101 | 101011100 | 10000 | 1011110 |
Color Harmonies of #F2EDEE
Complementary color
Monochromatic Colors of #F2EDEE
Black with #F2EDEE
Text Example
Text Example
White with #F2EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDEE; }
p { color: rgb(242,237,238); }
H1.HeaderClassName
{
color: #F2EDEE;
}
.AnyTagClassName
{
color: #F2EDEE;
}
</style>
background-color css
<style>
a { background-color: #F2EDEE; }
a { background-color: rgb(242,237,238); }
div.DivClassName
{
background-color: #F2EDEE;
}
.BgClassName
{
background-color: #F2EDEE;
}
</style>
border-color css
<style>
span { border-color: #F2EDEE; }
span { border-color: rgb(242,237,238); }
td.TdClassName
{
border-color: #F2EDEE;
}
.TagClassName
{
border-color: #F2EDEE;
}
</style>