Shades of Amour #FDE9EA
Tints of Amour #FDE9EA
RGB
CMYK
RGB Variations
Color information
#FDE9EA (or 0xFDE9EA) is known color: Amour. HEX triplet: FD, E9 and EA. RGB value is (253,233,234). Sum of RGB (Red+Green+Blue) = 253+233+234=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9EA is #021615. Grayscale: #EFEFEF. Windows color (decimal): -136726 or 15395325. OLE color: 15395325.
HSL color Cylindrical-coordinate representation of color #FDE9EA: hue angle of 357º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9EA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 234 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.01 |
| HSL | 357º | 0.83% | 0.95% | - |
| HSV(B) | 357º | 0.08% | 0.99% | - |
| XYZ | 84.5 | 85.1 | 89.81 | - |
| YUV | 239.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 234 | 0 | 0.08 | 0.08 | 0.01 | 357 | 0.83 | 0.95 |
| Hex | FD | E9 | EA | 0 | 8 | 8 | 1 | 165 | 53 | 5F |
| Octal | 375 | 351 | 352 | 0 | 10 | 10 | 1 | 545 | 123 | 137 |
| Binary | 11111101 | 11101001 | 11101010 | 0 | 1000 | 1000 | 1 | 101100101 | 1010011 | 1011111 |
Color Harmonies of #FDE9EA
Complementary color
Monochromatic Colors of #FDE9EA
Black with #FDE9EA
Text Example
Text Example
White with #FDE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9EA; }
p { color: rgb(253,233,234); }
H1.HeaderClassName
{
color: #FDE9EA;
}
.AnyTagClassName
{
color: #FDE9EA;
}
</style>
background-color css
<style>
a { background-color: #FDE9EA; }
a { background-color: rgb(253,233,234); }
div.DivClassName
{
background-color: #FDE9EA;
}
.BgClassName
{
background-color: #FDE9EA;
}
</style>
border-color css
<style>
span { border-color: #FDE9EA; }
span { border-color: rgb(253,233,234); }
td.TdClassName
{
border-color: #FDE9EA;
}
.TagClassName
{
border-color: #FDE9EA;
}
</style>