Shades of Lavender Pink #FBB0DD
Tints of Lavender Pink #FBB0DD
RGB
CMYK
RGB Variations
Color information
#FBB0DD (or 0xFBB0DD) is known color: Lavender Pink. HEX triplet: FB, B0 and DD. RGB value is (251,176,221). Sum of RGB (Red+Green+Blue) = 251+176+221=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0DD is #044F22. Grayscale: #CBCBCB. Windows color (decimal): -282403 or 14528763. OLE color: 14528763.
HSL color Cylindrical-coordinate representation of color #FBB0DD: hue angle of 324º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0DD is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 221 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.02 |
| HSL | 324º | 0.9% | 0.84% | - |
| HSV(B) | 324º | 0.3% | 0.98% | - |
| XYZ | 68.36 | 56.78 | 75.76 | - |
| YUV | 203.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 221 | 0 | 0.30 | 0.12 | 0.02 | 324 | 0.9 | 0.84 |
| Hex | FB | B0 | DD | 0 | 1E | C | 2 | 144 | 5A | 54 |
| Octal | 373 | 260 | 335 | 0 | 36 | 14 | 2 | 504 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11011101 | 0 | 11110 | 1100 | 10 | 101000100 | 1011010 | 1010100 |
Color Harmonies of #FBB0DD
Complementary color
Monochromatic Colors of #FBB0DD
Black with #FBB0DD
Text Example
Text Example
White with #FBB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0DD; }
p { color: rgb(251,176,221); }
H1.HeaderClassName
{
color: #FBB0DD;
}
.AnyTagClassName
{
color: #FBB0DD;
}
</style>
background-color css
<style>
a { background-color: #FBB0DD; }
a { background-color: rgb(251,176,221); }
div.DivClassName
{
background-color: #FBB0DD;
}
.BgClassName
{
background-color: #FBB0DD;
}
</style>
border-color css
<style>
span { border-color: #FBB0DD; }
span { border-color: rgb(251,176,221); }
td.TdClassName
{
border-color: #FBB0DD;
}
.TagClassName
{
border-color: #FBB0DD;
}
</style>