Shades of Lavender Rose #FBA2DA
Tints of Lavender Rose #FBA2DA
RGB
CMYK
RGB Variations
Color information
#FBA2DA (or 0xFBA2DA) is known color: Lavender Rose. HEX triplet: FB, A2 and DA. RGB value is (251,162,218). Sum of RGB (Red+Green+Blue) = 251+162+218=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2DA is #045D25. Grayscale: #C2C2C2. Windows color (decimal): -285990 or 14328571. OLE color: 14328571.
HSL color Cylindrical-coordinate representation of color #FBA2DA: hue angle of 322.25º 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 #FBA2DA is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 218 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.02 |
| HSL | 322.25º | 0.92% | 0.81% | - |
| HSV(B) | 322.25º | 0.35% | 0.98% | - |
| XYZ | 65.36 | 51.41 | 72.81 | - |
| YUV | 195 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 218 | 0 | 0.35 | 0.13 | 0.02 | 322.25 | 0.92 | 0.81 |
| Hex | FB | A2 | DA | 0 | 23 | D | 2 | 142 | 5C | 51 |
| Octal | 373 | 242 | 332 | 0 | 43 | 15 | 2 | 502 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11011010 | 0 | 100011 | 1101 | 10 | 101000010 | 1011100 | 1010001 |
Color Harmonies of #FBA2DA
Complementary color
Monochromatic Colors of #FBA2DA
Black with #FBA2DA
Text Example
Text Example
White with #FBA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2DA; }
p { color: rgb(251,162,218); }
H1.HeaderClassName
{
color: #FBA2DA;
}
.AnyTagClassName
{
color: #FBA2DA;
}
</style>
background-color css
<style>
a { background-color: #FBA2DA; }
a { background-color: rgb(251,162,218); }
div.DivClassName
{
background-color: #FBA2DA;
}
.BgClassName
{
background-color: #FBA2DA;
}
</style>
border-color css
<style>
span { border-color: #FBA2DA; }
span { border-color: rgb(251,162,218); }
td.TdClassName
{
border-color: #FBA2DA;
}
.TagClassName
{
border-color: #FBA2DA;
}
</style>