Shades of Lavender Rose #FF9BDC
Tints of Lavender Rose #FF9BDC
RGB
CMYK
RGB Variations
Color information
#FF9BDC (or 0xFF9BDC) is known color: Lavender Rose. HEX triplet: FF, 9B and DC. RGB value is (255,155,220). Sum of RGB (Red+Green+Blue) = 255+155+220=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BDC is #006423. Grayscale: #C0C0C0. Windows color (decimal): -25636 or 14457855. OLE color: 14457855.
HSL color Cylindrical-coordinate representation of color #FF9BDC: hue angle of 321º 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 #FF9BDC is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 220 | - |
| CMYK | 0 | 0.39 | 0.14 | 0 |
| HSL | 321º | 1% | 0.8% | - |
| HSV(B) | 321º | 0.39% | 1% | - |
| XYZ | 65.88 | 49.87 | 73.86 | - |
| YUV | 192.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 220 | 0 | 0.39 | 0.14 | 0 | 321 | 1 | 0.8 |
| Hex | FF | 9B | DC | 0 | 27 | E | 0 | 141 | 64 | 50 |
| Octal | 377 | 233 | 334 | 0 | 47 | 16 | 0 | 501 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11011100 | 0 | 100111 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF9BDC
Complementary color
Monochromatic Colors of #FF9BDC
Black with #FF9BDC
Text Example
Text Example
White with #FF9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BDC; }
p { color: rgb(255,155,220); }
H1.HeaderClassName
{
color: #FF9BDC;
}
.AnyTagClassName
{
color: #FF9BDC;
}
</style>
background-color css
<style>
a { background-color: #FF9BDC; }
a { background-color: rgb(255,155,220); }
div.DivClassName
{
background-color: #FF9BDC;
}
.BgClassName
{
background-color: #FF9BDC;
}
</style>
border-color css
<style>
span { border-color: #FF9BDC; }
span { border-color: rgb(255,155,220); }
td.TdClassName
{
border-color: #FF9BDC;
}
.TagClassName
{
border-color: #FF9BDC;
}
</style>