Shades of Lavender Rose #FB91DF
Tints of Lavender Rose #FB91DF
RGB
CMYK
RGB Variations
Color information
#FB91DF (or 0xFB91DF) is known color: Lavender Rose. HEX triplet: FB, 91 and DF. RGB value is (251,145,223). Sum of RGB (Red+Green+Blue) = 251+145+223=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91DF is #046E20. Grayscale: #B9B9B9. Windows color (decimal): -290337 or 14651899. OLE color: 14651899.
HSL color Cylindrical-coordinate representation of color #FB91DF: hue angle of 315.85º 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 #FB91DF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 223 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.02 |
| HSL | 315.85º | 0.93% | 0.78% | - |
| HSV(B) | 315.85º | 0.42% | 0.98% | - |
| XYZ | 63.23 | 46.09 | 75.38 | - |
| YUV | 185.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 223 | 0 | 0.42 | 0.11 | 0.02 | 315.85 | 0.93 | 0.78 |
| Hex | FB | 91 | DF | 0 | 2A | B | 2 | 13C | 5D | 4E |
| Octal | 373 | 221 | 337 | 0 | 52 | 13 | 2 | 474 | 135 | 116 |
| Binary | 11111011 | 10010001 | 11011111 | 0 | 101010 | 1011 | 10 | 100111100 | 1011101 | 1001110 |
Color Harmonies of #FB91DF
Complementary color
Monochromatic Colors of #FB91DF
Black with #FB91DF
Text Example
Text Example
White with #FB91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91DF; }
p { color: rgb(251,145,223); }
H1.HeaderClassName
{
color: #FB91DF;
}
.AnyTagClassName
{
color: #FB91DF;
}
</style>
background-color css
<style>
a { background-color: #FB91DF; }
a { background-color: rgb(251,145,223); }
div.DivClassName
{
background-color: #FB91DF;
}
.BgClassName
{
background-color: #FB91DF;
}
</style>
border-color css
<style>
span { border-color: #FB91DF; }
span { border-color: rgb(251,145,223); }
td.TdClassName
{
border-color: #FB91DF;
}
.TagClassName
{
border-color: #FB91DF;
}
</style>