Shades of Lavender Rose #FFA0E5
Tints of Lavender Rose #FFA0E5
RGB
CMYK
RGB Variations
Color information
#FFA0E5 (or 0xFFA0E5) is known color: Lavender Rose. HEX triplet: FF, A0 and E5. RGB value is (255,160,229). Sum of RGB (Red+Green+Blue) = 255+160+229=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 160 (62.89% from 255 or 24.84% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0E5 is #005F1A. Grayscale: #C4C4C4. Windows color (decimal): -24347 or 15048959. OLE color: 15048959.
HSL color Cylindrical-coordinate representation of color #FFA0E5: hue angle of 316.42º 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 #FFA0E5 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 229 | - |
| CMYK | 0 | 0.37 | 0.10 | 0 |
| HSL | 316.42º | 1% | 0.81% | - |
| HSV(B) | 316.42º | 0.37% | 1% | - |
| XYZ | 67.95 | 52.06 | 80.6 | - |
| YUV | 196.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 229 | 0 | 0.37 | 0.10 | 0 | 316.42 | 1 | 0.81 |
| Hex | FF | A0 | E5 | 0 | 25 | A | 0 | 13C | 64 | 51 |
| Octal | 377 | 240 | 345 | 0 | 45 | 12 | 0 | 474 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11100101 | 0 | 100101 | 1010 | 0 | 100111100 | 1100100 | 1010001 |
Color Harmonies of #FFA0E5
Complementary color
Monochromatic Colors of #FFA0E5
Black with #FFA0E5
Text Example
Text Example
White with #FFA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0E5; }
p { color: rgb(255,160,229); }
H1.HeaderClassName
{
color: #FFA0E5;
}
.AnyTagClassName
{
color: #FFA0E5;
}
</style>
background-color css
<style>
a { background-color: #FFA0E5; }
a { background-color: rgb(255,160,229); }
div.DivClassName
{
background-color: #FFA0E5;
}
.BgClassName
{
background-color: #FFA0E5;
}
</style>
border-color css
<style>
span { border-color: #FFA0E5; }
span { border-color: rgb(255,160,229); }
td.TdClassName
{
border-color: #FFA0E5;
}
.TagClassName
{
border-color: #FFA0E5;
}
</style>