Shades of Lavender Pink #FBABD4
Tints of Lavender Pink #FBABD4
RGB
CMYK
RGB Variations
Color information
#FBABD4 (or 0xFBABD4) is known color: Lavender Pink. HEX triplet: FB, AB and D4. RGB value is (251,171,212). Sum of RGB (Red+Green+Blue) = 251+171+212=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD4 is #04542B. Grayscale: #C7C7C7. Windows color (decimal): -283692 or 13937659. OLE color: 13937659.
HSL color Cylindrical-coordinate representation of color #FBABD4: hue angle of 329.25º 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 #FBABD4 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 212 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.02 |
| HSL | 329.25º | 0.91% | 0.83% | - |
| HSV(B) | 329.25º | 0.32% | 0.98% | - |
| XYZ | 66.23 | 54.39 | 69.29 | - |
| YUV | 199.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 212 | 0 | 0.32 | 0.16 | 0.02 | 329.25 | 0.91 | 0.83 |
| Hex | FB | AB | D4 | 0 | 20 | 10 | 2 | 149 | 5B | 53 |
| Octal | 373 | 253 | 324 | 0 | 40 | 20 | 2 | 511 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11010100 | 0 | 100000 | 10000 | 10 | 101001001 | 1011011 | 1010011 |
Color Harmonies of #FBABD4
Complementary color
Monochromatic Colors of #FBABD4
Black with #FBABD4
Text Example
Text Example
White with #FBABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABD4; }
p { color: rgb(251,171,212); }
H1.HeaderClassName
{
color: #FBABD4;
}
.AnyTagClassName
{
color: #FBABD4;
}
</style>
background-color css
<style>
a { background-color: #FBABD4; }
a { background-color: rgb(251,171,212); }
div.DivClassName
{
background-color: #FBABD4;
}
.BgClassName
{
background-color: #FBABD4;
}
</style>
border-color css
<style>
span { border-color: #FBABD4; }
span { border-color: rgb(251,171,212); }
td.TdClassName
{
border-color: #FBABD4;
}
.TagClassName
{
border-color: #FBABD4;
}
</style>