Shades of Lavender Pink #FBB1D0
Tints of Lavender Pink #FBB1D0
RGB
CMYK
RGB Variations
Color information
#FBB1D0 (or 0xFBB1D0) is known color: Lavender Pink. HEX triplet: FB, B1 and D0. RGB value is (251,177,208). Sum of RGB (Red+Green+Blue) = 251+177+208=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1D0 is #044E2F. Grayscale: #CACACA. Windows color (decimal): -282160 or 13677051. OLE color: 13677051.
HSL color Cylindrical-coordinate representation of color #FBB1D0: hue angle of 334.86º 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 #FBB1D0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 208 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.02 |
| HSL | 334.86º | 0.9% | 0.84% | - |
| HSV(B) | 334.86º | 0.29% | 0.98% | - |
| XYZ | 66.89 | 56.51 | 67.06 | - |
| YUV | 202.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 208 | 0 | 0.29 | 0.17 | 0.02 | 334.86 | 0.9 | 0.84 |
| Hex | FB | B1 | D0 | 0 | 1D | 11 | 2 | 14F | 5A | 54 |
| Octal | 373 | 261 | 320 | 0 | 35 | 21 | 2 | 517 | 132 | 124 |
| Binary | 11111011 | 10110001 | 11010000 | 0 | 11101 | 10001 | 10 | 101001111 | 1011010 | 1010100 |
Color Harmonies of #FBB1D0
Complementary color
Monochromatic Colors of #FBB1D0
Black with #FBB1D0
Text Example
Text Example
White with #FBB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB1D0; }
p { color: rgb(251,177,208); }
H1.HeaderClassName
{
color: #FBB1D0;
}
.AnyTagClassName
{
color: #FBB1D0;
}
</style>
background-color css
<style>
a { background-color: #FBB1D0; }
a { background-color: rgb(251,177,208); }
div.DivClassName
{
background-color: #FBB1D0;
}
.BgClassName
{
background-color: #FBB1D0;
}
</style>
border-color css
<style>
span { border-color: #FBB1D0; }
span { border-color: rgb(251,177,208); }
td.TdClassName
{
border-color: #FBB1D0;
}
.TagClassName
{
border-color: #FBB1D0;
}
</style>