Shades of Lavender Rose #FFA0ED
Tints of Lavender Rose #FFA0ED
RGB
CMYK
RGB Variations
Color information
#FFA0ED (or 0xFFA0ED) is known color: Lavender Rose. HEX triplet: FF, A0 and ED. RGB value is (255,160,237). Sum of RGB (Red+Green+Blue) = 255+160+237=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0ED is #005F12. Grayscale: #C4C4C4. Windows color (decimal): -24339 or 15573247. OLE color: 15573247.
HSL color Cylindrical-coordinate representation of color #FFA0ED: hue angle of 311.37º 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 #FFA0ED is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 237 | - |
| CMYK | 0 | 0.37 | 0.07 | 0 |
| HSL | 311.37º | 1% | 0.81% | - |
| HSV(B) | 311.37º | 0.37% | 1% | - |
| XYZ | 69.1 | 52.52 | 86.62 | - |
| YUV | 197.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 237 | 0 | 0.37 | 0.07 | 0 | 311.37 | 1 | 0.81 |
| Hex | FF | A0 | ED | 0 | 25 | 7 | 0 | 137 | 64 | 51 |
| Octal | 377 | 240 | 355 | 0 | 45 | 7 | 0 | 467 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11101101 | 0 | 100101 | 111 | 0 | 100110111 | 1100100 | 1010001 |
Color Harmonies of #FFA0ED
Complementary color
Monochromatic Colors of #FFA0ED
Black with #FFA0ED
Text Example
Text Example
White with #FFA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0ED; }
p { color: rgb(255,160,237); }
H1.HeaderClassName
{
color: #FFA0ED;
}
.AnyTagClassName
{
color: #FFA0ED;
}
</style>
background-color css
<style>
a { background-color: #FFA0ED; }
a { background-color: rgb(255,160,237); }
div.DivClassName
{
background-color: #FFA0ED;
}
.BgClassName
{
background-color: #FFA0ED;
}
</style>
border-color css
<style>
span { border-color: #FFA0ED; }
span { border-color: rgb(255,160,237); }
td.TdClassName
{
border-color: #FFA0ED;
}
.TagClassName
{
border-color: #FFA0ED;
}
</style>