Shades of Lavender Rose #FF9BF0
Tints of Lavender Rose #FF9BF0
RGB
CMYK
RGB Variations
Color information
#FF9BF0 (or 0xFF9BF0) is known color: Lavender Rose. HEX triplet: FF, 9B and F0. RGB value is (255,155,240). Sum of RGB (Red+Green+Blue) = 255+155+240=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BF0 is #00640F. Grayscale: #C2C2C2. Windows color (decimal): -25616 or 15768575. OLE color: 15768575.
HSL color Cylindrical-coordinate representation of color #FF9BF0: hue angle of 309º 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 #FF9BF0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 240 | - |
| CMYK | 0 | 0.39 | 0.06 | 0 |
| HSL | 309º | 1% | 0.8% | - |
| HSV(B) | 309º | 0.39% | 1% | - |
| XYZ | 68.69 | 50.99 | 88.66 | - |
| YUV | 194.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 240 | 0 | 0.39 | 0.06 | 0 | 309 | 1 | 0.8 |
| Hex | FF | 9B | F0 | 0 | 27 | 6 | 0 | 135 | 64 | 50 |
| Octal | 377 | 233 | 360 | 0 | 47 | 6 | 0 | 465 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11110000 | 0 | 100111 | 110 | 0 | 100110101 | 1100100 | 1010000 |
Color Harmonies of #FF9BF0
Complementary color
Monochromatic Colors of #FF9BF0
Black with #FF9BF0
Text Example
Text Example
White with #FF9BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BF0; }
p { color: rgb(255,155,240); }
H1.HeaderClassName
{
color: #FF9BF0;
}
.AnyTagClassName
{
color: #FF9BF0;
}
</style>
background-color css
<style>
a { background-color: #FF9BF0; }
a { background-color: rgb(255,155,240); }
div.DivClassName
{
background-color: #FF9BF0;
}
.BgClassName
{
background-color: #FF9BF0;
}
</style>
border-color css
<style>
span { border-color: #FF9BF0; }
span { border-color: rgb(255,155,240); }
td.TdClassName
{
border-color: #FF9BF0;
}
.TagClassName
{
border-color: #FF9BF0;
}
</style>