Shades of Amour #FFECEE
Tints of Amour #FFECEE
RGB
CMYK
RGB Variations
Color information
#FFECEE (or 0xFFECEE) is known color: Amour. HEX triplet: FF, EC and EE. RGB value is (255,236,238). Sum of RGB (Red+Green+Blue) = 255+236+238=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECEE is #001311. Grayscale: #F1F1F1. Windows color (decimal): -4882 or 15658239. OLE color: 15658239.
HSL color Cylindrical-coordinate representation of color #FFECEE: hue angle of 353.68º 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 #FFECEE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 238 | - |
CMYK | 0 | 0.07 | 0.07 | 0 |
HSL | 353.68º | 1% | 0.96% | - |
HSV(B) | 353.68º | 0.07% | 1% | - |
XYZ | 86.67 | 87.42 | 93.2 | - |
YUV | 241.91 | 125.79 | 137.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 238 | 0 | 0.07 | 0.07 | 0 | 353.68 | 1 | 0.96 |
Hex | FF | EC | EE | 0 | 7 | 7 | 0 | 162 | 64 | 60 |
Octal | 377 | 354 | 356 | 0 | 7 | 7 | 0 | 542 | 144 | 140 |
Binary | 11111111 | 11101100 | 11101110 | 0 | 111 | 111 | 0 | 101100010 | 1100100 | 1100000 |
Color Harmonies of #FFECEE
Complementary color
Monochromatic Colors of #FFECEE
Black with #FFECEE
Text Example
Text Example
White with #FFECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECEE; }
p { color: rgb(255,236,238); }
H1.HeaderClassName
{
color: #FFECEE;
}
.AnyTagClassName
{
color: #FFECEE;
}
</style>
background-color css
<style>
a { background-color: #FFECEE; }
a { background-color: rgb(255,236,238); }
div.DivClassName
{
background-color: #FFECEE;
}
.BgClassName
{
background-color: #FFECEE;
}
</style>
border-color css
<style>
span { border-color: #FFECEE; }
span { border-color: rgb(255,236,238); }
td.TdClassName
{
border-color: #FFECEE;
}
.TagClassName
{
border-color: #FFECEE;
}
</style>