Shades of Lavender Rose #FF9BE4
Tints of Lavender Rose #FF9BE4
RGB
CMYK
RGB Variations
Color information
#FF9BE4 (or 0xFF9BE4) is known color: Lavender Rose. HEX triplet: FF, 9B and E4. RGB value is (255,155,228). Sum of RGB (Red+Green+Blue) = 255+155+228=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BE4 is #00641B. Grayscale: #C1C1C1. Windows color (decimal): -25628 or 14982143. OLE color: 14982143.
HSL color Cylindrical-coordinate representation of color #FF9BE4: hue angle of 316.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 #FF9BE4 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 228 | - |
| CMYK | 0 | 0.39 | 0.11 | 0 |
| HSL | 316.2º | 1% | 0.8% | - |
| HSV(B) | 316.2º | 0.39% | 1% | - |
| XYZ | 66.96 | 50.3 | 79.58 | - |
| YUV | 193.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 228 | 0 | 0.39 | 0.11 | 0 | 316.2 | 1 | 0.8 |
| Hex | FF | 9B | E4 | 0 | 27 | B | 0 | 13C | 64 | 50 |
| Octal | 377 | 233 | 344 | 0 | 47 | 13 | 0 | 474 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11100100 | 0 | 100111 | 1011 | 0 | 100111100 | 1100100 | 1010000 |
Color Harmonies of #FF9BE4
Complementary color
Monochromatic Colors of #FF9BE4
Black with #FF9BE4
Text Example
Text Example
White with #FF9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BE4; }
p { color: rgb(255,155,228); }
H1.HeaderClassName
{
color: #FF9BE4;
}
.AnyTagClassName
{
color: #FF9BE4;
}
</style>
background-color css
<style>
a { background-color: #FF9BE4; }
a { background-color: rgb(255,155,228); }
div.DivClassName
{
background-color: #FF9BE4;
}
.BgClassName
{
background-color: #FF9BE4;
}
</style>
border-color css
<style>
span { border-color: #FF9BE4; }
span { border-color: rgb(255,155,228); }
td.TdClassName
{
border-color: #FF9BE4;
}
.TagClassName
{
border-color: #FF9BE4;
}
</style>