Shades of Lavender Pink #FBABD5
Tints of Lavender Pink #FBABD5
RGB
CMYK
RGB Variations
Color information
#FBABD5 (or 0xFBABD5) is known color: Lavender Pink. HEX triplet: FB, AB and D5. RGB value is (251,171,213). Sum of RGB (Red+Green+Blue) = 251+171+213=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD5 is #04542A. Grayscale: #C7C7C7. Windows color (decimal): -283691 or 14003195. OLE color: 14003195.
HSL color Cylindrical-coordinate representation of color #FBABD5: hue angle of 328.5º 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 #FBABD5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 213 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.02 |
| HSL | 328.5º | 0.91% | 0.83% | - |
| HSV(B) | 328.5º | 0.32% | 0.98% | - |
| XYZ | 66.36 | 54.44 | 69.96 | - |
| YUV | 199.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 213 | 0 | 0.32 | 0.15 | 0.02 | 328.5 | 0.91 | 0.83 |
| Hex | FB | AB | D5 | 0 | 20 | F | 2 | 148 | 5B | 53 |
| Octal | 373 | 253 | 325 | 0 | 40 | 17 | 2 | 510 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11010101 | 0 | 100000 | 1111 | 10 | 101001000 | 1011011 | 1010011 |
Color Harmonies of #FBABD5
Complementary color
Monochromatic Colors of #FBABD5
Black with #FBABD5
Text Example
Text Example
White with #FBABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABD5; }
p { color: rgb(251,171,213); }
H1.HeaderClassName
{
color: #FBABD5;
}
.AnyTagClassName
{
color: #FBABD5;
}
</style>
background-color css
<style>
a { background-color: #FBABD5; }
a { background-color: rgb(251,171,213); }
div.DivClassName
{
background-color: #FBABD5;
}
.BgClassName
{
background-color: #FBABD5;
}
</style>
border-color css
<style>
span { border-color: #FBABD5; }
span { border-color: rgb(251,171,213); }
td.TdClassName
{
border-color: #FBABD5;
}
.TagClassName
{
border-color: #FBABD5;
}
</style>