Shades of Amour #FDEDEF
Tints of Amour #FDEDEF
RGB
CMYK
RGB Variations
Color information
#FDEDEF (or 0xFDEDEF) is known color: Amour. HEX triplet: FD, ED and EF. RGB value is (253,237,239). Sum of RGB (Red+Green+Blue) = 253+237+239=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 239 (93.75% from 255 or 32.78% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDEF is #021210. Grayscale: #F2F2F2. Windows color (decimal): -135697 or 15724029. OLE color: 15724029.
HSL color Cylindrical-coordinate representation of color #FDEDEF: hue angle of 352.5º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEDEF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 239 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.01 |
| HSL | 352.5º | 0.8% | 0.96% | - |
| HSV(B) | 352.5º | 0.06% | 0.99% | - |
| XYZ | 86.37 | 87.68 | 94.03 | - |
| YUV | 242.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 239 | 0 | 0.06 | 0.06 | 0.01 | 352.5 | 0.8 | 0.96 |
| Hex | FD | ED | EF | 0 | 6 | 6 | 1 | 160 | 50 | 60 |
| Octal | 375 | 355 | 357 | 0 | 6 | 6 | 1 | 540 | 120 | 140 |
| Binary | 11111101 | 11101101 | 11101111 | 0 | 110 | 110 | 1 | 101100000 | 1010000 | 1100000 |
Color Harmonies of #FDEDEF
Complementary color
Monochromatic Colors of #FDEDEF
Black with #FDEDEF
Text Example
Text Example
White with #FDEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDEF; }
p { color: rgb(253,237,239); }
H1.HeaderClassName
{
color: #FDEDEF;
}
.AnyTagClassName
{
color: #FDEDEF;
}
</style>
background-color css
<style>
a { background-color: #FDEDEF; }
a { background-color: rgb(253,237,239); }
div.DivClassName
{
background-color: #FDEDEF;
}
.BgClassName
{
background-color: #FDEDEF;
}
</style>
border-color css
<style>
span { border-color: #FDEDEF; }
span { border-color: rgb(253,237,239); }
td.TdClassName
{
border-color: #FDEDEF;
}
.TagClassName
{
border-color: #FDEDEF;
}
</style>