Shades of Lavender Rose #FB9BD8
Tints of Lavender Rose #FB9BD8
RGB
CMYK
RGB Variations
Color information
#FB9BD8 (or 0xFB9BD8) is known color: Lavender Rose. HEX triplet: FB, 9B and D8. RGB value is (251,155,216). Sum of RGB (Red+Green+Blue) = 251+155+216=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BD8 is #046427. Grayscale: #BEBEBE. Windows color (decimal): -287784 or 14195707. OLE color: 14195707.
HSL color Cylindrical-coordinate representation of color #FB9BD8: hue angle of 321.88º 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 #FB9BD8 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 216 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.02 |
| HSL | 321.88º | 0.92% | 0.8% | - |
| HSV(B) | 321.88º | 0.38% | 0.98% | - |
| XYZ | 63.9 | 48.91 | 71.04 | - |
| YUV | 190.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 216 | 0 | 0.38 | 0.14 | 0.02 | 321.88 | 0.92 | 0.8 |
| Hex | FB | 9B | D8 | 0 | 26 | E | 2 | 142 | 5C | 50 |
| Octal | 373 | 233 | 330 | 0 | 46 | 16 | 2 | 502 | 134 | 120 |
| Binary | 11111011 | 10011011 | 11011000 | 0 | 100110 | 1110 | 10 | 101000010 | 1011100 | 1010000 |
Color Harmonies of #FB9BD8
Complementary color
Monochromatic Colors of #FB9BD8
Black with #FB9BD8
Text Example
Text Example
White with #FB9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9BD8; }
p { color: rgb(251,155,216); }
H1.HeaderClassName
{
color: #FB9BD8;
}
.AnyTagClassName
{
color: #FB9BD8;
}
</style>
background-color css
<style>
a { background-color: #FB9BD8; }
a { background-color: rgb(251,155,216); }
div.DivClassName
{
background-color: #FB9BD8;
}
.BgClassName
{
background-color: #FB9BD8;
}
</style>
border-color css
<style>
span { border-color: #FB9BD8; }
span { border-color: rgb(251,155,216); }
td.TdClassName
{
border-color: #FB9BD8;
}
.TagClassName
{
border-color: #FB9BD8;
}
</style>