Shades of Amour #FDE1E8
Tints of Amour #FDE1E8
RGB
CMYK
RGB Variations
Color information
#FDE1E8 (or 0xFDE1E8) is known color: Amour. HEX triplet: FD, E1 and E8. RGB value is (253,225,232). Sum of RGB (Red+Green+Blue) = 253+225+232=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1E8 is #021E17. Grayscale: #EAEAEA. Windows color (decimal): -138776 or 15262205. OLE color: 15262205.
HSL color Cylindrical-coordinate representation of color #FDE1E8: hue angle of 345º 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 #FDE1E8 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 232 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.01 |
| HSL | 345º | 0.88% | 0.94% | - |
| HSV(B) | 345º | 0.11% | 0.99% | - |
| XYZ | 82 | 80.56 | 87.57 | - |
| YUV | 234.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 232 | 0 | 0.11 | 0.08 | 0.01 | 345 | 0.88 | 0.94 |
| Hex | FD | E1 | E8 | 0 | B | 8 | 1 | 159 | 58 | 5E |
| Octal | 375 | 341 | 350 | 0 | 13 | 10 | 1 | 531 | 130 | 136 |
| Binary | 11111101 | 11100001 | 11101000 | 0 | 1011 | 1000 | 1 | 101011001 | 1011000 | 1011110 |
Color Harmonies of #FDE1E8
Complementary color
Monochromatic Colors of #FDE1E8
Black with #FDE1E8
Text Example
Text Example
White with #FDE1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1E8; }
p { color: rgb(253,225,232); }
H1.HeaderClassName
{
color: #FDE1E8;
}
.AnyTagClassName
{
color: #FDE1E8;
}
</style>
background-color css
<style>
a { background-color: #FDE1E8; }
a { background-color: rgb(253,225,232); }
div.DivClassName
{
background-color: #FDE1E8;
}
.BgClassName
{
background-color: #FDE1E8;
}
</style>
border-color css
<style>
span { border-color: #FDE1E8; }
span { border-color: rgb(253,225,232); }
td.TdClassName
{
border-color: #FDE1E8;
}
.TagClassName
{
border-color: #FDE1E8;
}
</style>