Shades of Lavender Pink #FDAADB
Tints of Lavender Pink #FDAADB
RGB
CMYK
RGB Variations
Color information
#FDAADB (or 0xFDAADB) is known color: Lavender Pink. HEX triplet: FD, AA and DB. RGB value is (253,170,219). Sum of RGB (Red+Green+Blue) = 253+170+219=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAADB is #025524. Grayscale: #C8C8C8. Windows color (decimal): -152869 or 14396157. OLE color: 14396157.
HSL color Cylindrical-coordinate representation of color #FDAADB: hue angle of 324.58º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAADB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 219 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 324.58º | 0.95% | 0.83% | - |
| HSV(B) | 324.58º | 0.33% | 0.99% | - |
| XYZ | 67.67 | 54.75 | 74.02 | - |
| YUV | 200.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 219 | 0 | 0.33 | 0.13 | 0.01 | 324.58 | 0.95 | 0.83 |
| Hex | FD | AA | DB | 0 | 21 | D | 1 | 145 | 5F | 53 |
| Octal | 375 | 252 | 333 | 0 | 41 | 15 | 1 | 505 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11011011 | 0 | 100001 | 1101 | 1 | 101000101 | 1011111 | 1010011 |
Color Harmonies of #FDAADB
Complementary color
Monochromatic Colors of #FDAADB
Black with #FDAADB
Text Example
Text Example
White with #FDAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAADB; }
p { color: rgb(253,170,219); }
H1.HeaderClassName
{
color: #FDAADB;
}
.AnyTagClassName
{
color: #FDAADB;
}
</style>
background-color css
<style>
a { background-color: #FDAADB; }
a { background-color: rgb(253,170,219); }
div.DivClassName
{
background-color: #FDAADB;
}
.BgClassName
{
background-color: #FDAADB;
}
</style>
border-color css
<style>
span { border-color: #FDAADB; }
span { border-color: rgb(253,170,219); }
td.TdClassName
{
border-color: #FDAADB;
}
.TagClassName
{
border-color: #FDAADB;
}
</style>