Shades of Amour #FDE6ED
Tints of Amour #FDE6ED
RGB
CMYK
RGB Variations
Color information
#FDE6ED (or 0xFDE6ED) is known color: Amour. HEX triplet: FD, E6 and ED. RGB value is (253,230,237). Sum of RGB (Red+Green+Blue) = 253+230+237=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6ED is #021912. Grayscale: #EDEDED. Windows color (decimal): -137491 or 15591165. OLE color: 15591165.
HSL color Cylindrical-coordinate representation of color #FDE6ED: hue angle of 341.74º 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 #FDE6ED is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 237 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.01 |
| HSL | 341.74º | 0.85% | 0.95% | - |
| HSV(B) | 341.74º | 0.09% | 0.99% | - |
| XYZ | 84.09 | 83.59 | 91.82 | - |
| YUV | 237.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 237 | 0 | 0.09 | 0.06 | 0.01 | 341.74 | 0.85 | 0.95 |
| Hex | FD | E6 | ED | 0 | 9 | 6 | 1 | 156 | 55 | 5F |
| Octal | 375 | 346 | 355 | 0 | 11 | 6 | 1 | 526 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11101101 | 0 | 1001 | 110 | 1 | 101010110 | 1010101 | 1011111 |
Color Harmonies of #FDE6ED
Complementary color
Monochromatic Colors of #FDE6ED
Black with #FDE6ED
Text Example
Text Example
White with #FDE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6ED; }
p { color: rgb(253,230,237); }
H1.HeaderClassName
{
color: #FDE6ED;
}
.AnyTagClassName
{
color: #FDE6ED;
}
</style>
background-color css
<style>
a { background-color: #FDE6ED; }
a { background-color: rgb(253,230,237); }
div.DivClassName
{
background-color: #FDE6ED;
}
.BgClassName
{
background-color: #FDE6ED;
}
</style>
border-color css
<style>
span { border-color: #FDE6ED; }
span { border-color: rgb(253,230,237); }
td.TdClassName
{
border-color: #FDE6ED;
}
.TagClassName
{
border-color: #FDE6ED;
}
</style>