Shades of Lavender Rose #FF9BE5
Tints of Lavender Rose #FF9BE5
RGB
CMYK
RGB Variations
Color information
#FF9BE5 (or 0xFF9BE5) is known color: Lavender Rose. HEX triplet: FF, 9B and E5. RGB value is (255,155,229). Sum of RGB (Red+Green+Blue) = 255+155+229=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BE5 is #00641A. Grayscale: #C1C1C1. Windows color (decimal): -25627 or 15047679. OLE color: 15047679.
HSL color Cylindrical-coordinate representation of color #FF9BE5: hue angle of 315.6º 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 #FF9BE5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 229 | - |
| CMYK | 0 | 0.39 | 0.10 | 0 |
| HSL | 315.6º | 1% | 0.8% | - |
| HSV(B) | 315.6º | 0.39% | 1% | - |
| XYZ | 67.1 | 50.36 | 80.31 | - |
| YUV | 193.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 229 | 0 | 0.39 | 0.10 | 0 | 315.6 | 1 | 0.8 |
| Hex | FF | 9B | E5 | 0 | 27 | A | 0 | 13C | 64 | 50 |
| Octal | 377 | 233 | 345 | 0 | 47 | 12 | 0 | 474 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11100101 | 0 | 100111 | 1010 | 0 | 100111100 | 1100100 | 1010000 |
Color Harmonies of #FF9BE5
Complementary color
Monochromatic Colors of #FF9BE5
Black with #FF9BE5
Text Example
Text Example
White with #FF9BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BE5; }
p { color: rgb(255,155,229); }
H1.HeaderClassName
{
color: #FF9BE5;
}
.AnyTagClassName
{
color: #FF9BE5;
}
</style>
background-color css
<style>
a { background-color: #FF9BE5; }
a { background-color: rgb(255,155,229); }
div.DivClassName
{
background-color: #FF9BE5;
}
.BgClassName
{
background-color: #FF9BE5;
}
</style>
border-color css
<style>
span { border-color: #FF9BE5; }
span { border-color: rgb(255,155,229); }
td.TdClassName
{
border-color: #FF9BE5;
}
.TagClassName
{
border-color: #FF9BE5;
}
</style>