Shades of Lavender Pink #FBABDA
Tints of Lavender Pink #FBABDA
RGB
CMYK
RGB Variations
Color information
#FBABDA (or 0xFBABDA) is known color: Lavender Pink. HEX triplet: FB, AB and DA. RGB value is (251,171,218). Sum of RGB (Red+Green+Blue) = 251+171+218=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABDA is #045425. Grayscale: #C8C8C8. Windows color (decimal): -283686 or 14330875. OLE color: 14330875.
HSL color Cylindrical-coordinate representation of color #FBABDA: hue angle of 324.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABDA is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 218 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.02 |
| HSL | 324.75º | 0.91% | 0.83% | - |
| HSV(B) | 324.75º | 0.32% | 0.98% | - |
| XYZ | 67 | 54.7 | 73.36 | - |
| YUV | 200.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 218 | 0 | 0.32 | 0.13 | 0.02 | 324.75 | 0.91 | 0.83 |
| Hex | FB | AB | DA | 0 | 20 | D | 2 | 145 | 5B | 53 |
| Octal | 373 | 253 | 332 | 0 | 40 | 15 | 2 | 505 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11011010 | 0 | 100000 | 1101 | 10 | 101000101 | 1011011 | 1010011 |
Color Harmonies of #FBABDA
Complementary color
Monochromatic Colors of #FBABDA
Black with #FBABDA
Text Example
Text Example
White with #FBABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABDA; }
p { color: rgb(251,171,218); }
H1.HeaderClassName
{
color: #FBABDA;
}
.AnyTagClassName
{
color: #FBABDA;
}
</style>
background-color css
<style>
a { background-color: #FBABDA; }
a { background-color: rgb(251,171,218); }
div.DivClassName
{
background-color: #FBABDA;
}
.BgClassName
{
background-color: #FBABDA;
}
</style>
border-color css
<style>
span { border-color: #FBABDA; }
span { border-color: rgb(251,171,218); }
td.TdClassName
{
border-color: #FBABDA;
}
.TagClassName
{
border-color: #FBABDA;
}
</style>