Shades of Lavender Pink #FFAADA
Tints of Lavender Pink #FFAADA
RGB
CMYK
RGB Variations
Color information
#FFAADA (or 0xFFAADA) is known color: Lavender Pink. HEX triplet: FF, AA and DA. RGB value is (255,170,218). Sum of RGB (Red+Green+Blue) = 255+170+218=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAADA is #005525. Grayscale: #C8C8C8. Windows color (decimal): -21798 or 14330623. OLE color: 14330623.
HSL color Cylindrical-coordinate representation of color #FFAADA: hue angle of 326.12º 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 #FFAADA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 218 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 326.12º | 1% | 0.83% | - |
| HSV(B) | 326.12º | 0.33% | 1% | - |
| XYZ | 68.27 | 55.07 | 73.36 | - |
| YUV | 200.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 218 | 0 | 0.33 | 0.15 | 0 | 326.12 | 1 | 0.83 |
| Hex | FF | AA | DA | 0 | 21 | F | 0 | 146 | 64 | 53 |
| Octal | 377 | 252 | 332 | 0 | 41 | 17 | 0 | 506 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11011010 | 0 | 100001 | 1111 | 0 | 101000110 | 1100100 | 1010011 |
Color Harmonies of #FFAADA
Complementary color
Monochromatic Colors of #FFAADA
Black with #FFAADA
Text Example
Text Example
White with #FFAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAADA; }
p { color: rgb(255,170,218); }
H1.HeaderClassName
{
color: #FFAADA;
}
.AnyTagClassName
{
color: #FFAADA;
}
</style>
background-color css
<style>
a { background-color: #FFAADA; }
a { background-color: rgb(255,170,218); }
div.DivClassName
{
background-color: #FFAADA;
}
.BgClassName
{
background-color: #FFAADA;
}
</style>
border-color css
<style>
span { border-color: #FFAADA; }
span { border-color: rgb(255,170,218); }
td.TdClassName
{
border-color: #FFAADA;
}
.TagClassName
{
border-color: #FFAADA;
}
</style>