Shades of Amour #FDE5EA
Tints of Amour #FDE5EA
RGB
CMYK
RGB Variations
Color information
#FDE5EA (or 0xFDE5EA) is known color: Amour. HEX triplet: FD, E5 and EA. RGB value is (253,229,234). Sum of RGB (Red+Green+Blue) = 253+229+234=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5EA is #021A15. Grayscale: #ECECEC. Windows color (decimal): -137750 or 15394301. OLE color: 15394301.
HSL color Cylindrical-coordinate representation of color #FDE5EA: hue angle of 347.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE5EA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 234 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.01 |
| HSL | 347.5º | 0.86% | 0.95% | - |
| HSV(B) | 347.5º | 0.09% | 0.99% | - |
| XYZ | 83.38 | 82.86 | 89.44 | - |
| YUV | 236.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 234 | 0 | 0.09 | 0.08 | 0.01 | 347.5 | 0.86 | 0.95 |
| Hex | FD | E5 | EA | 0 | 9 | 8 | 1 | 15C | 56 | 5F |
| Octal | 375 | 345 | 352 | 0 | 11 | 10 | 1 | 534 | 126 | 137 |
| Binary | 11111101 | 11100101 | 11101010 | 0 | 1001 | 1000 | 1 | 101011100 | 1010110 | 1011111 |
Color Harmonies of #FDE5EA
Complementary color
Monochromatic Colors of #FDE5EA
Black with #FDE5EA
Text Example
Text Example
White with #FDE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5EA; }
p { color: rgb(253,229,234); }
H1.HeaderClassName
{
color: #FDE5EA;
}
.AnyTagClassName
{
color: #FDE5EA;
}
</style>
background-color css
<style>
a { background-color: #FDE5EA; }
a { background-color: rgb(253,229,234); }
div.DivClassName
{
background-color: #FDE5EA;
}
.BgClassName
{
background-color: #FDE5EA;
}
</style>
border-color css
<style>
span { border-color: #FDE5EA; }
span { border-color: rgb(253,229,234); }
td.TdClassName
{
border-color: #FDE5EA;
}
.TagClassName
{
border-color: #FDE5EA;
}
</style>