Shades of Amour #FDE1EA
Tints of Amour #FDE1EA
RGB
CMYK
RGB Variations
Color information
#FDE1EA (or 0xFDE1EA) is known color: Amour. HEX triplet: FD, E1 and EA. RGB value is (253,225,234). Sum of RGB (Red+Green+Blue) = 253+225+234=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1EA is #021E15. Grayscale: #EAEAEA. Windows color (decimal): -138774 or 15393277. OLE color: 15393277.
HSL color Cylindrical-coordinate representation of color #FDE1EA: hue angle of 340.71º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1EA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 234 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.01 |
| HSL | 340.71º | 0.88% | 0.94% | - |
| HSV(B) | 340.71º | 0.11% | 0.99% | - |
| XYZ | 82.28 | 80.67 | 89.08 | - |
| YUV | 234.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 234 | 0 | 0.11 | 0.08 | 0.01 | 340.71 | 0.88 | 0.94 |
| Hex | FD | E1 | EA | 0 | B | 8 | 1 | 155 | 58 | 5E |
| Octal | 375 | 341 | 352 | 0 | 13 | 10 | 1 | 525 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11101010 | 0 | 1011 | 1000 | 1 | 101010101 | 1011000 | 1011110 |
Color Harmonies of #FDE1EA
Complementary color
Monochromatic Colors of #FDE1EA
Black with #FDE1EA
Text Example
Text Example
White with #FDE1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1EA; }
p { color: rgb(253,225,234); }
H1.HeaderClassName
{
color: #FDE1EA;
}
.AnyTagClassName
{
color: #FDE1EA;
}
</style>
background-color css
<style>
a { background-color: #FDE1EA; }
a { background-color: rgb(253,225,234); }
div.DivClassName
{
background-color: #FDE1EA;
}
.BgClassName
{
background-color: #FDE1EA;
}
</style>
border-color css
<style>
span { border-color: #FDE1EA; }
span { border-color: rgb(253,225,234); }
td.TdClassName
{
border-color: #FDE1EA;
}
.TagClassName
{
border-color: #FDE1EA;
}
</style>