Shades of Lavender Rose #FFA5EC
Tints of Lavender Rose #FFA5EC
RGB
CMYK
RGB Variations
Color information
#FFA5EC (or 0xFFA5EC) is known color: Lavender Rose. HEX triplet: FF, A5 and EC. RGB value is (255,165,236). Sum of RGB (Red+Green+Blue) = 255+165+236=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5EC is #005A13. Grayscale: #C7C7C7. Windows color (decimal): -23060 or 15508991. OLE color: 15508991.
HSL color Cylindrical-coordinate representation of color #FFA5EC: hue angle of 312.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5EC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 236 | - |
| CMYK | 0 | 0.35 | 0.07 | 0 |
| HSL | 312.67º | 1% | 0.82% | - |
| HSV(B) | 312.67º | 0.35% | 1% | - |
| XYZ | 69.84 | 54.23 | 86.14 | - |
| YUV | 200 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 236 | 0 | 0.35 | 0.07 | 0 | 312.67 | 1 | 0.82 |
| Hex | FF | A5 | EC | 0 | 23 | 7 | 0 | 139 | 64 | 52 |
| Octal | 377 | 245 | 354 | 0 | 43 | 7 | 0 | 471 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11101100 | 0 | 100011 | 111 | 0 | 100111001 | 1100100 | 1010010 |
Color Harmonies of #FFA5EC
Complementary color
Monochromatic Colors of #FFA5EC
Black with #FFA5EC
Text Example
Text Example
White with #FFA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5EC; }
p { color: rgb(255,165,236); }
H1.HeaderClassName
{
color: #FFA5EC;
}
.AnyTagClassName
{
color: #FFA5EC;
}
</style>
background-color css
<style>
a { background-color: #FFA5EC; }
a { background-color: rgb(255,165,236); }
div.DivClassName
{
background-color: #FFA5EC;
}
.BgClassName
{
background-color: #FFA5EC;
}
</style>
border-color css
<style>
span { border-color: #FFA5EC; }
span { border-color: rgb(255,165,236); }
td.TdClassName
{
border-color: #FFA5EC;
}
.TagClassName
{
border-color: #FFA5EC;
}
</style>