Shades of Amour #FDE7E9
Tints of Amour #FDE7E9
RGB
CMYK
RGB Variations
Color information
#FDE7E9 (or 0xFDE7E9) is known color: Amour. HEX triplet: FD, E7 and E9. RGB value is (253,231,233). Sum of RGB (Red+Green+Blue) = 253+231+233=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 233 (91.41% from 255 or 32.50% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7E9 is #021816. Grayscale: #EDEDED. Windows color (decimal): -137239 or 15329277. OLE color: 15329277.
HSL color Cylindrical-coordinate representation of color #FDE7E9: hue angle of 354.55º degrees, saturation: 0.85, 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 #FDE7E9 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 233 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.01 |
| HSL | 354.55º | 0.85% | 0.95% | - |
| HSV(B) | 354.55º | 0.09% | 0.99% | - |
| XYZ | 83.79 | 83.92 | 88.87 | - |
| YUV | 237.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 233 | 0 | 0.09 | 0.08 | 0.01 | 354.55 | 0.85 | 0.95 |
| Hex | FD | E7 | E9 | 0 | 9 | 8 | 1 | 163 | 55 | 5F |
| Octal | 375 | 347 | 351 | 0 | 11 | 10 | 1 | 543 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11101001 | 0 | 1001 | 1000 | 1 | 101100011 | 1010101 | 1011111 |
Color Harmonies of #FDE7E9
Complementary color
Monochromatic Colors of #FDE7E9
Black with #FDE7E9
Text Example
Text Example
White with #FDE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7E9; }
p { color: rgb(253,231,233); }
H1.HeaderClassName
{
color: #FDE7E9;
}
.AnyTagClassName
{
color: #FDE7E9;
}
</style>
background-color css
<style>
a { background-color: #FDE7E9; }
a { background-color: rgb(253,231,233); }
div.DivClassName
{
background-color: #FDE7E9;
}
.BgClassName
{
background-color: #FDE7E9;
}
</style>
border-color css
<style>
span { border-color: #FDE7E9; }
span { border-color: rgb(253,231,233); }
td.TdClassName
{
border-color: #FDE7E9;
}
.TagClassName
{
border-color: #FDE7E9;
}
</style>