Shades of Lavender Rose #FF9BE0
Tints of Lavender Rose #FF9BE0
RGB
CMYK
RGB Variations
Color information
#FF9BE0 (or 0xFF9BE0) is known color: Lavender Rose. HEX triplet: FF, 9B and E0. RGB value is (255,155,224). Sum of RGB (Red+Green+Blue) = 255+155+224=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BE0 is #00641F. Grayscale: #C0C0C0. Windows color (decimal): -25632 or 14719999. OLE color: 14719999.
HSL color Cylindrical-coordinate representation of color #FF9BE0: hue angle of 318.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 #FF9BE0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 224 | - |
| CMYK | 0 | 0.39 | 0.12 | 0 |
| HSL | 318.6º | 1% | 0.8% | - |
| HSV(B) | 318.6º | 0.39% | 1% | - |
| XYZ | 66.42 | 50.08 | 76.69 | - |
| YUV | 192.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 224 | 0 | 0.39 | 0.12 | 0 | 318.6 | 1 | 0.8 |
| Hex | FF | 9B | E0 | 0 | 27 | C | 0 | 13F | 64 | 50 |
| Octal | 377 | 233 | 340 | 0 | 47 | 14 | 0 | 477 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11100000 | 0 | 100111 | 1100 | 0 | 100111111 | 1100100 | 1010000 |
Color Harmonies of #FF9BE0
Complementary color
Monochromatic Colors of #FF9BE0
Black with #FF9BE0
Text Example
Text Example
White with #FF9BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BE0; }
p { color: rgb(255,155,224); }
H1.HeaderClassName
{
color: #FF9BE0;
}
.AnyTagClassName
{
color: #FF9BE0;
}
</style>
background-color css
<style>
a { background-color: #FF9BE0; }
a { background-color: rgb(255,155,224); }
div.DivClassName
{
background-color: #FF9BE0;
}
.BgClassName
{
background-color: #FF9BE0;
}
</style>
border-color css
<style>
span { border-color: #FF9BE0; }
span { border-color: rgb(255,155,224); }
td.TdClassName
{
border-color: #FF9BE0;
}
.TagClassName
{
border-color: #FF9BE0;
}
</style>