Shades of Lavender Pink #FBACDB
Tints of Lavender Pink #FBACDB
RGB
CMYK
RGB Variations
Color information
#FBACDB (or 0xFBACDB) is known color: Lavender Pink. HEX triplet: FB, AC and DB. RGB value is (251,172,219). Sum of RGB (Red+Green+Blue) = 251+172+219=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACDB is #045324. Grayscale: #C8C8C8. Windows color (decimal): -283429 or 14396667. OLE color: 14396667.
HSL color Cylindrical-coordinate representation of color #FBACDB: hue angle of 324.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 219 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.02 |
| HSL | 324.3º | 0.91% | 0.83% | - |
| HSV(B) | 324.3º | 0.31% | 0.98% | - |
| XYZ | 67.32 | 55.13 | 74.11 | - |
| YUV | 200.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 219 | 0 | 0.31 | 0.13 | 0.02 | 324.3 | 0.91 | 0.83 |
| Hex | FB | AC | DB | 0 | 1F | D | 2 | 144 | 5B | 53 |
| Octal | 373 | 254 | 333 | 0 | 37 | 15 | 2 | 504 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11011011 | 0 | 11111 | 1101 | 10 | 101000100 | 1011011 | 1010011 |
Color Harmonies of #FBACDB
Complementary color
Monochromatic Colors of #FBACDB
Black with #FBACDB
Text Example
Text Example
White with #FBACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACDB; }
p { color: rgb(251,172,219); }
H1.HeaderClassName
{
color: #FBACDB;
}
.AnyTagClassName
{
color: #FBACDB;
}
</style>
background-color css
<style>
a { background-color: #FBACDB; }
a { background-color: rgb(251,172,219); }
div.DivClassName
{
background-color: #FBACDB;
}
.BgClassName
{
background-color: #FBACDB;
}
</style>
border-color css
<style>
span { border-color: #FBACDB; }
span { border-color: rgb(251,172,219); }
td.TdClassName
{
border-color: #FBACDB;
}
.TagClassName
{
border-color: #FBACDB;
}
</style>