Shades of Lavender Rose #FF9BE3
Tints of Lavender Rose #FF9BE3
RGB
CMYK
RGB Variations
Color information
#FF9BE3 (or 0xFF9BE3) is known color: Lavender Rose. HEX triplet: FF, 9B and E3. RGB value is (255,155,227). Sum of RGB (Red+Green+Blue) = 255+155+227=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BE3 is #00641C. Grayscale: #C0C0C0. Windows color (decimal): -25629 or 14916607. OLE color: 14916607.
HSL color Cylindrical-coordinate representation of color #FF9BE3: hue angle of 316.8º 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 #FF9BE3 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 227 | - |
| CMYK | 0 | 0.39 | 0.11 | 0 |
| HSL | 316.8º | 1% | 0.8% | - |
| HSV(B) | 316.8º | 0.39% | 1% | - |
| XYZ | 66.83 | 50.25 | 78.85 | - |
| YUV | 193.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 227 | 0 | 0.39 | 0.11 | 0 | 316.8 | 1 | 0.8 |
| Hex | FF | 9B | E3 | 0 | 27 | B | 0 | 13D | 64 | 50 |
| Octal | 377 | 233 | 343 | 0 | 47 | 13 | 0 | 475 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11100011 | 0 | 100111 | 1011 | 0 | 100111101 | 1100100 | 1010000 |
Color Harmonies of #FF9BE3
Complementary color
Monochromatic Colors of #FF9BE3
Black with #FF9BE3
Text Example
Text Example
White with #FF9BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BE3; }
p { color: rgb(255,155,227); }
H1.HeaderClassName
{
color: #FF9BE3;
}
.AnyTagClassName
{
color: #FF9BE3;
}
</style>
background-color css
<style>
a { background-color: #FF9BE3; }
a { background-color: rgb(255,155,227); }
div.DivClassName
{
background-color: #FF9BE3;
}
.BgClassName
{
background-color: #FF9BE3;
}
</style>
border-color css
<style>
span { border-color: #FF9BE3; }
span { border-color: rgb(255,155,227); }
td.TdClassName
{
border-color: #FF9BE3;
}
.TagClassName
{
border-color: #FF9BE3;
}
</style>