Shades of Lavender Rose #FF9BDA
Tints of Lavender Rose #FF9BDA
RGB
CMYK
RGB Variations
Color information
#FF9BDA (or 0xFF9BDA) is known color: Lavender Rose. HEX triplet: FF, 9B and DA. RGB value is (255,155,218). Sum of RGB (Red+Green+Blue) = 255+155+218=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BDA is #006425. Grayscale: #BFBFBF. Windows color (decimal): -25638 or 14326783. OLE color: 14326783.
HSL color Cylindrical-coordinate representation of color #FF9BDA: hue angle of 322.2º 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 #FF9BDA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 218 | - |
| CMYK | 0 | 0.39 | 0.15 | 0 |
| HSL | 322.2º | 1% | 0.8% | - |
| HSV(B) | 322.2º | 0.39% | 1% | - |
| XYZ | 65.62 | 49.76 | 72.48 | - |
| YUV | 192.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 218 | 0 | 0.39 | 0.15 | 0 | 322.2 | 1 | 0.8 |
| Hex | FF | 9B | DA | 0 | 27 | F | 0 | 142 | 64 | 50 |
| Octal | 377 | 233 | 332 | 0 | 47 | 17 | 0 | 502 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11011010 | 0 | 100111 | 1111 | 0 | 101000010 | 1100100 | 1010000 |
Color Harmonies of #FF9BDA
Complementary color
Monochromatic Colors of #FF9BDA
Black with #FF9BDA
Text Example
Text Example
White with #FF9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BDA; }
p { color: rgb(255,155,218); }
H1.HeaderClassName
{
color: #FF9BDA;
}
.AnyTagClassName
{
color: #FF9BDA;
}
</style>
background-color css
<style>
a { background-color: #FF9BDA; }
a { background-color: rgb(255,155,218); }
div.DivClassName
{
background-color: #FF9BDA;
}
.BgClassName
{
background-color: #FF9BDA;
}
</style>
border-color css
<style>
span { border-color: #FF9BDA; }
span { border-color: rgb(255,155,218); }
td.TdClassName
{
border-color: #FF9BDA;
}
.TagClassName
{
border-color: #FF9BDA;
}
</style>