Shades of Lavender Pink #FFAAD1
Tints of Lavender Pink #FFAAD1
RGB
CMYK
RGB Variations
Color information
#FFAAD1 (or 0xFFAAD1) is known color: Lavender Pink. HEX triplet: FF, AA and D1. RGB value is (255,170,209). Sum of RGB (Red+Green+Blue) = 255+170+209=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD1 is #00552E. Grayscale: #C7C7C7. Windows color (decimal): -21807 or 13740799. OLE color: 13740799.
HSL color Cylindrical-coordinate representation of color #FFAAD1: hue angle of 332.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAD1 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 209 | - |
| CMYK | 0 | 0.33 | 0.18 | 0 |
| HSL | 332.47º | 1% | 0.83% | - |
| HSV(B) | 332.47º | 0.33% | 1% | - |
| XYZ | 67.12 | 54.61 | 67.33 | - |
| YUV | 199.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 209 | 0 | 0.33 | 0.18 | 0 | 332.47 | 1 | 0.83 |
| Hex | FF | AA | D1 | 0 | 21 | 12 | 0 | 14C | 64 | 53 |
| Octal | 377 | 252 | 321 | 0 | 41 | 22 | 0 | 514 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11010001 | 0 | 100001 | 10010 | 0 | 101001100 | 1100100 | 1010011 |
Color Harmonies of #FFAAD1
Complementary color
Monochromatic Colors of #FFAAD1
Black with #FFAAD1
Text Example
Text Example
White with #FFAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAD1; }
p { color: rgb(255,170,209); }
H1.HeaderClassName
{
color: #FFAAD1;
}
.AnyTagClassName
{
color: #FFAAD1;
}
</style>
background-color css
<style>
a { background-color: #FFAAD1; }
a { background-color: rgb(255,170,209); }
div.DivClassName
{
background-color: #FFAAD1;
}
.BgClassName
{
background-color: #FFAAD1;
}
</style>
border-color css
<style>
span { border-color: #FFAAD1; }
span { border-color: rgb(255,170,209); }
td.TdClassName
{
border-color: #FFAAD1;
}
.TagClassName
{
border-color: #FFAAD1;
}
</style>