Shades of Lavender Rose #FFA0DD
Tints of Lavender Rose #FFA0DD
RGB
CMYK
RGB Variations
Color information
#FFA0DD (or 0xFFA0DD) is known color: Lavender Rose. HEX triplet: FF, A0 and DD. RGB value is (255,160,221). Sum of RGB (Red+Green+Blue) = 255+160+221=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0DD is #005F22. Grayscale: #C3C3C3. Windows color (decimal): -24355 or 14524671. OLE color: 14524671.
HSL color Cylindrical-coordinate representation of color #FFA0DD: hue angle of 321.47º 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 #FFA0DD is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 221 | - |
| CMYK | 0 | 0.37 | 0.13 | 0 |
| HSL | 321.47º | 1% | 0.81% | - |
| HSV(B) | 321.47º | 0.37% | 1% | - |
| XYZ | 66.86 | 51.62 | 74.85 | - |
| YUV | 195.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 221 | 0 | 0.37 | 0.13 | 0 | 321.47 | 1 | 0.81 |
| Hex | FF | A0 | DD | 0 | 25 | D | 0 | 141 | 64 | 51 |
| Octal | 377 | 240 | 335 | 0 | 45 | 15 | 0 | 501 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11011101 | 0 | 100101 | 1101 | 0 | 101000001 | 1100100 | 1010001 |
Color Harmonies of #FFA0DD
Complementary color
Monochromatic Colors of #FFA0DD
Black with #FFA0DD
Text Example
Text Example
White with #FFA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0DD; }
p { color: rgb(255,160,221); }
H1.HeaderClassName
{
color: #FFA0DD;
}
.AnyTagClassName
{
color: #FFA0DD;
}
</style>
background-color css
<style>
a { background-color: #FFA0DD; }
a { background-color: rgb(255,160,221); }
div.DivClassName
{
background-color: #FFA0DD;
}
.BgClassName
{
background-color: #FFA0DD;
}
</style>
border-color css
<style>
span { border-color: #FFA0DD; }
span { border-color: rgb(255,160,221); }
td.TdClassName
{
border-color: #FFA0DD;
}
.TagClassName
{
border-color: #FFA0DD;
}
</style>