Shades of Lavender Pink #FDABDA
Tints of Lavender Pink #FDABDA
RGB
CMYK
RGB Variations
Color information
#FDABDA (or 0xFDABDA) is known color: Lavender Pink. HEX triplet: FD, AB and DA. RGB value is (253,171,218). Sum of RGB (Red+Green+Blue) = 253+171+218=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABDA is #025425. Grayscale: #C8C8C8. Windows color (decimal): -152614 or 14330877. OLE color: 14330877.
HSL color Cylindrical-coordinate representation of color #FDABDA: hue angle of 325.61º 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 #FDABDA is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 218 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.01 |
| HSL | 325.61º | 0.95% | 0.83% | - |
| HSV(B) | 325.61º | 0.32% | 0.99% | - |
| XYZ | 67.73 | 55.07 | 73.39 | - |
| YUV | 200.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 218 | 0 | 0.32 | 0.14 | 0.01 | 325.61 | 0.95 | 0.83 |
| Hex | FD | AB | DA | 0 | 20 | E | 1 | 146 | 5F | 53 |
| Octal | 375 | 253 | 332 | 0 | 40 | 16 | 1 | 506 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11011010 | 0 | 100000 | 1110 | 1 | 101000110 | 1011111 | 1010011 |
Color Harmonies of #FDABDA
Complementary color
Monochromatic Colors of #FDABDA
Black with #FDABDA
Text Example
Text Example
White with #FDABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABDA; }
p { color: rgb(253,171,218); }
H1.HeaderClassName
{
color: #FDABDA;
}
.AnyTagClassName
{
color: #FDABDA;
}
</style>
background-color css
<style>
a { background-color: #FDABDA; }
a { background-color: rgb(253,171,218); }
div.DivClassName
{
background-color: #FDABDA;
}
.BgClassName
{
background-color: #FDABDA;
}
</style>
border-color css
<style>
span { border-color: #FDABDA; }
span { border-color: rgb(253,171,218); }
td.TdClassName
{
border-color: #FDABDA;
}
.TagClassName
{
border-color: #FDABDA;
}
</style>