Shades of Lavender Pink #FFAADB
Tints of Lavender Pink #FFAADB
RGB
CMYK
RGB Variations
Color information
#FFAADB (or 0xFFAADB) is known color: Lavender Pink. HEX triplet: FF, AA and DB. RGB value is (255,170,219). Sum of RGB (Red+Green+Blue) = 255+170+219=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAADB is #005524. Grayscale: #C8C8C8. Windows color (decimal): -21797 or 14396159. OLE color: 14396159.
HSL color Cylindrical-coordinate representation of color #FFAADB: hue angle of 325.41º 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 #FFAADB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 219 | - |
| CMYK | 0 | 0.33 | 0.14 | 0 |
| HSL | 325.41º | 1% | 0.83% | - |
| HSV(B) | 325.41º | 0.33% | 1% | - |
| XYZ | 68.4 | 55.12 | 74.05 | - |
| YUV | 201 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 219 | 0 | 0.33 | 0.14 | 0 | 325.41 | 1 | 0.83 |
| Hex | FF | AA | DB | 0 | 21 | E | 0 | 145 | 64 | 53 |
| Octal | 377 | 252 | 333 | 0 | 41 | 16 | 0 | 505 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11011011 | 0 | 100001 | 1110 | 0 | 101000101 | 1100100 | 1010011 |
Color Harmonies of #FFAADB
Complementary color
Monochromatic Colors of #FFAADB
Black with #FFAADB
Text Example
Text Example
White with #FFAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAADB; }
p { color: rgb(255,170,219); }
H1.HeaderClassName
{
color: #FFAADB;
}
.AnyTagClassName
{
color: #FFAADB;
}
</style>
background-color css
<style>
a { background-color: #FFAADB; }
a { background-color: rgb(255,170,219); }
div.DivClassName
{
background-color: #FFAADB;
}
.BgClassName
{
background-color: #FFAADB;
}
</style>
border-color css
<style>
span { border-color: #FFAADB; }
span { border-color: rgb(255,170,219); }
td.TdClassName
{
border-color: #FFAADB;
}
.TagClassName
{
border-color: #FFAADB;
}
</style>