Shades of Lavender Rose #FFA0DC
Tints of Lavender Rose #FFA0DC
RGB
CMYK
RGB Variations
Color information
#FFA0DC (or 0xFFA0DC) is known color: Lavender Rose. HEX triplet: FF, A0 and DC. RGB value is (255,160,220). Sum of RGB (Red+Green+Blue) = 255+160+220=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0DC is #005F23. Grayscale: #C3C3C3. Windows color (decimal): -24356 or 14459135. OLE color: 14459135.
HSL color Cylindrical-coordinate representation of color #FFA0DC: hue angle of 322.11º 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 #FFA0DC is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 220 | - |
| CMYK | 0 | 0.37 | 0.14 | 0 |
| HSL | 322.11º | 1% | 0.81% | - |
| HSV(B) | 322.11º | 0.37% | 1% | - |
| XYZ | 66.73 | 51.57 | 74.15 | - |
| YUV | 195.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 220 | 0 | 0.37 | 0.14 | 0 | 322.11 | 1 | 0.81 |
| Hex | FF | A0 | DC | 0 | 25 | E | 0 | 142 | 64 | 51 |
| Octal | 377 | 240 | 334 | 0 | 45 | 16 | 0 | 502 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11011100 | 0 | 100101 | 1110 | 0 | 101000010 | 1100100 | 1010001 |
Color Harmonies of #FFA0DC
Complementary color
Monochromatic Colors of #FFA0DC
Black with #FFA0DC
Text Example
Text Example
White with #FFA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0DC; }
p { color: rgb(255,160,220); }
H1.HeaderClassName
{
color: #FFA0DC;
}
.AnyTagClassName
{
color: #FFA0DC;
}
</style>
background-color css
<style>
a { background-color: #FFA0DC; }
a { background-color: rgb(255,160,220); }
div.DivClassName
{
background-color: #FFA0DC;
}
.BgClassName
{
background-color: #FFA0DC;
}
</style>
border-color css
<style>
span { border-color: #FFA0DC; }
span { border-color: rgb(255,160,220); }
td.TdClassName
{
border-color: #FFA0DC;
}
.TagClassName
{
border-color: #FFA0DC;
}
</style>