Shades of Lavender Rose #FFA0E4
Tints of Lavender Rose #FFA0E4
RGB
CMYK
RGB Variations
Color information
#FFA0E4 (or 0xFFA0E4) is known color: Lavender Rose. HEX triplet: FF, A0 and E4. RGB value is (255,160,228). Sum of RGB (Red+Green+Blue) = 255+160+228=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0E4 is #005F1B. Grayscale: #C3C3C3. Windows color (decimal): -24348 or 14983423. OLE color: 14983423.
HSL color Cylindrical-coordinate representation of color #FFA0E4: hue angle of 317.05º 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 #FFA0E4 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 228 | - |
| CMYK | 0 | 0.37 | 0.11 | 0 |
| HSL | 317.05º | 1% | 0.81% | - |
| HSV(B) | 317.05º | 0.37% | 1% | - |
| XYZ | 67.81 | 52 | 79.86 | - |
| YUV | 196.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 228 | 0 | 0.37 | 0.11 | 0 | 317.05 | 1 | 0.81 |
| Hex | FF | A0 | E4 | 0 | 25 | B | 0 | 13D | 64 | 51 |
| Octal | 377 | 240 | 344 | 0 | 45 | 13 | 0 | 475 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11100100 | 0 | 100101 | 1011 | 0 | 100111101 | 1100100 | 1010001 |
Color Harmonies of #FFA0E4
Complementary color
Monochromatic Colors of #FFA0E4
Black with #FFA0E4
Text Example
Text Example
White with #FFA0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0E4; }
p { color: rgb(255,160,228); }
H1.HeaderClassName
{
color: #FFA0E4;
}
.AnyTagClassName
{
color: #FFA0E4;
}
</style>
background-color css
<style>
a { background-color: #FFA0E4; }
a { background-color: rgb(255,160,228); }
div.DivClassName
{
background-color: #FFA0E4;
}
.BgClassName
{
background-color: #FFA0E4;
}
</style>
border-color css
<style>
span { border-color: #FFA0E4; }
span { border-color: rgb(255,160,228); }
td.TdClassName
{
border-color: #FFA0E4;
}
.TagClassName
{
border-color: #FFA0E4;
}
</style>