Shades of Lavender Rose #FF9ADB
Tints of Lavender Rose #FF9ADB
RGB
CMYK
RGB Variations
Color information
#FF9ADB (or 0xFF9ADB) is known color: Lavender Rose. HEX triplet: FF, 9A and DB. RGB value is (255,154,219). Sum of RGB (Red+Green+Blue) = 255+154+219=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ADB is #006524. Grayscale: #BFBFBF. Windows color (decimal): -25893 or 14392063. OLE color: 14392063.
HSL color Cylindrical-coordinate representation of color #FF9ADB: hue angle of 321.39º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9ADB is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 219 | - |
| CMYK | 0 | 0.40 | 0.14 | 0 |
| HSL | 321.39º | 1% | 0.8% | - |
| HSV(B) | 321.39º | 0.4% | 1% | - |
| XYZ | 65.58 | 49.49 | 73.11 | - |
| YUV | 191.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 219 | 0 | 0.40 | 0.14 | 0 | 321.39 | 1 | 0.8 |
| Hex | FF | 9A | DB | 0 | 28 | E | 0 | 141 | 64 | 50 |
| Octal | 377 | 232 | 333 | 0 | 50 | 16 | 0 | 501 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11011011 | 0 | 101000 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF9ADB
Complementary color
Monochromatic Colors of #FF9ADB
Black with #FF9ADB
Text Example
Text Example
White with #FF9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ADB; }
p { color: rgb(255,154,219); }
H1.HeaderClassName
{
color: #FF9ADB;
}
.AnyTagClassName
{
color: #FF9ADB;
}
</style>
background-color css
<style>
a { background-color: #FF9ADB; }
a { background-color: rgb(255,154,219); }
div.DivClassName
{
background-color: #FF9ADB;
}
.BgClassName
{
background-color: #FF9ADB;
}
</style>
border-color css
<style>
span { border-color: #FF9ADB; }
span { border-color: rgb(255,154,219); }
td.TdClassName
{
border-color: #FF9ADB;
}
.TagClassName
{
border-color: #FF9ADB;
}
</style>