Shades of Lavender Rose #FF9FEB
Tints of Lavender Rose #FF9FEB
RGB
CMYK
RGB Variations
Color information
#FF9FEB (or 0xFF9FEB) is known color: Lavender Rose. HEX triplet: FF, 9F and EB. RGB value is (255,159,235). Sum of RGB (Red+Green+Blue) = 255+159+235=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FEB is #006014. Grayscale: #C4C4C4. Windows color (decimal): -24597 or 15441919. OLE color: 15441919.
HSL color Cylindrical-coordinate representation of color #FF9FEB: hue angle of 312.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FEB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 235 | - |
| CMYK | 0 | 0.38 | 0.08 | 0 |
| HSL | 312.5º | 1% | 0.81% | - |
| HSV(B) | 312.5º | 0.38% | 1% | - |
| XYZ | 68.63 | 52.05 | 85.03 | - |
| YUV | 196.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 235 | 0 | 0.38 | 0.08 | 0 | 312.5 | 1 | 0.81 |
| Hex | FF | 9F | EB | 0 | 26 | 8 | 0 | 138 | 64 | 51 |
| Octal | 377 | 237 | 353 | 0 | 46 | 10 | 0 | 470 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11101011 | 0 | 100110 | 1000 | 0 | 100111000 | 1100100 | 1010001 |
Color Harmonies of #FF9FEB
Complementary color
Monochromatic Colors of #FF9FEB
Black with #FF9FEB
Text Example
Text Example
White with #FF9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FEB; }
p { color: rgb(255,159,235); }
H1.HeaderClassName
{
color: #FF9FEB;
}
.AnyTagClassName
{
color: #FF9FEB;
}
</style>
background-color css
<style>
a { background-color: #FF9FEB; }
a { background-color: rgb(255,159,235); }
div.DivClassName
{
background-color: #FF9FEB;
}
.BgClassName
{
background-color: #FF9FEB;
}
</style>
border-color css
<style>
span { border-color: #FF9FEB; }
span { border-color: rgb(255,159,235); }
td.TdClassName
{
border-color: #FF9FEB;
}
.TagClassName
{
border-color: #FF9FEB;
}
</style>