Shades of Lavender Rose #FFA0E2
Tints of Lavender Rose #FFA0E2
RGB
CMYK
RGB Variations
Color information
#FFA0E2 (or 0xFFA0E2) is known color: Lavender Rose. HEX triplet: FF, A0 and E2. RGB value is (255,160,226). Sum of RGB (Red+Green+Blue) = 255+160+226=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 160 (62.89% from 255 or 24.96% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0E2 is #005F1D. Grayscale: #C3C3C3. Windows color (decimal): -24350 or 14852351. OLE color: 14852351.
HSL color Cylindrical-coordinate representation of color #FFA0E2: hue angle of 318.32º 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 #FFA0E2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 226 | - |
| CMYK | 0 | 0.37 | 0.11 | 0 |
| HSL | 318.32º | 1% | 0.81% | - |
| HSV(B) | 318.32º | 0.37% | 1% | - |
| XYZ | 67.54 | 51.89 | 78.41 | - |
| YUV | 195.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 226 | 0 | 0.37 | 0.11 | 0 | 318.32 | 1 | 0.81 |
| Hex | FF | A0 | E2 | 0 | 25 | B | 0 | 13E | 64 | 51 |
| Octal | 377 | 240 | 342 | 0 | 45 | 13 | 0 | 476 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11100010 | 0 | 100101 | 1011 | 0 | 100111110 | 1100100 | 1010001 |
Color Harmonies of #FFA0E2
Complementary color
Monochromatic Colors of #FFA0E2
Black with #FFA0E2
Text Example
Text Example
White with #FFA0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0E2; }
p { color: rgb(255,160,226); }
H1.HeaderClassName
{
color: #FFA0E2;
}
.AnyTagClassName
{
color: #FFA0E2;
}
</style>
background-color css
<style>
a { background-color: #FFA0E2; }
a { background-color: rgb(255,160,226); }
div.DivClassName
{
background-color: #FFA0E2;
}
.BgClassName
{
background-color: #FFA0E2;
}
</style>
border-color css
<style>
span { border-color: #FFA0E2; }
span { border-color: rgb(255,160,226); }
td.TdClassName
{
border-color: #FFA0E2;
}
.TagClassName
{
border-color: #FFA0E2;
}
</style>