Shades of Amour #FDE7EC
Tints of Amour #FDE7EC
RGB
CMYK
RGB Variations
Color information
#FDE7EC (or 0xFDE7EC) is known color: Amour. HEX triplet: FD, E7 and EC. RGB value is (253,231,236). Sum of RGB (Red+Green+Blue) = 253+231+236=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7EC is #021813. Grayscale: #EEEEEE. Windows color (decimal): -137236 or 15525885. OLE color: 15525885.
HSL color Cylindrical-coordinate representation of color #FDE7EC: hue angle of 346.36º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7EC is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 236 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.01 |
| HSL | 346.36º | 0.85% | 0.95% | - |
| HSV(B) | 346.36º | 0.09% | 0.99% | - |
| XYZ | 84.22 | 84.09 | 91.15 | - |
| YUV | 238.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 236 | 0 | 0.09 | 0.07 | 0.01 | 346.36 | 0.85 | 0.95 |
| Hex | FD | E7 | EC | 0 | 9 | 7 | 1 | 15A | 55 | 5F |
| Octal | 375 | 347 | 354 | 0 | 11 | 7 | 1 | 532 | 125 | 137 |
| Binary | 11111101 | 11100111 | 11101100 | 0 | 1001 | 111 | 1 | 101011010 | 1010101 | 1011111 |
Color Harmonies of #FDE7EC
Complementary color
Monochromatic Colors of #FDE7EC
Black with #FDE7EC
Text Example
Text Example
White with #FDE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7EC; }
p { color: rgb(253,231,236); }
H1.HeaderClassName
{
color: #FDE7EC;
}
.AnyTagClassName
{
color: #FDE7EC;
}
</style>
background-color css
<style>
a { background-color: #FDE7EC; }
a { background-color: rgb(253,231,236); }
div.DivClassName
{
background-color: #FDE7EC;
}
.BgClassName
{
background-color: #FDE7EC;
}
</style>
border-color css
<style>
span { border-color: #FDE7EC; }
span { border-color: rgb(253,231,236); }
td.TdClassName
{
border-color: #FDE7EC;
}
.TagClassName
{
border-color: #FDE7EC;
}
</style>