Shades of Amour #FFEDEF
Tints of Amour #FFEDEF
RGB
CMYK
RGB Variations
Color information
#FFEDEF (or 0xFFEDEF) is known color: Amour. HEX triplet: FF, ED and EF. RGB value is (255,237,239). Sum of RGB (Red+Green+Blue) = 255+237+239=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDEF is #001210. Grayscale: #F2F2F2. Windows color (decimal): -4625 or 15724031. OLE color: 15724031.
HSL color Cylindrical-coordinate representation of color #FFEDEF: hue angle of 353.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDEF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 239 | - |
| CMYK | 0 | 0.07 | 0.06 | 0 |
| HSL | 353.33º | 1% | 0.96% | - |
| HSV(B) | 353.33º | 0.07% | 1% | - |
| XYZ | 87.1 | 88.06 | 94.07 | - |
| YUV | 242.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 239 | 0 | 0.07 | 0.06 | 0 | 353.33 | 1 | 0.96 |
| Hex | FF | ED | EF | 0 | 7 | 6 | 0 | 161 | 64 | 60 |
| Octal | 377 | 355 | 357 | 0 | 7 | 6 | 0 | 541 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11101111 | 0 | 111 | 110 | 0 | 101100001 | 1100100 | 1100000 |
Color Harmonies of #FFEDEF
Complementary color
Monochromatic Colors of #FFEDEF
Black with #FFEDEF
Text Example
Text Example
White with #FFEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDEF; }
p { color: rgb(255,237,239); }
H1.HeaderClassName
{
color: #FFEDEF;
}
.AnyTagClassName
{
color: #FFEDEF;
}
</style>
background-color css
<style>
a { background-color: #FFEDEF; }
a { background-color: rgb(255,237,239); }
div.DivClassName
{
background-color: #FFEDEF;
}
.BgClassName
{
background-color: #FFEDEF;
}
</style>
border-color css
<style>
span { border-color: #FFEDEF; }
span { border-color: rgb(255,237,239); }
td.TdClassName
{
border-color: #FFEDEF;
}
.TagClassName
{
border-color: #FFEDEF;
}
</style>