Shades of Lavender Pink #FFAAD2
Tints of Lavender Pink #FFAAD2
RGB
CMYK
RGB Variations
Color information
#FFAAD2 (or 0xFFAAD2) is known color: Lavender Pink. HEX triplet: FF, AA and D2. RGB value is (255,170,210). Sum of RGB (Red+Green+Blue) = 255+170+210=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD2 is #00552D. Grayscale: #C7C7C7. Windows color (decimal): -21806 or 13806335. OLE color: 13806335.
HSL color Cylindrical-coordinate representation of color #FFAAD2: hue angle of 331.76º 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 #FFAAD2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 210 | - |
| CMYK | 0 | 0.33 | 0.18 | 0 |
| HSL | 331.76º | 1% | 0.83% | - |
| HSV(B) | 331.76º | 0.33% | 1% | - |
| XYZ | 67.25 | 54.66 | 67.98 | - |
| YUV | 199.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 210 | 0 | 0.33 | 0.18 | 0 | 331.76 | 1 | 0.83 |
| Hex | FF | AA | D2 | 0 | 21 | 12 | 0 | 14C | 64 | 53 |
| Octal | 377 | 252 | 322 | 0 | 41 | 22 | 0 | 514 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11010010 | 0 | 100001 | 10010 | 0 | 101001100 | 1100100 | 1010011 |
Color Harmonies of #FFAAD2
Complementary color
Monochromatic Colors of #FFAAD2
Black with #FFAAD2
Text Example
Text Example
White with #FFAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAD2; }
p { color: rgb(255,170,210); }
H1.HeaderClassName
{
color: #FFAAD2;
}
.AnyTagClassName
{
color: #FFAAD2;
}
</style>
background-color css
<style>
a { background-color: #FFAAD2; }
a { background-color: rgb(255,170,210); }
div.DivClassName
{
background-color: #FFAAD2;
}
.BgClassName
{
background-color: #FFAAD2;
}
</style>
border-color css
<style>
span { border-color: #FFAAD2; }
span { border-color: rgb(255,170,210); }
td.TdClassName
{
border-color: #FFAAD2;
}
.TagClassName
{
border-color: #FFAAD2;
}
</style>