Shades of Lavender Pink #FBB3D9
Tints of Lavender Pink #FBB3D9
RGB
CMYK
RGB Variations
Color information
#FBB3D9 (or 0xFBB3D9) is known color: Lavender Pink. HEX triplet: FB, B3 and D9. RGB value is (251,179,217). Sum of RGB (Red+Green+Blue) = 251+179+217=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3D9 is #044C26. Grayscale: #CCCCCC. Windows color (decimal): -281639 or 14267387. OLE color: 14267387.
HSL color Cylindrical-coordinate representation of color #FBB3D9: hue angle of 328.33º 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 #FBB3D9 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 217 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.02 |
| HSL | 328.33º | 0.9% | 0.84% | - |
| HSV(B) | 328.33º | 0.29% | 0.98% | - |
| XYZ | 68.43 | 57.76 | 73.19 | - |
| YUV | 204.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 217 | 0 | 0.29 | 0.14 | 0.02 | 328.33 | 0.9 | 0.84 |
| Hex | FB | B3 | D9 | 0 | 1D | E | 2 | 148 | 5A | 54 |
| Octal | 373 | 263 | 331 | 0 | 35 | 16 | 2 | 510 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11011001 | 0 | 11101 | 1110 | 10 | 101001000 | 1011010 | 1010100 |
Color Harmonies of #FBB3D9
Complementary color
Monochromatic Colors of #FBB3D9
Black with #FBB3D9
Text Example
Text Example
White with #FBB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3D9; }
p { color: rgb(251,179,217); }
H1.HeaderClassName
{
color: #FBB3D9;
}
.AnyTagClassName
{
color: #FBB3D9;
}
</style>
background-color css
<style>
a { background-color: #FBB3D9; }
a { background-color: rgb(251,179,217); }
div.DivClassName
{
background-color: #FBB3D9;
}
.BgClassName
{
background-color: #FBB3D9;
}
</style>
border-color css
<style>
span { border-color: #FBB3D9; }
span { border-color: rgb(251,179,217); }
td.TdClassName
{
border-color: #FBB3D9;
}
.TagClassName
{
border-color: #FBB3D9;
}
</style>