Shades of Lavender Pink #FBABD2
Tints of Lavender Pink #FBABD2
RGB
CMYK
RGB Variations
Color information
#FBABD2 (or 0xFBABD2) is known color: Lavender Pink. HEX triplet: FB, AB and D2. RGB value is (251,171,210). Sum of RGB (Red+Green+Blue) = 251+171+210=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD2 is #04542D. Grayscale: #C7C7C7. Windows color (decimal): -283694 or 13806587. OLE color: 13806587.
HSL color Cylindrical-coordinate representation of color #FBABD2: hue angle of 330.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 #FBABD2 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 210 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.02 |
| HSL | 330.75º | 0.91% | 0.83% | - |
| HSV(B) | 330.75º | 0.32% | 0.98% | - |
| XYZ | 65.98 | 54.29 | 67.97 | - |
| YUV | 199.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 210 | 0 | 0.32 | 0.16 | 0.02 | 330.75 | 0.91 | 0.83 |
| Hex | FB | AB | D2 | 0 | 20 | 10 | 2 | 14B | 5B | 53 |
| Octal | 373 | 253 | 322 | 0 | 40 | 20 | 2 | 513 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11010010 | 0 | 100000 | 10000 | 10 | 101001011 | 1011011 | 1010011 |
Color Harmonies of #FBABD2
Complementary color
Monochromatic Colors of #FBABD2
Black with #FBABD2
Text Example
Text Example
White with #FBABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABD2; }
p { color: rgb(251,171,210); }
H1.HeaderClassName
{
color: #FBABD2;
}
.AnyTagClassName
{
color: #FBABD2;
}
</style>
background-color css
<style>
a { background-color: #FBABD2; }
a { background-color: rgb(251,171,210); }
div.DivClassName
{
background-color: #FBABD2;
}
.BgClassName
{
background-color: #FBABD2;
}
</style>
border-color css
<style>
span { border-color: #FBABD2; }
span { border-color: rgb(251,171,210); }
td.TdClassName
{
border-color: #FBABD2;
}
.TagClassName
{
border-color: #FBABD2;
}
</style>