Shades of Lavender Pink #FFAAD7
Tints of Lavender Pink #FFAAD7
RGB
CMYK
RGB Variations
Color information
#FFAAD7 (or 0xFFAAD7) is known color: Lavender Pink. HEX triplet: FF, AA and D7. RGB value is (255,170,215). Sum of RGB (Red+Green+Blue) = 255+170+215=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD7 is #005528. Grayscale: #C8C8C8. Windows color (decimal): -21801 or 14134015. OLE color: 14134015.
HSL color Cylindrical-coordinate representation of color #FFAAD7: hue angle of 328.24º 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 #FFAAD7 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 215 | - |
| CMYK | 0 | 0.33 | 0.16 | 0 |
| HSL | 328.24º | 1% | 0.83% | - |
| HSV(B) | 328.24º | 0.33% | 1% | - |
| XYZ | 67.88 | 54.92 | 71.31 | - |
| YUV | 200.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 215 | 0 | 0.33 | 0.16 | 0 | 328.24 | 1 | 0.83 |
| Hex | FF | AA | D7 | 0 | 21 | 10 | 0 | 148 | 64 | 53 |
| Octal | 377 | 252 | 327 | 0 | 41 | 20 | 0 | 510 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11010111 | 0 | 100001 | 10000 | 0 | 101001000 | 1100100 | 1010011 |
Color Harmonies of #FFAAD7
Complementary color
Monochromatic Colors of #FFAAD7
Black with #FFAAD7
Text Example
Text Example
White with #FFAAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAD7; }
p { color: rgb(255,170,215); }
H1.HeaderClassName
{
color: #FFAAD7;
}
.AnyTagClassName
{
color: #FFAAD7;
}
</style>
background-color css
<style>
a { background-color: #FFAAD7; }
a { background-color: rgb(255,170,215); }
div.DivClassName
{
background-color: #FFAAD7;
}
.BgClassName
{
background-color: #FFAAD7;
}
</style>
border-color css
<style>
span { border-color: #FFAAD7; }
span { border-color: rgb(255,170,215); }
td.TdClassName
{
border-color: #FFAAD7;
}
.TagClassName
{
border-color: #FFAAD7;
}
</style>