Shades of Lavender Rose #FBA0DA
Tints of Lavender Rose #FBA0DA
RGB
CMYK
RGB Variations
Color information
#FBA0DA (or 0xFBA0DA) is known color: Lavender Rose. HEX triplet: FB, A0 and DA. RGB value is (251,160,218). Sum of RGB (Red+Green+Blue) = 251+160+218=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0DA is #045F25. Grayscale: #C1C1C1. Windows color (decimal): -286502 or 14328059. OLE color: 14328059.
HSL color Cylindrical-coordinate representation of color #FBA0DA: hue angle of 321.76º 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 #FBA0DA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 218 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.02 |
| HSL | 321.76º | 0.92% | 0.81% | - |
| HSV(B) | 321.76º | 0.36% | 0.98% | - |
| XYZ | 65.01 | 50.71 | 72.69 | - |
| YUV | 193.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 218 | 0 | 0.36 | 0.13 | 0.02 | 321.76 | 0.92 | 0.81 |
| Hex | FB | A0 | DA | 0 | 24 | D | 2 | 142 | 5C | 51 |
| Octal | 373 | 240 | 332 | 0 | 44 | 15 | 2 | 502 | 134 | 121 |
| Binary | 11111011 | 10100000 | 11011010 | 0 | 100100 | 1101 | 10 | 101000010 | 1011100 | 1010001 |
Color Harmonies of #FBA0DA
Complementary color
Monochromatic Colors of #FBA0DA
Black with #FBA0DA
Text Example
Text Example
White with #FBA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0DA; }
p { color: rgb(251,160,218); }
H1.HeaderClassName
{
color: #FBA0DA;
}
.AnyTagClassName
{
color: #FBA0DA;
}
</style>
background-color css
<style>
a { background-color: #FBA0DA; }
a { background-color: rgb(251,160,218); }
div.DivClassName
{
background-color: #FBA0DA;
}
.BgClassName
{
background-color: #FBA0DA;
}
</style>
border-color css
<style>
span { border-color: #FBA0DA; }
span { border-color: rgb(251,160,218); }
td.TdClassName
{
border-color: #FBA0DA;
}
.TagClassName
{
border-color: #FBA0DA;
}
</style>