Shades of Amour #FDE2ED
Tints of Amour #FDE2ED
RGB
CMYK
RGB Variations
Color information
#FDE2ED (or 0xFDE2ED) is known color: Amour. HEX triplet: FD, E2 and ED. RGB value is (253,226,237). Sum of RGB (Red+Green+Blue) = 253+226+237=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2ED is #021D12. Grayscale: #EBEBEB. Windows color (decimal): -138515 or 15590141. OLE color: 15590141.
HSL color Cylindrical-coordinate representation of color #FDE2ED: hue angle of 335.56º 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 #FDE2ED is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 237 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.01 |
| HSL | 335.56º | 0.87% | 0.94% | - |
| HSV(B) | 335.56º | 0.11% | 0.99% | - |
| XYZ | 82.99 | 81.39 | 91.46 | - |
| YUV | 235.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 237 | 0 | 0.11 | 0.06 | 0.01 | 335.56 | 0.87 | 0.94 |
| Hex | FD | E2 | ED | 0 | B | 6 | 1 | 150 | 57 | 5E |
| Octal | 375 | 342 | 355 | 0 | 13 | 6 | 1 | 520 | 127 | 136 |
| Binary | 11111101 | 11100010 | 11101101 | 0 | 1011 | 110 | 1 | 101010000 | 1010111 | 1011110 |
Color Harmonies of #FDE2ED
Complementary color
Monochromatic Colors of #FDE2ED
Black with #FDE2ED
Text Example
Text Example
White with #FDE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2ED; }
p { color: rgb(253,226,237); }
H1.HeaderClassName
{
color: #FDE2ED;
}
.AnyTagClassName
{
color: #FDE2ED;
}
</style>
background-color css
<style>
a { background-color: #FDE2ED; }
a { background-color: rgb(253,226,237); }
div.DivClassName
{
background-color: #FDE2ED;
}
.BgClassName
{
background-color: #FDE2ED;
}
</style>
border-color css
<style>
span { border-color: #FDE2ED; }
span { border-color: rgb(253,226,237); }
td.TdClassName
{
border-color: #FDE2ED;
}
.TagClassName
{
border-color: #FDE2ED;
}
</style>