Shades of Amour #FDE2E9
Tints of Amour #FDE2E9
RGB
CMYK
RGB Variations
Color information
#FDE2E9 (or 0xFDE2E9) is known color: Amour. HEX triplet: FD, E2 and E9. RGB value is (253,226,233). Sum of RGB (Red+Green+Blue) = 253+226+233=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2E9 is #021D16. Grayscale: #EAEAEA. Windows color (decimal): -138519 or 15327997. OLE color: 15327997.
HSL color Cylindrical-coordinate representation of color #FDE2E9: hue angle of 344.44º degrees, saturation: 0.87, 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 #FDE2E9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 233 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.01 |
| HSL | 344.44º | 0.87% | 0.94% | - |
| HSV(B) | 344.44º | 0.11% | 0.99% | - |
| XYZ | 82.41 | 81.16 | 88.41 | - |
| YUV | 234.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 233 | 0 | 0.11 | 0.08 | 0.01 | 344.44 | 0.87 | 0.94 |
| Hex | FD | E2 | E9 | 0 | B | 8 | 1 | 158 | 57 | 5E |
| Octal | 375 | 342 | 351 | 0 | 13 | 10 | 1 | 530 | 127 | 136 |
| Binary | 11111101 | 11100010 | 11101001 | 0 | 1011 | 1000 | 1 | 101011000 | 1010111 | 1011110 |
Color Harmonies of #FDE2E9
Complementary color
Monochromatic Colors of #FDE2E9
Black with #FDE2E9
Text Example
Text Example
White with #FDE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2E9; }
p { color: rgb(253,226,233); }
H1.HeaderClassName
{
color: #FDE2E9;
}
.AnyTagClassName
{
color: #FDE2E9;
}
</style>
background-color css
<style>
a { background-color: #FDE2E9; }
a { background-color: rgb(253,226,233); }
div.DivClassName
{
background-color: #FDE2E9;
}
.BgClassName
{
background-color: #FDE2E9;
}
</style>
border-color css
<style>
span { border-color: #FDE2E9; }
span { border-color: rgb(253,226,233); }
td.TdClassName
{
border-color: #FDE2E9;
}
.TagClassName
{
border-color: #FDE2E9;
}
</style>