Shades of Lavender Rose #FBABDD
Tints of Lavender Rose #FBABDD
RGB
CMYK
RGB Variations
Color information
#FBABDD (or 0xFBABDD) is known color: Lavender Rose. HEX triplet: FB, AB and DD. RGB value is (251,171,221). Sum of RGB (Red+Green+Blue) = 251+171+221=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABDD is #045422. Grayscale: #C8C8C8. Windows color (decimal): -283683 or 14527483. OLE color: 14527483.
HSL color Cylindrical-coordinate representation of color #FBABDD: hue angle of 322.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABDD is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 221 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 322.5º | 0.91% | 0.83% | - |
| HSV(B) | 322.5º | 0.32% | 0.98% | - |
| XYZ | 67.4 | 54.86 | 75.44 | - |
| YUV | 200.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 221 | 0 | 0.32 | 0.12 | 0.02 | 322.5 | 0.91 | 0.83 |
| Hex | FB | AB | DD | 0 | 20 | C | 2 | 142 | 5B | 53 |
| Octal | 373 | 253 | 335 | 0 | 40 | 14 | 2 | 502 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11011101 | 0 | 100000 | 1100 | 10 | 101000010 | 1011011 | 1010011 |
Color Harmonies of #FBABDD
Complementary color
Monochromatic Colors of #FBABDD
Black with #FBABDD
Text Example
Text Example
White with #FBABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABDD; }
p { color: rgb(251,171,221); }
H1.HeaderClassName
{
color: #FBABDD;
}
.AnyTagClassName
{
color: #FBABDD;
}
</style>
background-color css
<style>
a { background-color: #FBABDD; }
a { background-color: rgb(251,171,221); }
div.DivClassName
{
background-color: #FBABDD;
}
.BgClassName
{
background-color: #FBABDD;
}
</style>
border-color css
<style>
span { border-color: #FBABDD; }
span { border-color: rgb(251,171,221); }
td.TdClassName
{
border-color: #FBABDD;
}
.TagClassName
{
border-color: #FBABDD;
}
</style>