Shades of Amour #FDECED
Tints of Amour #FDECED
RGB
CMYK
RGB Variations
Color information
#FDECED (or 0xFDECED) is known color: Amour. HEX triplet: FD, EC and ED. RGB value is (253,236,237). Sum of RGB (Red+Green+Blue) = 253+236+237=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECED is #021312. Grayscale: #F1F1F1. Windows color (decimal): -135955 or 15592701. OLE color: 15592701.
HSL color Cylindrical-coordinate representation of color #FDECED: hue angle of 356.47º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECED is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 237 | - |
CMYK | 0 | 0.07 | 0.06 | 0.01 |
HSL | 356.47º | 0.81% | 0.96% | - |
HSV(B) | 356.47º | 0.07% | 0.99% | - |
XYZ | 85.79 | 86.99 | 92.39 | - |
YUV | 241.2 | 125.63 | 136.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 237 | 0 | 0.07 | 0.06 | 0.01 | 356.47 | 0.81 | 0.96 |
Hex | FD | EC | ED | 0 | 7 | 6 | 1 | 164 | 51 | 60 |
Octal | 375 | 354 | 355 | 0 | 7 | 6 | 1 | 544 | 121 | 140 |
Binary | 11111101 | 11101100 | 11101101 | 0 | 111 | 110 | 1 | 101100100 | 1010001 | 1100000 |
Color Harmonies of #FDECED
Complementary color
Monochromatic Colors of #FDECED
Black with #FDECED
Text Example
Text Example
White with #FDECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECED; }
p { color: rgb(253,236,237); }
H1.HeaderClassName
{
color: #FDECED;
}
.AnyTagClassName
{
color: #FDECED;
}
</style>
background-color css
<style>
a { background-color: #FDECED; }
a { background-color: rgb(253,236,237); }
div.DivClassName
{
background-color: #FDECED;
}
.BgClassName
{
background-color: #FDECED;
}
</style>
border-color css
<style>
span { border-color: #FDECED; }
span { border-color: rgb(253,236,237); }
td.TdClassName
{
border-color: #FDECED;
}
.TagClassName
{
border-color: #FDECED;
}
</style>