Shades of Lavender Rose #FB91DA
Tints of Lavender Rose #FB91DA
RGB
CMYK
RGB Variations
Color information
#FB91DA (or 0xFB91DA) is known color: Lavender Rose. HEX triplet: FB, 91 and DA. RGB value is (251,145,218). Sum of RGB (Red+Green+Blue) = 251+145+218=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91DA is #046E25. Grayscale: #B8B8B8. Windows color (decimal): -290342 or 14324219. OLE color: 14324219.
HSL color Cylindrical-coordinate representation of color #FB91DA: hue angle of 318.68º 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 #FB91DA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 218 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.02 |
| HSL | 318.68º | 0.93% | 0.78% | - |
| HSV(B) | 318.68º | 0.42% | 0.98% | - |
| XYZ | 62.56 | 45.82 | 71.88 | - |
| YUV | 185.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 218 | 0 | 0.42 | 0.13 | 0.02 | 318.68 | 0.93 | 0.78 |
| Hex | FB | 91 | DA | 0 | 2A | D | 2 | 13F | 5D | 4E |
| Octal | 373 | 221 | 332 | 0 | 52 | 15 | 2 | 477 | 135 | 116 |
| Binary | 11111011 | 10010001 | 11011010 | 0 | 101010 | 1101 | 10 | 100111111 | 1011101 | 1001110 |
Color Harmonies of #FB91DA
Complementary color
Monochromatic Colors of #FB91DA
Black with #FB91DA
Text Example
Text Example
White with #FB91DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91DA; }
p { color: rgb(251,145,218); }
H1.HeaderClassName
{
color: #FB91DA;
}
.AnyTagClassName
{
color: #FB91DA;
}
</style>
background-color css
<style>
a { background-color: #FB91DA; }
a { background-color: rgb(251,145,218); }
div.DivClassName
{
background-color: #FB91DA;
}
.BgClassName
{
background-color: #FB91DA;
}
</style>
border-color css
<style>
span { border-color: #FB91DA; }
span { border-color: rgb(251,145,218); }
td.TdClassName
{
border-color: #FB91DA;
}
.TagClassName
{
border-color: #FB91DA;
}
</style>