Shades of Lavender Rose #FBA0DB
Tints of Lavender Rose #FBA0DB
RGB
CMYK
RGB Variations
Color information
#FBA0DB (or 0xFBA0DB) is known color: Lavender Rose. HEX triplet: FB, A0 and DB. RGB value is (251,160,219). Sum of RGB (Red+Green+Blue) = 251+160+219=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0DB is #045F24. Grayscale: #C1C1C1. Windows color (decimal): -286501 or 14393595. OLE color: 14393595.
HSL color Cylindrical-coordinate representation of color #FBA0DB: hue angle of 321.1º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0DB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 219 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.02 |
| HSL | 321.1º | 0.92% | 0.81% | - |
| HSV(B) | 321.1º | 0.36% | 0.98% | - |
| XYZ | 65.14 | 50.77 | 73.38 | - |
| YUV | 193.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 219 | 0 | 0.36 | 0.13 | 0.02 | 321.1 | 0.92 | 0.81 |
| Hex | FB | A0 | DB | 0 | 24 | D | 2 | 141 | 5C | 51 |
| Octal | 373 | 240 | 333 | 0 | 44 | 15 | 2 | 501 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11011011 | 0 | 100100 | 1101 | 10 | 101000001 | 1011100 | 1010001 |
Color Harmonies of #FBA0DB
Complementary color
Monochromatic Colors of #FBA0DB
Black with #FBA0DB
Text Example
Text Example
White with #FBA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0DB; }
p { color: rgb(251,160,219); }
H1.HeaderClassName
{
color: #FBA0DB;
}
.AnyTagClassName
{
color: #FBA0DB;
}
</style>
background-color css
<style>
a { background-color: #FBA0DB; }
a { background-color: rgb(251,160,219); }
div.DivClassName
{
background-color: #FBA0DB;
}
.BgClassName
{
background-color: #FBA0DB;
}
</style>
border-color css
<style>
span { border-color: #FBA0DB; }
span { border-color: rgb(251,160,219); }
td.TdClassName
{
border-color: #FBA0DB;
}
.TagClassName
{
border-color: #FBA0DB;
}
</style>