Shades of Lavender Rose #FF9EFB
Tints of Lavender Rose #FF9EFB
RGB
CMYK
RGB Variations
Color information
#FF9EFB (or 0xFF9EFB) is known color: Lavender Rose. HEX triplet: FF, 9E and FB. RGB value is (255,158,251). Sum of RGB (Red+Green+Blue) = 255+158+251=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 158 (62.11% from 255 or 23.80% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFB is #006104. Grayscale: #C5C5C5. Windows color (decimal): -24837 or 16490239. OLE color: 16490239.
HSL color Cylindrical-coordinate representation of color #FF9EFB: hue angle of 302.47º 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 #FF9EFB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 251 | - |
| CMYK | 0 | 0.38 | 0.02 | 0 |
| HSL | 302.47º | 1% | 0.81% | - |
| HSV(B) | 302.47º | 0.38% | 1% | - |
| XYZ | 70.88 | 52.68 | 97.7 | - |
| YUV | 197.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 251 | 0 | 0.38 | 0.02 | 0 | 302.47 | 1 | 0.81 |
| Hex | FF | 9E | FB | 0 | 26 | 2 | 0 | 12E | 64 | 51 |
| Octal | 377 | 236 | 373 | 0 | 46 | 2 | 0 | 456 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11111011 | 0 | 100110 | 10 | 0 | 100101110 | 1100100 | 1010001 |
Color Harmonies of #FF9EFB
Complementary color
Monochromatic Colors of #FF9EFB
Black with #FF9EFB
Text Example
Text Example
White with #FF9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EFB; }
p { color: rgb(255,158,251); }
H1.HeaderClassName
{
color: #FF9EFB;
}
.AnyTagClassName
{
color: #FF9EFB;
}
</style>
background-color css
<style>
a { background-color: #FF9EFB; }
a { background-color: rgb(255,158,251); }
div.DivClassName
{
background-color: #FF9EFB;
}
.BgClassName
{
background-color: #FF9EFB;
}
</style>
border-color css
<style>
span { border-color: #FF9EFB; }
span { border-color: rgb(255,158,251); }
td.TdClassName
{
border-color: #FF9EFB;
}
.TagClassName
{
border-color: #FF9EFB;
}
</style>