Shades of Lavender Rose #FB9BDA
Tints of Lavender Rose #FB9BDA
RGB
CMYK
RGB Variations
Color information
#FB9BDA (or 0xFB9BDA) is known color: Lavender Rose. HEX triplet: FB, 9B and DA. RGB value is (251,155,218). Sum of RGB (Red+Green+Blue) = 251+155+218=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BDA is #046425. Grayscale: #BEBEBE. Windows color (decimal): -287782 or 14326779. OLE color: 14326779.
HSL color Cylindrical-coordinate representation of color #FB9BDA: hue angle of 320.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9BDA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 218 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.02 |
| HSL | 320.63º | 0.92% | 0.8% | - |
| HSV(B) | 320.63º | 0.38% | 0.98% | - |
| XYZ | 64.16 | 49.01 | 72.41 | - |
| YUV | 190.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 218 | 0 | 0.38 | 0.13 | 0.02 | 320.63 | 0.92 | 0.8 |
| Hex | FB | 9B | DA | 0 | 26 | D | 2 | 141 | 5C | 50 |
| Octal | 373 | 233 | 332 | 0 | 46 | 15 | 2 | 501 | 134 | 120 |
| Binary | 11111011 | 10011011 | 11011010 | 0 | 100110 | 1101 | 10 | 101000001 | 1011100 | 1010000 |
Color Harmonies of #FB9BDA
Complementary color
Monochromatic Colors of #FB9BDA
Black with #FB9BDA
Text Example
Text Example
White with #FB9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9BDA; }
p { color: rgb(251,155,218); }
H1.HeaderClassName
{
color: #FB9BDA;
}
.AnyTagClassName
{
color: #FB9BDA;
}
</style>
background-color css
<style>
a { background-color: #FB9BDA; }
a { background-color: rgb(251,155,218); }
div.DivClassName
{
background-color: #FB9BDA;
}
.BgClassName
{
background-color: #FB9BDA;
}
</style>
border-color css
<style>
span { border-color: #FB9BDA; }
span { border-color: rgb(251,155,218); }
td.TdClassName
{
border-color: #FB9BDA;
}
.TagClassName
{
border-color: #FB9BDA;
}
</style>