Shades of Lavender Rose #FBA3DB
Tints of Lavender Rose #FBA3DB
RGB
CMYK
RGB Variations
Color information
#FBA3DB (or 0xFBA3DB) is known color: Lavender Rose. HEX triplet: FB, A3 and DB. RGB value is (251,163,219). Sum of RGB (Red+Green+Blue) = 251+163+219=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3DB is #045C24. Grayscale: #C3C3C3. Windows color (decimal): -285733 or 14394363. OLE color: 14394363.
HSL color Cylindrical-coordinate representation of color #FBA3DB: hue angle of 321.82º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3DB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 219 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.02 |
| HSL | 321.82º | 0.92% | 0.81% | - |
| HSV(B) | 321.82º | 0.35% | 0.98% | - |
| XYZ | 65.67 | 51.82 | 73.56 | - |
| YUV | 195.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 219 | 0 | 0.35 | 0.13 | 0.02 | 321.82 | 0.92 | 0.81 |
| Hex | FB | A3 | DB | 0 | 23 | D | 2 | 142 | 5C | 51 |
| Octal | 373 | 243 | 333 | 0 | 43 | 15 | 2 | 502 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11011011 | 0 | 100011 | 1101 | 10 | 101000010 | 1011100 | 1010001 |
Color Harmonies of #FBA3DB
Complementary color
Monochromatic Colors of #FBA3DB
Black with #FBA3DB
Text Example
Text Example
White with #FBA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3DB; }
p { color: rgb(251,163,219); }
H1.HeaderClassName
{
color: #FBA3DB;
}
.AnyTagClassName
{
color: #FBA3DB;
}
</style>
background-color css
<style>
a { background-color: #FBA3DB; }
a { background-color: rgb(251,163,219); }
div.DivClassName
{
background-color: #FBA3DB;
}
.BgClassName
{
background-color: #FBA3DB;
}
</style>
border-color css
<style>
span { border-color: #FBA3DB; }
span { border-color: rgb(251,163,219); }
td.TdClassName
{
border-color: #FBA3DB;
}
.TagClassName
{
border-color: #FBA3DB;
}
</style>