Shades of Amour #FFECEF
Tints of Amour #FFECEF
RGB
CMYK
RGB Variations
Color information
#FFECEF (or 0xFFECEF) is known color: Amour. HEX triplet: FF, EC and EF. RGB value is (255,236,239). Sum of RGB (Red+Green+Blue) = 255+236+239=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 239 (93.75% from 255 or 32.74% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECEF is #001310. Grayscale: #F2F2F2. Windows color (decimal): -4881 or 15723775. OLE color: 15723775.
HSL color Cylindrical-coordinate representation of color #FFECEF: hue angle of 350.53º 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 #FFECEF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 239 | - |
| CMYK | 0 | 0.07 | 0.06 | 0 |
| HSL | 350.53º | 1% | 0.96% | - |
| HSV(B) | 350.53º | 0.07% | 1% | - |
| XYZ | 86.82 | 87.48 | 93.97 | - |
| YUV | 242.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 239 | 0 | 0.07 | 0.06 | 0 | 350.53 | 1 | 0.96 |
| Hex | FF | EC | EF | 0 | 7 | 6 | 0 | 15F | 64 | 60 |
| Octal | 377 | 354 | 357 | 0 | 7 | 6 | 0 | 537 | 144 | 140 |
| Binary | 11111111 | 11101100 | 11101111 | 0 | 111 | 110 | 0 | 101011111 | 1100100 | 1100000 |
Color Harmonies of #FFECEF
Complementary color
Monochromatic Colors of #FFECEF
Black with #FFECEF
Text Example
Text Example
White with #FFECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECEF; }
p { color: rgb(255,236,239); }
H1.HeaderClassName
{
color: #FFECEF;
}
.AnyTagClassName
{
color: #FFECEF;
}
</style>
background-color css
<style>
a { background-color: #FFECEF; }
a { background-color: rgb(255,236,239); }
div.DivClassName
{
background-color: #FFECEF;
}
.BgClassName
{
background-color: #FFECEF;
}
</style>
border-color css
<style>
span { border-color: #FFECEF; }
span { border-color: rgb(255,236,239); }
td.TdClassName
{
border-color: #FFECEF;
}
.TagClassName
{
border-color: #FFECEF;
}
</style>