Shades of Lavender Rose #FB92DB
Tints of Lavender Rose #FB92DB
RGB
CMYK
RGB Variations
Color information
#FB92DB (or 0xFB92DB) is known color: Lavender Rose. HEX triplet: FB, 92 and DB. RGB value is (251,146,219). Sum of RGB (Red+Green+Blue) = 251+146+219=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92DB is #046D24. Grayscale: #B9B9B9. Windows color (decimal): -290085 or 14390011. OLE color: 14390011.
HSL color Cylindrical-coordinate representation of color #FB92DB: hue angle of 318.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92DB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 219 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.02 |
| HSL | 318.29º | 0.93% | 0.78% | - |
| HSV(B) | 318.29º | 0.42% | 0.98% | - |
| XYZ | 62.85 | 46.18 | 72.62 | - |
| YUV | 185.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 219 | 0 | 0.42 | 0.13 | 0.02 | 318.29 | 0.93 | 0.78 |
| Hex | FB | 92 | DB | 0 | 2A | D | 2 | 13E | 5D | 4E |
| Octal | 373 | 222 | 333 | 0 | 52 | 15 | 2 | 476 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11011011 | 0 | 101010 | 1101 | 10 | 100111110 | 1011101 | 1001110 |
Color Harmonies of #FB92DB
Complementary color
Monochromatic Colors of #FB92DB
Black with #FB92DB
Text Example
Text Example
White with #FB92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92DB; }
p { color: rgb(251,146,219); }
H1.HeaderClassName
{
color: #FB92DB;
}
.AnyTagClassName
{
color: #FB92DB;
}
</style>
background-color css
<style>
a { background-color: #FB92DB; }
a { background-color: rgb(251,146,219); }
div.DivClassName
{
background-color: #FB92DB;
}
.BgClassName
{
background-color: #FB92DB;
}
</style>
border-color css
<style>
span { border-color: #FB92DB; }
span { border-color: rgb(251,146,219); }
td.TdClassName
{
border-color: #FB92DB;
}
.TagClassName
{
border-color: #FB92DB;
}
</style>