Shades of Lavender Rose #FEB5EC
Tints of Lavender Rose #FEB5EC
RGB
CMYK
RGB Variations
Color information
#FEB5EC (or 0xFEB5EC) is known color: Lavender Rose. HEX triplet: FE, B5 and EC. RGB value is (254,181,236). Sum of RGB (Red+Green+Blue) = 254+181+236=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5EC is #014A13. Grayscale: #D0D0D0. Windows color (decimal): -84500 or 15513086. OLE color: 15513086.
HSL color Cylindrical-coordinate representation of color #FEB5EC: hue angle of 314.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5EC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 236 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.00 |
| HSL | 314.79º | 0.97% | 0.85% | - |
| HSV(B) | 314.79º | 0.29% | 1% | - |
| XYZ | 72.54 | 60.17 | 87.15 | - |
| YUV | 209.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 236 | 0 | 0.29 | 0.07 | 0.00 | 314.79 | 0.97 | 0.85 |
| Hex | FE | B5 | EC | 0 | 1D | 7 | 0 | 13B | 61 | 55 |
| Octal | 376 | 265 | 354 | 0 | 35 | 7 | 0 | 473 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11101100 | 0 | 11101 | 111 | 0 | 100111011 | 1100001 | 1010101 |
Color Harmonies of #FEB5EC
Complementary color
Monochromatic Colors of #FEB5EC
Black with #FEB5EC
Text Example
Text Example
White with #FEB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5EC; }
p { color: rgb(254,181,236); }
H1.HeaderClassName
{
color: #FEB5EC;
}
.AnyTagClassName
{
color: #FEB5EC;
}
</style>
background-color css
<style>
a { background-color: #FEB5EC; }
a { background-color: rgb(254,181,236); }
div.DivClassName
{
background-color: #FEB5EC;
}
.BgClassName
{
background-color: #FEB5EC;
}
</style>
border-color css
<style>
span { border-color: #FEB5EC; }
span { border-color: rgb(254,181,236); }
td.TdClassName
{
border-color: #FEB5EC;
}
.TagClassName
{
border-color: #FEB5EC;
}
</style>