Shades of Lavender Pink #FFA9D1
Tints of Lavender Pink #FFA9D1
RGB
CMYK
RGB Variations
Color information
#FFA9D1 (or 0xFFA9D1) is known color: Lavender Pink. HEX triplet: FF, A9 and D1. RGB value is (255,169,209). Sum of RGB (Red+Green+Blue) = 255+169+209=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9D1 is #00562E. Grayscale: #C7C7C7. Windows color (decimal): -22063 or 13740543. OLE color: 13740543.
HSL color Cylindrical-coordinate representation of color #FFA9D1: hue angle of 332.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9D1 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 209 | - |
| CMYK | 0 | 0.34 | 0.18 | 0 |
| HSL | 332.09º | 1% | 0.83% | - |
| HSV(B) | 332.09º | 0.34% | 1% | - |
| XYZ | 66.94 | 54.24 | 67.26 | - |
| YUV | 199.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 209 | 0 | 0.34 | 0.18 | 0 | 332.09 | 1 | 0.83 |
| Hex | FF | A9 | D1 | 0 | 22 | 12 | 0 | 14C | 64 | 53 |
| Octal | 377 | 251 | 321 | 0 | 42 | 22 | 0 | 514 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11010001 | 0 | 100010 | 10010 | 0 | 101001100 | 1100100 | 1010011 |
Color Harmonies of #FFA9D1
Complementary color
Monochromatic Colors of #FFA9D1
Black with #FFA9D1
Text Example
Text Example
White with #FFA9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9D1; }
p { color: rgb(255,169,209); }
H1.HeaderClassName
{
color: #FFA9D1;
}
.AnyTagClassName
{
color: #FFA9D1;
}
</style>
background-color css
<style>
a { background-color: #FFA9D1; }
a { background-color: rgb(255,169,209); }
div.DivClassName
{
background-color: #FFA9D1;
}
.BgClassName
{
background-color: #FFA9D1;
}
</style>
border-color css
<style>
span { border-color: #FFA9D1; }
span { border-color: rgb(255,169,209); }
td.TdClassName
{
border-color: #FFA9D1;
}
.TagClassName
{
border-color: #FFA9D1;
}
</style>