Shades of Lavender Pink #FDABDB
Tints of Lavender Pink #FDABDB
RGB
CMYK
RGB Variations
Color information
#FDABDB (or 0xFDABDB) is known color: Lavender Pink. HEX triplet: FD, AB and DB. RGB value is (253,171,219). Sum of RGB (Red+Green+Blue) = 253+171+219=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABDB is #025424. Grayscale: #C8C8C8. Windows color (decimal): -152613 or 14396413. OLE color: 14396413.
HSL color Cylindrical-coordinate representation of color #FDABDB: hue angle of 324.88º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABDB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 219 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.01 |
| HSL | 324.88º | 0.95% | 0.83% | - |
| HSV(B) | 324.88º | 0.32% | 0.99% | - |
| XYZ | 67.86 | 55.12 | 74.08 | - |
| YUV | 200.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 219 | 0 | 0.32 | 0.13 | 0.01 | 324.88 | 0.95 | 0.83 |
| Hex | FD | AB | DB | 0 | 20 | D | 1 | 145 | 5F | 53 |
| Octal | 375 | 253 | 333 | 0 | 40 | 15 | 1 | 505 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11011011 | 0 | 100000 | 1101 | 1 | 101000101 | 1011111 | 1010011 |
Color Harmonies of #FDABDB
Complementary color
Monochromatic Colors of #FDABDB
Black with #FDABDB
Text Example
Text Example
White with #FDABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABDB; }
p { color: rgb(253,171,219); }
H1.HeaderClassName
{
color: #FDABDB;
}
.AnyTagClassName
{
color: #FDABDB;
}
</style>
background-color css
<style>
a { background-color: #FDABDB; }
a { background-color: rgb(253,171,219); }
div.DivClassName
{
background-color: #FDABDB;
}
.BgClassName
{
background-color: #FDABDB;
}
</style>
border-color css
<style>
span { border-color: #FDABDB; }
span { border-color: rgb(253,171,219); }
td.TdClassName
{
border-color: #FDABDB;
}
.TagClassName
{
border-color: #FDABDB;
}
</style>