Shades of Lavender Rose #FF9BDB
Tints of Lavender Rose #FF9BDB
RGB
CMYK
RGB Variations
Color information
#FF9BDB (or 0xFF9BDB) is known color: Lavender Rose. HEX triplet: FF, 9B and DB. RGB value is (255,155,219). Sum of RGB (Red+Green+Blue) = 255+155+219=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BDB is #006424. Grayscale: #C0C0C0. Windows color (decimal): -25637 or 14392319. OLE color: 14392319.
HSL color Cylindrical-coordinate representation of color #FF9BDB: hue angle of 321.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BDB is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 219 | - |
| CMYK | 0 | 0.39 | 0.14 | 0 |
| HSL | 321.6º | 1% | 0.8% | - |
| HSV(B) | 321.6º | 0.39% | 1% | - |
| XYZ | 65.75 | 49.82 | 73.17 | - |
| YUV | 192.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 219 | 0 | 0.39 | 0.14 | 0 | 321.6 | 1 | 0.8 |
| Hex | FF | 9B | DB | 0 | 27 | E | 0 | 142 | 64 | 50 |
| Octal | 377 | 233 | 333 | 0 | 47 | 16 | 0 | 502 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11011011 | 0 | 100111 | 1110 | 0 | 101000010 | 1100100 | 1010000 |
Color Harmonies of #FF9BDB
Complementary color
Monochromatic Colors of #FF9BDB
Black with #FF9BDB
Text Example
Text Example
White with #FF9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BDB; }
p { color: rgb(255,155,219); }
H1.HeaderClassName
{
color: #FF9BDB;
}
.AnyTagClassName
{
color: #FF9BDB;
}
</style>
background-color css
<style>
a { background-color: #FF9BDB; }
a { background-color: rgb(255,155,219); }
div.DivClassName
{
background-color: #FF9BDB;
}
.BgClassName
{
background-color: #FF9BDB;
}
</style>
border-color css
<style>
span { border-color: #FF9BDB; }
span { border-color: rgb(255,155,219); }
td.TdClassName
{
border-color: #FF9BDB;
}
.TagClassName
{
border-color: #FF9BDB;
}
</style>