Shades of Lavender Rose #FFA0DA
Tints of Lavender Rose #FFA0DA
RGB
CMYK
RGB Variations
Color information
#FFA0DA (or 0xFFA0DA) is known color: Lavender Rose. HEX triplet: FF, A0 and DA. RGB value is (255,160,218). Sum of RGB (Red+Green+Blue) = 255+160+218=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0DA is #005F25. Grayscale: #C2C2C2. Windows color (decimal): -24358 or 14328063. OLE color: 14328063.
HSL color Cylindrical-coordinate representation of color #FFA0DA: hue angle of 323.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 #FFA0DA is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 218 | - |
| CMYK | 0 | 0.37 | 0.15 | 0 |
| HSL | 323.37º | 1% | 0.81% | - |
| HSV(B) | 323.37º | 0.37% | 1% | - |
| XYZ | 66.47 | 51.46 | 72.76 | - |
| YUV | 195.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 218 | 0 | 0.37 | 0.15 | 0 | 323.37 | 1 | 0.81 |
| Hex | FF | A0 | DA | 0 | 25 | F | 0 | 143 | 64 | 51 |
| Octal | 377 | 240 | 332 | 0 | 45 | 17 | 0 | 503 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11011010 | 0 | 100101 | 1111 | 0 | 101000011 | 1100100 | 1010001 |
Color Harmonies of #FFA0DA
Complementary color
Monochromatic Colors of #FFA0DA
Black with #FFA0DA
Text Example
Text Example
White with #FFA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0DA; }
p { color: rgb(255,160,218); }
H1.HeaderClassName
{
color: #FFA0DA;
}
.AnyTagClassName
{
color: #FFA0DA;
}
</style>
background-color css
<style>
a { background-color: #FFA0DA; }
a { background-color: rgb(255,160,218); }
div.DivClassName
{
background-color: #FFA0DA;
}
.BgClassName
{
background-color: #FFA0DA;
}
</style>
border-color css
<style>
span { border-color: #FFA0DA; }
span { border-color: rgb(255,160,218); }
td.TdClassName
{
border-color: #FFA0DA;
}
.TagClassName
{
border-color: #FFA0DA;
}
</style>