Shades of Amour #FDE5ED
Tints of Amour #FDE5ED
RGB
CMYK
RGB Variations
Color information
#FDE5ED (or 0xFDE5ED) is known color: Amour. HEX triplet: FD, E5 and ED. RGB value is (253,229,237). Sum of RGB (Red+Green+Blue) = 253+229+237=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5ED is #021A12. Grayscale: #EDEDED. Windows color (decimal): -137747 or 15590909. OLE color: 15590909.
HSL color Cylindrical-coordinate representation of color #FDE5ED: hue angle of 340º 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 #FDE5ED is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 237 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.01 |
| HSL | 340º | 0.86% | 0.95% | - |
| HSV(B) | 340º | 0.09% | 0.99% | - |
| XYZ | 83.81 | 83.04 | 91.73 | - |
| YUV | 237.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 237 | 0 | 0.09 | 0.06 | 0.01 | 340 | 0.86 | 0.95 |
| Hex | FD | E5 | ED | 0 | 9 | 6 | 1 | 154 | 56 | 5F |
| Octal | 375 | 345 | 355 | 0 | 11 | 6 | 1 | 524 | 126 | 137 |
| Binary | 11111101 | 11100101 | 11101101 | 0 | 1001 | 110 | 1 | 101010100 | 1010110 | 1011111 |
Color Harmonies of #FDE5ED
Complementary color
Monochromatic Colors of #FDE5ED
Black with #FDE5ED
Text Example
Text Example
White with #FDE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5ED; }
p { color: rgb(253,229,237); }
H1.HeaderClassName
{
color: #FDE5ED;
}
.AnyTagClassName
{
color: #FDE5ED;
}
</style>
background-color css
<style>
a { background-color: #FDE5ED; }
a { background-color: rgb(253,229,237); }
div.DivClassName
{
background-color: #FDE5ED;
}
.BgClassName
{
background-color: #FDE5ED;
}
</style>
border-color css
<style>
span { border-color: #FDE5ED; }
span { border-color: rgb(253,229,237); }
td.TdClassName
{
border-color: #FDE5ED;
}
.TagClassName
{
border-color: #FDE5ED;
}
</style>