Shades of Lavender Rose #FBABDF
Tints of Lavender Rose #FBABDF
RGB
CMYK
RGB Variations
Color information
#FBABDF (or 0xFBABDF) is known color: Lavender Rose. HEX triplet: FB, AB and DF. RGB value is (251,171,223). Sum of RGB (Red+Green+Blue) = 251+171+223=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABDF is #045420. Grayscale: #C8C8C8. Windows color (decimal): -283681 or 14658555. OLE color: 14658555.
HSL color Cylindrical-coordinate representation of color #FBABDF: hue angle of 321º 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 #FBABDF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 223 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 321º | 0.91% | 0.83% | - |
| HSV(B) | 321º | 0.32% | 0.98% | - |
| XYZ | 67.67 | 54.96 | 76.85 | - |
| YUV | 200.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 223 | 0 | 0.32 | 0.11 | 0.02 | 321 | 0.91 | 0.83 |
| Hex | FB | AB | DF | 0 | 20 | B | 2 | 141 | 5B | 53 |
| Octal | 373 | 253 | 337 | 0 | 40 | 13 | 2 | 501 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11011111 | 0 | 100000 | 1011 | 10 | 101000001 | 1011011 | 1010011 |
Color Harmonies of #FBABDF
Complementary color
Monochromatic Colors of #FBABDF
Black with #FBABDF
Text Example
Text Example
White with #FBABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABDF; }
p { color: rgb(251,171,223); }
H1.HeaderClassName
{
color: #FBABDF;
}
.AnyTagClassName
{
color: #FBABDF;
}
</style>
background-color css
<style>
a { background-color: #FBABDF; }
a { background-color: rgb(251,171,223); }
div.DivClassName
{
background-color: #FBABDF;
}
.BgClassName
{
background-color: #FBABDF;
}
</style>
border-color css
<style>
span { border-color: #FBABDF; }
span { border-color: rgb(251,171,223); }
td.TdClassName
{
border-color: #FBABDF;
}
.TagClassName
{
border-color: #FBABDF;
}
</style>