Shades of Lavender Pink #FFAADC
Tints of Lavender Pink #FFAADC
RGB
CMYK
RGB Variations
Color information
#FFAADC (or 0xFFAADC) is known color: Lavender Pink. HEX triplet: FF, AA and DC. RGB value is (255,170,220). Sum of RGB (Red+Green+Blue) = 255+170+220=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAADC is #005523. Grayscale: #C9C9C9. Windows color (decimal): -21796 or 14461695. OLE color: 14461695.
HSL color Cylindrical-coordinate representation of color #FFAADC: hue angle of 324.71º 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 #FFAADC is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 220 | - |
| CMYK | 0 | 0.33 | 0.14 | 0 |
| HSL | 324.71º | 1% | 0.83% | - |
| HSV(B) | 324.71º | 0.33% | 1% | - |
| XYZ | 68.53 | 55.18 | 74.75 | - |
| YUV | 201.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 220 | 0 | 0.33 | 0.14 | 0 | 324.71 | 1 | 0.83 |
| Hex | FF | AA | DC | 0 | 21 | E | 0 | 145 | 64 | 53 |
| Octal | 377 | 252 | 334 | 0 | 41 | 16 | 0 | 505 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11011100 | 0 | 100001 | 1110 | 0 | 101000101 | 1100100 | 1010011 |
Color Harmonies of #FFAADC
Complementary color
Monochromatic Colors of #FFAADC
Black with #FFAADC
Text Example
Text Example
White with #FFAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAADC; }
p { color: rgb(255,170,220); }
H1.HeaderClassName
{
color: #FFAADC;
}
.AnyTagClassName
{
color: #FFAADC;
}
</style>
background-color css
<style>
a { background-color: #FFAADC; }
a { background-color: rgb(255,170,220); }
div.DivClassName
{
background-color: #FFAADC;
}
.BgClassName
{
background-color: #FFAADC;
}
</style>
border-color css
<style>
span { border-color: #FFAADC; }
span { border-color: rgb(255,170,220); }
td.TdClassName
{
border-color: #FFAADC;
}
.TagClassName
{
border-color: #FFAADC;
}
</style>