Shades of Lavender Pink #FFAAD4
Tints of Lavender Pink #FFAAD4
RGB
CMYK
RGB Variations
Color information
#FFAAD4 (or 0xFFAAD4) is known color: Lavender Pink. HEX triplet: FF, AA and D4. RGB value is (255,170,212). Sum of RGB (Red+Green+Blue) = 255+170+212=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD4 is #00552B. Grayscale: #C8C8C8. Windows color (decimal): -21804 or 13937407. OLE color: 13937407.
HSL color Cylindrical-coordinate representation of color #FFAAD4: hue angle of 330.35º 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 #FFAAD4 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 212 | - |
| CMYK | 0 | 0.33 | 0.17 | 0 |
| HSL | 330.35º | 1% | 0.83% | - |
| HSV(B) | 330.35º | 0.33% | 1% | - |
| XYZ | 67.5 | 54.76 | 69.3 | - |
| YUV | 200.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 212 | 0 | 0.33 | 0.17 | 0 | 330.35 | 1 | 0.83 |
| Hex | FF | AA | D4 | 0 | 21 | 11 | 0 | 14A | 64 | 53 |
| Octal | 377 | 252 | 324 | 0 | 41 | 21 | 0 | 512 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11010100 | 0 | 100001 | 10001 | 0 | 101001010 | 1100100 | 1010011 |
Color Harmonies of #FFAAD4
Complementary color
Monochromatic Colors of #FFAAD4
Black with #FFAAD4
Text Example
Text Example
White with #FFAAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAD4; }
p { color: rgb(255,170,212); }
H1.HeaderClassName
{
color: #FFAAD4;
}
.AnyTagClassName
{
color: #FFAAD4;
}
</style>
background-color css
<style>
a { background-color: #FFAAD4; }
a { background-color: rgb(255,170,212); }
div.DivClassName
{
background-color: #FFAAD4;
}
.BgClassName
{
background-color: #FFAAD4;
}
</style>
border-color css
<style>
span { border-color: #FFAAD4; }
span { border-color: rgb(255,170,212); }
td.TdClassName
{
border-color: #FFAAD4;
}
.TagClassName
{
border-color: #FFAAD4;
}
</style>