Shades of Lavender Rose #FB94DB
Tints of Lavender Rose #FB94DB
RGB
CMYK
RGB Variations
Color information
#FB94DB (or 0xFB94DB) is known color: Lavender Rose. HEX triplet: FB, 94 and DB. RGB value is (251,148,219). Sum of RGB (Red+Green+Blue) = 251+148+219=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94DB is #046B24. Grayscale: #BABABA. Windows color (decimal): -289573 or 14390523. OLE color: 14390523.
HSL color Cylindrical-coordinate representation of color #FB94DB: hue angle of 318.64º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94DB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 219 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.02 |
| HSL | 318.64º | 0.93% | 0.78% | - |
| HSV(B) | 318.64º | 0.41% | 0.98% | - |
| XYZ | 63.16 | 46.8 | 72.72 | - |
| YUV | 186.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 219 | 0 | 0.41 | 0.13 | 0.02 | 318.64 | 0.93 | 0.78 |
| Hex | FB | 94 | DB | 0 | 29 | D | 2 | 13F | 5D | 4E |
| Octal | 373 | 224 | 333 | 0 | 51 | 15 | 2 | 477 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11011011 | 0 | 101001 | 1101 | 10 | 100111111 | 1011101 | 1001110 |
Color Harmonies of #FB94DB
Complementary color
Monochromatic Colors of #FB94DB
Black with #FB94DB
Text Example
Text Example
White with #FB94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94DB; }
p { color: rgb(251,148,219); }
H1.HeaderClassName
{
color: #FB94DB;
}
.AnyTagClassName
{
color: #FB94DB;
}
</style>
background-color css
<style>
a { background-color: #FB94DB; }
a { background-color: rgb(251,148,219); }
div.DivClassName
{
background-color: #FB94DB;
}
.BgClassName
{
background-color: #FB94DB;
}
</style>
border-color css
<style>
span { border-color: #FB94DB; }
span { border-color: rgb(251,148,219); }
td.TdClassName
{
border-color: #FB94DB;
}
.TagClassName
{
border-color: #FB94DB;
}
</style>