Shades of Amour #FDE7ED
Tints of Amour #FDE7ED
RGB
CMYK
RGB Variations
Color information
#FDE7ED (or 0xFDE7ED) is known color: Amour. HEX triplet: FD, E7 and ED. RGB value is (253,231,237). Sum of RGB (Red+Green+Blue) = 253+231+237=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7ED is #021812. Grayscale: #EEEEEE. Windows color (decimal): -137235 or 15591421. OLE color: 15591421.
HSL color Cylindrical-coordinate representation of color #FDE7ED: hue angle of 343.64º 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 #FDE7ED is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 231 | 237 | - |
CMYK | 0 | 0.09 | 0.06 | 0.01 |
HSL | 343.64º | 0.85% | 0.95% | - |
HSV(B) | 343.64º | 0.09% | 0.99% | - |
XYZ | 84.37 | 84.15 | 91.92 | - |
YUV | 238.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 231 | 237 | 0 | 0.09 | 0.06 | 0.01 | 343.64 | 0.85 | 0.95 |
Hex | FD | E7 | ED | 0 | 9 | 6 | 1 | 158 | 55 | 5F |
Octal | 375 | 347 | 355 | 0 | 11 | 6 | 1 | 530 | 125 | 137 |
Binary | 11111101 | 11100111 | 11101101 | 0 | 1001 | 110 | 1 | 101011000 | 1010101 | 1011111 |
Color Harmonies of #FDE7ED
Complementary color
Monochromatic Colors of #FDE7ED
Black with #FDE7ED
Text Example
Text Example
White with #FDE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7ED; }
p { color: rgb(253,231,237); }
H1.HeaderClassName
{
color: #FDE7ED;
}
.AnyTagClassName
{
color: #FDE7ED;
}
</style>
background-color css
<style>
a { background-color: #FDE7ED; }
a { background-color: rgb(253,231,237); }
div.DivClassName
{
background-color: #FDE7ED;
}
.BgClassName
{
background-color: #FDE7ED;
}
</style>
border-color css
<style>
span { border-color: #FDE7ED; }
span { border-color: rgb(253,231,237); }
td.TdClassName
{
border-color: #FDE7ED;
}
.TagClassName
{
border-color: #FDE7ED;
}
</style>