Shades of Lavender Pink #FFA0D2
Tints of Lavender Pink #FFA0D2
RGB
CMYK
RGB Variations
Color information
#FFA0D2 (or 0xFFA0D2) is known color: Lavender Pink. HEX triplet: FF, A0 and D2. RGB value is (255,160,210). Sum of RGB (Red+Green+Blue) = 255+160+210=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D2 is #005F2D. Grayscale: #C1C1C1. Windows color (decimal): -24366 or 13803775. OLE color: 13803775.
HSL color Cylindrical-coordinate representation of color #FFA0D2: hue angle of 328.42º 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 #FFA0D2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 210 | - |
| CMYK | 0 | 0.37 | 0.18 | 0 |
| HSL | 328.42º | 1% | 0.81% | - |
| HSV(B) | 328.42º | 0.37% | 1% | - |
| XYZ | 65.44 | 51.05 | 67.38 | - |
| YUV | 194.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 210 | 0 | 0.37 | 0.18 | 0 | 328.42 | 1 | 0.81 |
| Hex | FF | A0 | D2 | 0 | 25 | 12 | 0 | 148 | 64 | 51 |
| Octal | 377 | 240 | 322 | 0 | 45 | 22 | 0 | 510 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11010010 | 0 | 100101 | 10010 | 0 | 101001000 | 1100100 | 1010001 |
Color Harmonies of #FFA0D2
Complementary color
Monochromatic Colors of #FFA0D2
Black with #FFA0D2
Text Example
Text Example
White with #FFA0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0D2; }
p { color: rgb(255,160,210); }
H1.HeaderClassName
{
color: #FFA0D2;
}
.AnyTagClassName
{
color: #FFA0D2;
}
</style>
background-color css
<style>
a { background-color: #FFA0D2; }
a { background-color: rgb(255,160,210); }
div.DivClassName
{
background-color: #FFA0D2;
}
.BgClassName
{
background-color: #FFA0D2;
}
</style>
border-color css
<style>
span { border-color: #FFA0D2; }
span { border-color: rgb(255,160,210); }
td.TdClassName
{
border-color: #FFA0D2;
}
.TagClassName
{
border-color: #FFA0D2;
}
</style>