Shades of Lavender Pink #FBB3DB
Tints of Lavender Pink #FBB3DB
RGB
CMYK
RGB Variations
Color information
#FBB3DB (or 0xFBB3DB) is known color: Lavender Pink. HEX triplet: FB, B3 and DB. RGB value is (251,179,219). Sum of RGB (Red+Green+Blue) = 251+179+219=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3DB is #044C24. Grayscale: #CDCDCD. Windows color (decimal): -281637 or 14398459. OLE color: 14398459.
HSL color Cylindrical-coordinate representation of color #FBB3DB: hue angle of 326.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3DB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 219 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.02 |
| HSL | 326.67º | 0.9% | 0.84% | - |
| HSV(B) | 326.67º | 0.29% | 0.98% | - |
| XYZ | 68.69 | 57.86 | 74.57 | - |
| YUV | 205.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 219 | 0 | 0.29 | 0.13 | 0.02 | 326.67 | 0.9 | 0.84 |
| Hex | FB | B3 | DB | 0 | 1D | D | 2 | 147 | 5A | 54 |
| Octal | 373 | 263 | 333 | 0 | 35 | 15 | 2 | 507 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11011011 | 0 | 11101 | 1101 | 10 | 101000111 | 1011010 | 1010100 |
Color Harmonies of #FBB3DB
Complementary color
Monochromatic Colors of #FBB3DB
Black with #FBB3DB
Text Example
Text Example
White with #FBB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3DB; }
p { color: rgb(251,179,219); }
H1.HeaderClassName
{
color: #FBB3DB;
}
.AnyTagClassName
{
color: #FBB3DB;
}
</style>
background-color css
<style>
a { background-color: #FBB3DB; }
a { background-color: rgb(251,179,219); }
div.DivClassName
{
background-color: #FBB3DB;
}
.BgClassName
{
background-color: #FBB3DB;
}
</style>
border-color css
<style>
span { border-color: #FBB3DB; }
span { border-color: rgb(251,179,219); }
td.TdClassName
{
border-color: #FBB3DB;
}
.TagClassName
{
border-color: #FBB3DB;
}
</style>