Shades of Amour #F2E6E9
Tints of Amour #F2E6E9
RGB
CMYK
RGB Variations
Color information
#F2E6E9 (or 0xF2E6E9) is known color: Amour. HEX triplet: F2, E6 and E9. RGB value is (242,230,233). Sum of RGB (Red+Green+Blue) = 242+230+233=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6E9 is #0D1916. Grayscale: #E9E9E9. Windows color (decimal): -858391 or 15329010. OLE color: 15329010.
HSL color Cylindrical-coordinate representation of color #F2E6E9: hue angle of 345º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E6E9 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 233 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.05 |
| HSL | 345º | 0.32% | 0.93% | - |
| HSV(B) | 345º | 0.05% | 0.95% | - |
| XYZ | 79.62 | 81.35 | 88.6 | - |
| YUV | 233.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 233 | 0 | 0.05 | 0.04 | 0.05 | 345 | 0.32 | 0.93 |
| Hex | F2 | E6 | E9 | 0 | 5 | 4 | 5 | 159 | 20 | 5D |
| Octal | 362 | 346 | 351 | 0 | 5 | 4 | 5 | 531 | 40 | 135 |
| Binary | 11110010 | 11100110 | 11101001 | 0 | 101 | 100 | 101 | 101011001 | 100000 | 1011101 |
Color Harmonies of #F2E6E9
Complementary color
Monochromatic Colors of #F2E6E9
Black with #F2E6E9
Text Example
Text Example
White with #F2E6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6E9; }
p { color: rgb(242,230,233); }
H1.HeaderClassName
{
color: #F2E6E9;
}
.AnyTagClassName
{
color: #F2E6E9;
}
</style>
background-color css
<style>
a { background-color: #F2E6E9; }
a { background-color: rgb(242,230,233); }
div.DivClassName
{
background-color: #F2E6E9;
}
.BgClassName
{
background-color: #F2E6E9;
}
</style>
border-color css
<style>
span { border-color: #F2E6E9; }
span { border-color: rgb(242,230,233); }
td.TdClassName
{
border-color: #F2E6E9;
}
.TagClassName
{
border-color: #F2E6E9;
}
</style>