Shades of Amour #F5E6ED
Tints of Amour #F5E6ED
RGB
CMYK
RGB Variations
Color information
#F5E6ED (or 0xF5E6ED) is known color: Amour. HEX triplet: F5, E6 and ED. RGB value is (245,230,237). Sum of RGB (Red+Green+Blue) = 245+230+237=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6ED is #0A1912. Grayscale: #EBEBEB. Windows color (decimal): -661779 or 15591157. OLE color: 15591157.
HSL color Cylindrical-coordinate representation of color #F5E6ED: hue angle of 332º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5E6ED is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 237 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.04 |
| HSL | 332º | 0.43% | 0.93% | - |
| HSV(B) | 332º | 0.06% | 0.96% | - |
| XYZ | 81.24 | 82.12 | 91.69 | - |
| YUV | 235.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 237 | 0 | 0.06 | 0.03 | 0.04 | 332 | 0.43 | 0.93 |
| Hex | F5 | E6 | ED | 0 | 6 | 3 | 4 | 14C | 2B | 5D |
| Octal | 365 | 346 | 355 | 0 | 6 | 3 | 4 | 514 | 53 | 135 |
| Binary | 11110101 | 11100110 | 11101101 | 0 | 110 | 11 | 100 | 101001100 | 101011 | 1011101 |
Color Harmonies of #F5E6ED
Complementary color
Monochromatic Colors of #F5E6ED
Black with #F5E6ED
Text Example
Text Example
White with #F5E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6ED; }
p { color: rgb(245,230,237); }
H1.HeaderClassName
{
color: #F5E6ED;
}
.AnyTagClassName
{
color: #F5E6ED;
}
</style>
background-color css
<style>
a { background-color: #F5E6ED; }
a { background-color: rgb(245,230,237); }
div.DivClassName
{
background-color: #F5E6ED;
}
.BgClassName
{
background-color: #F5E6ED;
}
</style>
border-color css
<style>
span { border-color: #F5E6ED; }
span { border-color: rgb(245,230,237); }
td.TdClassName
{
border-color: #F5E6ED;
}
.TagClassName
{
border-color: #F5E6ED;
}
</style>