Shades of Lavender Rose #FFA0E8
Tints of Lavender Rose #FFA0E8
RGB
CMYK
RGB Variations
Color information
#FFA0E8 (or 0xFFA0E8) is known color: Lavender Rose. HEX triplet: FF, A0 and E8. RGB value is (255,160,232). Sum of RGB (Red+Green+Blue) = 255+160+232=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 160 (62.89% from 255 or 24.73% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0E8 is #005F17. Grayscale: #C4C4C4. Windows color (decimal): -24344 or 15245567. OLE color: 15245567.
HSL color Cylindrical-coordinate representation of color #FFA0E8: hue angle of 314.53º 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 #FFA0E8 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 232 | - |
| CMYK | 0 | 0.37 | 0.09 | 0 |
| HSL | 314.53º | 1% | 0.81% | - |
| HSV(B) | 314.53º | 0.37% | 1% | - |
| XYZ | 68.38 | 52.23 | 82.82 | - |
| YUV | 196.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 232 | 0 | 0.37 | 0.09 | 0 | 314.53 | 1 | 0.81 |
| Hex | FF | A0 | E8 | 0 | 25 | 9 | 0 | 13B | 64 | 51 |
| Octal | 377 | 240 | 350 | 0 | 45 | 11 | 0 | 473 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11101000 | 0 | 100101 | 1001 | 0 | 100111011 | 1100100 | 1010001 |
Color Harmonies of #FFA0E8
Complementary color
Monochromatic Colors of #FFA0E8
Black with #FFA0E8
Text Example
Text Example
White with #FFA0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0E8; }
p { color: rgb(255,160,232); }
H1.HeaderClassName
{
color: #FFA0E8;
}
.AnyTagClassName
{
color: #FFA0E8;
}
</style>
background-color css
<style>
a { background-color: #FFA0E8; }
a { background-color: rgb(255,160,232); }
div.DivClassName
{
background-color: #FFA0E8;
}
.BgClassName
{
background-color: #FFA0E8;
}
</style>
border-color css
<style>
span { border-color: #FFA0E8; }
span { border-color: rgb(255,160,232); }
td.TdClassName
{
border-color: #FFA0E8;
}
.TagClassName
{
border-color: #FFA0E8;
}
</style>