Shades of Amour #F2E5ED
Tints of Amour #F2E5ED
RGB
CMYK
RGB Variations
Color information
#F2E5ED (or 0xF2E5ED) is known color: Amour. HEX triplet: F2, E5 and ED. RGB value is (242,229,237). Sum of RGB (Red+Green+Blue) = 242+229+237=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5ED is #0D1A12. Grayscale: #E9E9E9. Windows color (decimal): -858643 or 15590898. OLE color: 15590898.
HSL color Cylindrical-coordinate representation of color #F2E5ED: hue angle of 323.08º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E5ED is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 237 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.05 |
| HSL | 323.08º | 0.33% | 0.92% | - |
| HSV(B) | 323.08º | 0.05% | 0.95% | - |
| XYZ | 79.92 | 81.03 | 91.55 | - |
| YUV | 233.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 237 | 0 | 0.05 | 0.02 | 0.05 | 323.08 | 0.33 | 0.92 |
| Hex | F2 | E5 | ED | 0 | 5 | 2 | 5 | 143 | 21 | 5C |
| Octal | 362 | 345 | 355 | 0 | 5 | 2 | 5 | 503 | 41 | 134 |
| Binary | 11110010 | 11100101 | 11101101 | 0 | 101 | 10 | 101 | 101000011 | 100001 | 1011100 |
Color Harmonies of #F2E5ED
Complementary color
Monochromatic Colors of #F2E5ED
Black with #F2E5ED
Text Example
Text Example
White with #F2E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5ED; }
p { color: rgb(242,229,237); }
H1.HeaderClassName
{
color: #F2E5ED;
}
.AnyTagClassName
{
color: #F2E5ED;
}
</style>
background-color css
<style>
a { background-color: #F2E5ED; }
a { background-color: rgb(242,229,237); }
div.DivClassName
{
background-color: #F2E5ED;
}
.BgClassName
{
background-color: #F2E5ED;
}
</style>
border-color css
<style>
span { border-color: #F2E5ED; }
span { border-color: rgb(242,229,237); }
td.TdClassName
{
border-color: #F2E5ED;
}
.TagClassName
{
border-color: #F2E5ED;
}
</style>