Shades of Lavender Rose #FE9EFB
Tints of Lavender Rose #FE9EFB
RGB
CMYK
RGB Variations
Color information
#FE9EFB (or 0xFE9EFB) is known color: Lavender Rose. HEX triplet: FE, 9E and FB. RGB value is (254,158,251). Sum of RGB (Red+Green+Blue) = 254+158+251=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EFB is #016104. Grayscale: #C5C5C5. Windows color (decimal): -90373 or 16490238. OLE color: 16490238.
HSL color Cylindrical-coordinate representation of color #FE9EFB: hue angle of 301.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EFB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 251 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.00 |
| HSL | 301.88º | 0.98% | 0.81% | - |
| HSV(B) | 301.88º | 0.38% | 1% | - |
| XYZ | 70.51 | 52.49 | 97.68 | - |
| YUV | 197.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 251 | 0 | 0.38 | 0.01 | 0.00 | 301.88 | 0.98 | 0.81 |
| Hex | FE | 9E | FB | 0 | 26 | 1 | 0 | 12E | 62 | 51 |
| Octal | 376 | 236 | 373 | 0 | 46 | 1 | 0 | 456 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11111011 | 0 | 100110 | 1 | 0 | 100101110 | 1100010 | 1010001 |
Color Harmonies of #FE9EFB
Complementary color
Monochromatic Colors of #FE9EFB
Black with #FE9EFB
Text Example
Text Example
White with #FE9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EFB; }
p { color: rgb(254,158,251); }
H1.HeaderClassName
{
color: #FE9EFB;
}
.AnyTagClassName
{
color: #FE9EFB;
}
</style>
background-color css
<style>
a { background-color: #FE9EFB; }
a { background-color: rgb(254,158,251); }
div.DivClassName
{
background-color: #FE9EFB;
}
.BgClassName
{
background-color: #FE9EFB;
}
</style>
border-color css
<style>
span { border-color: #FE9EFB; }
span { border-color: rgb(254,158,251); }
td.TdClassName
{
border-color: #FE9EFB;
}
.TagClassName
{
border-color: #FE9EFB;
}
</style>