Shades of Lavender Pink #FBB4DB
Tints of Lavender Pink #FBB4DB
RGB
CMYK
RGB Variations
Color information
#FBB4DB (or 0xFBB4DB) is known color: Lavender Pink. HEX triplet: FB, B4 and DB. RGB value is (251,180,219). Sum of RGB (Red+Green+Blue) = 251+180+219=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DB is #044B24. Grayscale: #CDCDCD. Windows color (decimal): -281381 or 14398715. OLE color: 14398715.
HSL color Cylindrical-coordinate representation of color #FBB4DB: hue angle of 327.04º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4DB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 219 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.02 |
| HSL | 327.04º | 0.9% | 0.85% | - |
| HSV(B) | 327.04º | 0.28% | 0.98% | - |
| XYZ | 68.89 | 58.27 | 74.63 | - |
| YUV | 205.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 219 | 0 | 0.28 | 0.13 | 0.02 | 327.04 | 0.9 | 0.85 |
| Hex | FB | B4 | DB | 0 | 1C | D | 2 | 147 | 5A | 55 |
| Octal | 373 | 264 | 333 | 0 | 34 | 15 | 2 | 507 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11011011 | 0 | 11100 | 1101 | 10 | 101000111 | 1011010 | 1010101 |
Color Harmonies of #FBB4DB
Complementary color
Monochromatic Colors of #FBB4DB
Black with #FBB4DB
Text Example
Text Example
White with #FBB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4DB; }
p { color: rgb(251,180,219); }
H1.HeaderClassName
{
color: #FBB4DB;
}
.AnyTagClassName
{
color: #FBB4DB;
}
</style>
background-color css
<style>
a { background-color: #FBB4DB; }
a { background-color: rgb(251,180,219); }
div.DivClassName
{
background-color: #FBB4DB;
}
.BgClassName
{
background-color: #FBB4DB;
}
</style>
border-color css
<style>
span { border-color: #FBB4DB; }
span { border-color: rgb(251,180,219); }
td.TdClassName
{
border-color: #FBB4DB;
}
.TagClassName
{
border-color: #FBB4DB;
}
</style>