Shades of Lavender Pink #FFA0D7
Tints of Lavender Pink #FFA0D7
RGB
CMYK
RGB Variations
Color information
#FFA0D7 (or 0xFFA0D7) is known color: Lavender Pink. HEX triplet: FF, A0 and D7. RGB value is (255,160,215). Sum of RGB (Red+Green+Blue) = 255+160+215=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D7 is #005F28. Grayscale: #C2C2C2. Windows color (decimal): -24361 or 14131455. OLE color: 14131455.
HSL color Cylindrical-coordinate representation of color #FFA0D7: hue angle of 325.26º 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 #FFA0D7 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 215 | - |
| CMYK | 0 | 0.37 | 0.16 | 0 |
| HSL | 325.26º | 1% | 0.81% | - |
| HSV(B) | 325.26º | 0.37% | 1% | - |
| XYZ | 66.08 | 51.31 | 70.71 | - |
| YUV | 194.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 215 | 0 | 0.37 | 0.16 | 0 | 325.26 | 1 | 0.81 |
| Hex | FF | A0 | D7 | 0 | 25 | 10 | 0 | 145 | 64 | 51 |
| Octal | 377 | 240 | 327 | 0 | 45 | 20 | 0 | 505 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11010111 | 0 | 100101 | 10000 | 0 | 101000101 | 1100100 | 1010001 |
Color Harmonies of #FFA0D7
Complementary color
Monochromatic Colors of #FFA0D7
Black with #FFA0D7
Text Example
Text Example
White with #FFA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0D7; }
p { color: rgb(255,160,215); }
H1.HeaderClassName
{
color: #FFA0D7;
}
.AnyTagClassName
{
color: #FFA0D7;
}
</style>
background-color css
<style>
a { background-color: #FFA0D7; }
a { background-color: rgb(255,160,215); }
div.DivClassName
{
background-color: #FFA0D7;
}
.BgClassName
{
background-color: #FFA0D7;
}
</style>
border-color css
<style>
span { border-color: #FFA0D7; }
span { border-color: rgb(255,160,215); }
td.TdClassName
{
border-color: #FFA0D7;
}
.TagClassName
{
border-color: #FFA0D7;
}
</style>