Shades of Lavender Rose #FF9FDB
Tints of Lavender Rose #FF9FDB
RGB
CMYK
RGB Variations
Color information
#FF9FDB (or 0xFF9FDB) is known color: Lavender Rose. HEX triplet: FF, 9F and DB. RGB value is (255,159,219). Sum of RGB (Red+Green+Blue) = 255+159+219=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FDB is #006024. Grayscale: #C2C2C2. Windows color (decimal): -24613 or 14393343. OLE color: 14393343.
HSL color Cylindrical-coordinate representation of color #FF9FDB: hue angle of 322.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FDB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 219 | - |
| CMYK | 0 | 0.38 | 0.14 | 0 |
| HSL | 322.5º | 1% | 0.81% | - |
| HSV(B) | 322.5º | 0.38% | 1% | - |
| XYZ | 66.42 | 51.17 | 73.39 | - |
| YUV | 194.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 219 | 0 | 0.38 | 0.14 | 0 | 322.5 | 1 | 0.81 |
| Hex | FF | 9F | DB | 0 | 26 | E | 0 | 142 | 64 | 51 |
| Octal | 377 | 237 | 333 | 0 | 46 | 16 | 0 | 502 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11011011 | 0 | 100110 | 1110 | 0 | 101000010 | 1100100 | 1010001 |
Color Harmonies of #FF9FDB
Complementary color
Monochromatic Colors of #FF9FDB
Black with #FF9FDB
Text Example
Text Example
White with #FF9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FDB; }
p { color: rgb(255,159,219); }
H1.HeaderClassName
{
color: #FF9FDB;
}
.AnyTagClassName
{
color: #FF9FDB;
}
</style>
background-color css
<style>
a { background-color: #FF9FDB; }
a { background-color: rgb(255,159,219); }
div.DivClassName
{
background-color: #FF9FDB;
}
.BgClassName
{
background-color: #FF9FDB;
}
</style>
border-color css
<style>
span { border-color: #FF9FDB; }
span { border-color: rgb(255,159,219); }
td.TdClassName
{
border-color: #FF9FDB;
}
.TagClassName
{
border-color: #FF9FDB;
}
</style>