Shades of Amour #FDE4EE
Tints of Amour #FDE4EE
RGB
CMYK
RGB Variations
Color information
#FDE4EE (or 0xFDE4EE) is known color: Amour. HEX triplet: FD, E4 and EE. RGB value is (253,228,238). Sum of RGB (Red+Green+Blue) = 253+228+238=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4EE is #021B11. Grayscale: #ECECEC. Windows color (decimal): -138002 or 15656189. OLE color: 15656189.
HSL color Cylindrical-coordinate representation of color #FDE4EE: hue angle of 336º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4EE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 238 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.01 |
| HSL | 336º | 0.86% | 0.94% | - |
| HSV(B) | 336º | 0.1% | 0.99% | - |
| XYZ | 83.68 | 82.54 | 92.41 | - |
| YUV | 236.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 238 | 0 | 0.10 | 0.06 | 0.01 | 336 | 0.86 | 0.94 |
| Hex | FD | E4 | EE | 0 | A | 6 | 1 | 150 | 56 | 5E |
| Octal | 375 | 344 | 356 | 0 | 12 | 6 | 1 | 520 | 126 | 136 |
| Binary | 11111101 | 11100100 | 11101110 | 0 | 1010 | 110 | 1 | 101010000 | 1010110 | 1011110 |
Color Harmonies of #FDE4EE
Complementary color
Monochromatic Colors of #FDE4EE
Black with #FDE4EE
Text Example
Text Example
White with #FDE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4EE; }
p { color: rgb(253,228,238); }
H1.HeaderClassName
{
color: #FDE4EE;
}
.AnyTagClassName
{
color: #FDE4EE;
}
</style>
background-color css
<style>
a { background-color: #FDE4EE; }
a { background-color: rgb(253,228,238); }
div.DivClassName
{
background-color: #FDE4EE;
}
.BgClassName
{
background-color: #FDE4EE;
}
</style>
border-color css
<style>
span { border-color: #FDE4EE; }
span { border-color: rgb(253,228,238); }
td.TdClassName
{
border-color: #FDE4EE;
}
.TagClassName
{
border-color: #FDE4EE;
}
</style>