Shades of Lavender Rose #FBA5DB
Tints of Lavender Rose #FBA5DB
RGB
CMYK
RGB Variations
Color information
#FBA5DB (or 0xFBA5DB) is known color: Lavender Rose. HEX triplet: FB, A5 and DB. RGB value is (251,165,219). Sum of RGB (Red+Green+Blue) = 251+165+219=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DB is #045A24. Grayscale: #C4C4C4. Windows color (decimal): -285221 or 14394875. OLE color: 14394875.
HSL color Cylindrical-coordinate representation of color #FBA5DB: hue angle of 322.33º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5DB is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 219 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.02 |
| HSL | 322.33º | 0.91% | 0.82% | - |
| HSV(B) | 322.33º | 0.34% | 0.98% | - |
| XYZ | 66.02 | 52.53 | 73.68 | - |
| YUV | 196.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 219 | 0 | 0.34 | 0.13 | 0.02 | 322.33 | 0.91 | 0.82 |
| Hex | FB | A5 | DB | 0 | 22 | D | 2 | 142 | 5B | 52 |
| Octal | 373 | 245 | 333 | 0 | 42 | 15 | 2 | 502 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11011011 | 0 | 100010 | 1101 | 10 | 101000010 | 1011011 | 1010010 |
Color Harmonies of #FBA5DB
Complementary color
Monochromatic Colors of #FBA5DB
Black with #FBA5DB
Text Example
Text Example
White with #FBA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5DB; }
p { color: rgb(251,165,219); }
H1.HeaderClassName
{
color: #FBA5DB;
}
.AnyTagClassName
{
color: #FBA5DB;
}
</style>
background-color css
<style>
a { background-color: #FBA5DB; }
a { background-color: rgb(251,165,219); }
div.DivClassName
{
background-color: #FBA5DB;
}
.BgClassName
{
background-color: #FBA5DB;
}
</style>
border-color css
<style>
span { border-color: #FBA5DB; }
span { border-color: rgb(251,165,219); }
td.TdClassName
{
border-color: #FBA5DB;
}
.TagClassName
{
border-color: #FBA5DB;
}
</style>