Shades of Lavender Rose #FF9BDF
Tints of Lavender Rose #FF9BDF
RGB
CMYK
RGB Variations
Color information
#FF9BDF (or 0xFF9BDF) is known color: Lavender Rose. HEX triplet: FF, 9B and DF. RGB value is (255,155,223). Sum of RGB (Red+Green+Blue) = 255+155+223=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BDF is #006420. Grayscale: #C0C0C0. Windows color (decimal): -25633 or 14654463. OLE color: 14654463.
HSL color Cylindrical-coordinate representation of color #FF9BDF: hue angle of 319.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 #FF9BDF is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 223 | - |
| CMYK | 0 | 0.39 | 0.13 | 0 |
| HSL | 319.2º | 1% | 0.8% | - |
| HSV(B) | 319.2º | 0.39% | 1% | - |
| XYZ | 66.28 | 50.03 | 75.98 | - |
| YUV | 192.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 223 | 0 | 0.39 | 0.13 | 0 | 319.2 | 1 | 0.8 |
| Hex | FF | 9B | DF | 0 | 27 | D | 0 | 13F | 64 | 50 |
| Octal | 377 | 233 | 337 | 0 | 47 | 15 | 0 | 477 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11011111 | 0 | 100111 | 1101 | 0 | 100111111 | 1100100 | 1010000 |
Color Harmonies of #FF9BDF
Complementary color
Monochromatic Colors of #FF9BDF
Black with #FF9BDF
Text Example
Text Example
White with #FF9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BDF; }
p { color: rgb(255,155,223); }
H1.HeaderClassName
{
color: #FF9BDF;
}
.AnyTagClassName
{
color: #FF9BDF;
}
</style>
background-color css
<style>
a { background-color: #FF9BDF; }
a { background-color: rgb(255,155,223); }
div.DivClassName
{
background-color: #FF9BDF;
}
.BgClassName
{
background-color: #FF9BDF;
}
</style>
border-color css
<style>
span { border-color: #FF9BDF; }
span { border-color: rgb(255,155,223); }
td.TdClassName
{
border-color: #FF9BDF;
}
.TagClassName
{
border-color: #FF9BDF;
}
</style>