Shades of Lavender Rose #FF9BEE
Tints of Lavender Rose #FF9BEE
RGB
CMYK
RGB Variations
Color information
#FF9BEE (or 0xFF9BEE) is known color: Lavender Rose. HEX triplet: FF, 9B and EE. RGB value is (255,155,238). Sum of RGB (Red+Green+Blue) = 255+155+238=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BEE is #006411. Grayscale: #C2C2C2. Windows color (decimal): -25618 or 15637503. OLE color: 15637503.
HSL color Cylindrical-coordinate representation of color #FF9BEE: hue angle of 310.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 #FF9BEE is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 238 | - |
| CMYK | 0 | 0.39 | 0.07 | 0 |
| HSL | 310.2º | 1% | 0.8% | - |
| HSV(B) | 310.2º | 0.39% | 1% | - |
| XYZ | 68.39 | 50.88 | 87.1 | - |
| YUV | 194.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 238 | 0 | 0.39 | 0.07 | 0 | 310.2 | 1 | 0.8 |
| Hex | FF | 9B | EE | 0 | 27 | 7 | 0 | 136 | 64 | 50 |
| Octal | 377 | 233 | 356 | 0 | 47 | 7 | 0 | 466 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11101110 | 0 | 100111 | 111 | 0 | 100110110 | 1100100 | 1010000 |
Color Harmonies of #FF9BEE
Complementary color
Monochromatic Colors of #FF9BEE
Black with #FF9BEE
Text Example
Text Example
White with #FF9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BEE; }
p { color: rgb(255,155,238); }
H1.HeaderClassName
{
color: #FF9BEE;
}
.AnyTagClassName
{
color: #FF9BEE;
}
</style>
background-color css
<style>
a { background-color: #FF9BEE; }
a { background-color: rgb(255,155,238); }
div.DivClassName
{
background-color: #FF9BEE;
}
.BgClassName
{
background-color: #FF9BEE;
}
</style>
border-color css
<style>
span { border-color: #FF9BEE; }
span { border-color: rgb(255,155,238); }
td.TdClassName
{
border-color: #FF9BEE;
}
.TagClassName
{
border-color: #FF9BEE;
}
</style>