Shades of Lavender Rose #FFA0EA
Tints of Lavender Rose #FFA0EA
RGB
CMYK
RGB Variations
Color information
#FFA0EA (or 0xFFA0EA) is known color: Lavender Rose. HEX triplet: FF, A0 and EA. RGB value is (255,160,234). Sum of RGB (Red+Green+Blue) = 255+160+234=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0EA is #005F15. Grayscale: #C4C4C4. Windows color (decimal): -24342 or 15376639. OLE color: 15376639.
HSL color Cylindrical-coordinate representation of color #FFA0EA: hue angle of 313.26º 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 #FFA0EA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 234 | - |
| CMYK | 0 | 0.37 | 0.08 | 0 |
| HSL | 313.26º | 1% | 0.81% | - |
| HSV(B) | 313.26º | 0.37% | 1% | - |
| XYZ | 68.66 | 52.34 | 84.33 | - |
| YUV | 196.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 234 | 0 | 0.37 | 0.08 | 0 | 313.26 | 1 | 0.81 |
| Hex | FF | A0 | EA | 0 | 25 | 8 | 0 | 139 | 64 | 51 |
| Octal | 377 | 240 | 352 | 0 | 45 | 10 | 0 | 471 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11101010 | 0 | 100101 | 1000 | 0 | 100111001 | 1100100 | 1010001 |
Color Harmonies of #FFA0EA
Complementary color
Monochromatic Colors of #FFA0EA
Black with #FFA0EA
Text Example
Text Example
White with #FFA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0EA; }
p { color: rgb(255,160,234); }
H1.HeaderClassName
{
color: #FFA0EA;
}
.AnyTagClassName
{
color: #FFA0EA;
}
</style>
background-color css
<style>
a { background-color: #FFA0EA; }
a { background-color: rgb(255,160,234); }
div.DivClassName
{
background-color: #FFA0EA;
}
.BgClassName
{
background-color: #FFA0EA;
}
</style>
border-color css
<style>
span { border-color: #FFA0EA; }
span { border-color: rgb(255,160,234); }
td.TdClassName
{
border-color: #FFA0EA;
}
.TagClassName
{
border-color: #FFA0EA;
}
</style>