Shades of Lavender Pink #FFAAD8
Tints of Lavender Pink #FFAAD8
RGB
CMYK
RGB Variations
Color information
#FFAAD8 (or 0xFFAAD8) is known color: Lavender Pink. HEX triplet: FF, AA and D8. RGB value is (255,170,216). Sum of RGB (Red+Green+Blue) = 255+170+216=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD8 is #005527. Grayscale: #C8C8C8. Windows color (decimal): -21800 or 14199551. OLE color: 14199551.
HSL color Cylindrical-coordinate representation of color #FFAAD8: hue angle of 327.53º 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 #FFAAD8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 216 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 327.53º | 1% | 0.83% | - |
| HSV(B) | 327.53º | 0.33% | 1% | - |
| XYZ | 68.01 | 54.97 | 71.99 | - |
| YUV | 200.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 216 | 0 | 0.33 | 0.15 | 0 | 327.53 | 1 | 0.83 |
| Hex | FF | AA | D8 | 0 | 21 | F | 0 | 148 | 64 | 53 |
| Octal | 377 | 252 | 330 | 0 | 41 | 17 | 0 | 510 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11011000 | 0 | 100001 | 1111 | 0 | 101001000 | 1100100 | 1010011 |
Color Harmonies of #FFAAD8
Complementary color
Monochromatic Colors of #FFAAD8
Black with #FFAAD8
Text Example
Text Example
White with #FFAAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAD8; }
p { color: rgb(255,170,216); }
H1.HeaderClassName
{
color: #FFAAD8;
}
.AnyTagClassName
{
color: #FFAAD8;
}
</style>
background-color css
<style>
a { background-color: #FFAAD8; }
a { background-color: rgb(255,170,216); }
div.DivClassName
{
background-color: #FFAAD8;
}
.BgClassName
{
background-color: #FFAAD8;
}
</style>
border-color css
<style>
span { border-color: #FFAAD8; }
span { border-color: rgb(255,170,216); }
td.TdClassName
{
border-color: #FFAAD8;
}
.TagClassName
{
border-color: #FFAAD8;
}
</style>