Shades of Lavender Rose #FBA2DB
Tints of Lavender Rose #FBA2DB
RGB
CMYK
RGB Variations
Color information
#FBA2DB (or 0xFBA2DB) is known color: Lavender Rose. HEX triplet: FB, A2 and DB. RGB value is (251,162,219). Sum of RGB (Red+Green+Blue) = 251+162+219=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2DB is #045D24. Grayscale: #C2C2C2. Windows color (decimal): -285989 or 14394107. OLE color: 14394107.
HSL color Cylindrical-coordinate representation of color #FBA2DB: hue angle of 321.57º 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 #FBA2DB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 219 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.02 |
| HSL | 321.57º | 0.92% | 0.81% | - |
| HSV(B) | 321.57º | 0.35% | 0.98% | - |
| XYZ | 65.49 | 51.46 | 73.5 | - |
| YUV | 195.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 219 | 0 | 0.35 | 0.13 | 0.02 | 321.57 | 0.92 | 0.81 |
| Hex | FB | A2 | DB | 0 | 23 | D | 2 | 142 | 5C | 51 |
| Octal | 373 | 242 | 333 | 0 | 43 | 15 | 2 | 502 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11011011 | 0 | 100011 | 1101 | 10 | 101000010 | 1011100 | 1010001 |
Color Harmonies of #FBA2DB
Complementary color
Monochromatic Colors of #FBA2DB
Black with #FBA2DB
Text Example
Text Example
White with #FBA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2DB; }
p { color: rgb(251,162,219); }
H1.HeaderClassName
{
color: #FBA2DB;
}
.AnyTagClassName
{
color: #FBA2DB;
}
</style>
background-color css
<style>
a { background-color: #FBA2DB; }
a { background-color: rgb(251,162,219); }
div.DivClassName
{
background-color: #FBA2DB;
}
.BgClassName
{
background-color: #FBA2DB;
}
</style>
border-color css
<style>
span { border-color: #FBA2DB; }
span { border-color: rgb(251,162,219); }
td.TdClassName
{
border-color: #FBA2DB;
}
.TagClassName
{
border-color: #FBA2DB;
}
</style>