Shades of Lavender Pink #FFA0D5
Tints of Lavender Pink #FFA0D5
RGB
CMYK
RGB Variations
Color information
#FFA0D5 (or 0xFFA0D5) is known color: Lavender Pink. HEX triplet: FF, A0 and D5. RGB value is (255,160,213). Sum of RGB (Red+Green+Blue) = 255+160+213=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D5 is #005F2A. Grayscale: #C2C2C2. Windows color (decimal): -24363 or 14000383. OLE color: 14000383.
HSL color Cylindrical-coordinate representation of color #FFA0D5: hue angle of 326.53º 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 #FFA0D5 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 213 | - |
| CMYK | 0 | 0.37 | 0.16 | 0 |
| HSL | 326.53º | 1% | 0.81% | - |
| HSV(B) | 326.53º | 0.37% | 1% | - |
| XYZ | 65.82 | 51.21 | 69.37 | - |
| YUV | 194.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 213 | 0 | 0.37 | 0.16 | 0 | 326.53 | 1 | 0.81 |
| Hex | FF | A0 | D5 | 0 | 25 | 10 | 0 | 147 | 64 | 51 |
| Octal | 377 | 240 | 325 | 0 | 45 | 20 | 0 | 507 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11010101 | 0 | 100101 | 10000 | 0 | 101000111 | 1100100 | 1010001 |
Color Harmonies of #FFA0D5
Complementary color
Monochromatic Colors of #FFA0D5
Black with #FFA0D5
Text Example
Text Example
White with #FFA0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0D5; }
p { color: rgb(255,160,213); }
H1.HeaderClassName
{
color: #FFA0D5;
}
.AnyTagClassName
{
color: #FFA0D5;
}
</style>
background-color css
<style>
a { background-color: #FFA0D5; }
a { background-color: rgb(255,160,213); }
div.DivClassName
{
background-color: #FFA0D5;
}
.BgClassName
{
background-color: #FFA0D5;
}
</style>
border-color css
<style>
span { border-color: #FFA0D5; }
span { border-color: rgb(255,160,213); }
td.TdClassName
{
border-color: #FFA0D5;
}
.TagClassName
{
border-color: #FFA0D5;
}
</style>