Shades of Lavender Rose #FFA0EC
Tints of Lavender Rose #FFA0EC
RGB
CMYK
RGB Variations
Color information
#FFA0EC (or 0xFFA0EC) is known color: Lavender Rose. HEX triplet: FF, A0 and EC. RGB value is (255,160,236). Sum of RGB (Red+Green+Blue) = 255+160+236=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0EC is #005F13. Grayscale: #C4C4C4. Windows color (decimal): -24340 or 15507711. OLE color: 15507711.
HSL color Cylindrical-coordinate representation of color #FFA0EC: hue angle of 312º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0EC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 236 | - |
| CMYK | 0 | 0.37 | 0.07 | 0 |
| HSL | 312º | 1% | 0.81% | - |
| HSV(B) | 312º | 0.37% | 1% | - |
| XYZ | 68.95 | 52.46 | 85.85 | - |
| YUV | 197.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 236 | 0 | 0.37 | 0.07 | 0 | 312 | 1 | 0.81 |
| Hex | FF | A0 | EC | 0 | 25 | 7 | 0 | 138 | 64 | 51 |
| Octal | 377 | 240 | 354 | 0 | 45 | 7 | 0 | 470 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11101100 | 0 | 100101 | 111 | 0 | 100111000 | 1100100 | 1010001 |
Color Harmonies of #FFA0EC
Complementary color
Monochromatic Colors of #FFA0EC
Black with #FFA0EC
Text Example
Text Example
White with #FFA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0EC; }
p { color: rgb(255,160,236); }
H1.HeaderClassName
{
color: #FFA0EC;
}
.AnyTagClassName
{
color: #FFA0EC;
}
</style>
background-color css
<style>
a { background-color: #FFA0EC; }
a { background-color: rgb(255,160,236); }
div.DivClassName
{
background-color: #FFA0EC;
}
.BgClassName
{
background-color: #FFA0EC;
}
</style>
border-color css
<style>
span { border-color: #FFA0EC; }
span { border-color: rgb(255,160,236); }
td.TdClassName
{
border-color: #FFA0EC;
}
.TagClassName
{
border-color: #FFA0EC;
}
</style>