Shades of Lavender Rose #FB93DB
Tints of Lavender Rose #FB93DB
RGB
CMYK
RGB Variations
Color information
#FB93DB (or 0xFB93DB) is known color: Lavender Rose. HEX triplet: FB, 93 and DB. RGB value is (251,147,219). Sum of RGB (Red+Green+Blue) = 251+147+219=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93DB is #046C24. Grayscale: #BABABA. Windows color (decimal): -289829 or 14390267. OLE color: 14390267.
HSL color Cylindrical-coordinate representation of color #FB93DB: hue angle of 318.46º 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 #FB93DB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 219 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.02 |
| HSL | 318.46º | 0.93% | 0.78% | - |
| HSV(B) | 318.46º | 0.41% | 0.98% | - |
| XYZ | 63 | 46.49 | 72.67 | - |
| YUV | 186.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 219 | 0 | 0.41 | 0.13 | 0.02 | 318.46 | 0.93 | 0.78 |
| Hex | FB | 93 | DB | 0 | 29 | D | 2 | 13E | 5D | 4E |
| Octal | 373 | 223 | 333 | 0 | 51 | 15 | 2 | 476 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11011011 | 0 | 101001 | 1101 | 10 | 100111110 | 1011101 | 1001110 |
Color Harmonies of #FB93DB
Complementary color
Monochromatic Colors of #FB93DB
Black with #FB93DB
Text Example
Text Example
White with #FB93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93DB; }
p { color: rgb(251,147,219); }
H1.HeaderClassName
{
color: #FB93DB;
}
.AnyTagClassName
{
color: #FB93DB;
}
</style>
background-color css
<style>
a { background-color: #FB93DB; }
a { background-color: rgb(251,147,219); }
div.DivClassName
{
background-color: #FB93DB;
}
.BgClassName
{
background-color: #FB93DB;
}
</style>
border-color css
<style>
span { border-color: #FB93DB; }
span { border-color: rgb(251,147,219); }
td.TdClassName
{
border-color: #FB93DB;
}
.TagClassName
{
border-color: #FB93DB;
}
</style>