Shades of Lavender Pink #FBABD6
Tints of Lavender Pink #FBABD6
RGB
CMYK
RGB Variations
Color information
#FBABD6 (or 0xFBABD6) is known color: Lavender Pink. HEX triplet: FB, AB and D6. RGB value is (251,171,214). Sum of RGB (Red+Green+Blue) = 251+171+214=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD6 is #045429. Grayscale: #C7C7C7. Windows color (decimal): -283690 or 14068731. OLE color: 14068731.
HSL color Cylindrical-coordinate representation of color #FBABD6: hue angle of 327.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 #FBABD6 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 214 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.02 |
| HSL | 327.75º | 0.91% | 0.83% | - |
| HSV(B) | 327.75º | 0.32% | 0.98% | - |
| XYZ | 66.48 | 54.49 | 70.63 | - |
| YUV | 199.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 214 | 0 | 0.32 | 0.15 | 0.02 | 327.75 | 0.91 | 0.83 |
| Hex | FB | AB | D6 | 0 | 20 | F | 2 | 148 | 5B | 53 |
| Octal | 373 | 253 | 326 | 0 | 40 | 17 | 2 | 510 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11010110 | 0 | 100000 | 1111 | 10 | 101001000 | 1011011 | 1010011 |
Color Harmonies of #FBABD6
Complementary color
Monochromatic Colors of #FBABD6
Black with #FBABD6
Text Example
Text Example
White with #FBABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABD6; }
p { color: rgb(251,171,214); }
H1.HeaderClassName
{
color: #FBABD6;
}
.AnyTagClassName
{
color: #FBABD6;
}
</style>
background-color css
<style>
a { background-color: #FBABD6; }
a { background-color: rgb(251,171,214); }
div.DivClassName
{
background-color: #FBABD6;
}
.BgClassName
{
background-color: #FBABD6;
}
</style>
border-color css
<style>
span { border-color: #FBABD6; }
span { border-color: rgb(251,171,214); }
td.TdClassName
{
border-color: #FBABD6;
}
.TagClassName
{
border-color: #FBABD6;
}
</style>