Shades of Lavender Rose #FFA0D9
Tints of Lavender Rose #FFA0D9
RGB
CMYK
RGB Variations
Color information
#FFA0D9 (or 0xFFA0D9) is known color: Lavender Rose. HEX triplet: FF, A0 and D9. RGB value is (255,160,217). Sum of RGB (Red+Green+Blue) = 255+160+217=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D9 is #005F26. Grayscale: #C2C2C2. Windows color (decimal): -24359 or 14262527. OLE color: 14262527.
HSL color Cylindrical-coordinate representation of color #FFA0D9: hue angle of 324º 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 #FFA0D9 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 217 | - |
| CMYK | 0 | 0.37 | 0.15 | 0 |
| HSL | 324º | 1% | 0.81% | - |
| HSV(B) | 324º | 0.37% | 1% | - |
| XYZ | 66.34 | 51.41 | 72.07 | - |
| YUV | 194.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 217 | 0 | 0.37 | 0.15 | 0 | 324 | 1 | 0.81 |
| Hex | FF | A0 | D9 | 0 | 25 | F | 0 | 144 | 64 | 51 |
| Octal | 377 | 240 | 331 | 0 | 45 | 17 | 0 | 504 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11011001 | 0 | 100101 | 1111 | 0 | 101000100 | 1100100 | 1010001 |
Color Harmonies of #FFA0D9
Complementary color
Monochromatic Colors of #FFA0D9
Black with #FFA0D9
Text Example
Text Example
White with #FFA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0D9; }
p { color: rgb(255,160,217); }
H1.HeaderClassName
{
color: #FFA0D9;
}
.AnyTagClassName
{
color: #FFA0D9;
}
</style>
background-color css
<style>
a { background-color: #FFA0D9; }
a { background-color: rgb(255,160,217); }
div.DivClassName
{
background-color: #FFA0D9;
}
.BgClassName
{
background-color: #FFA0D9;
}
</style>
border-color css
<style>
span { border-color: #FFA0D9; }
span { border-color: rgb(255,160,217); }
td.TdClassName
{
border-color: #FFA0D9;
}
.TagClassName
{
border-color: #FFA0D9;
}
</style>