Shades of Lavender Rose #FEB0EC
Tints of Lavender Rose #FEB0EC
RGB
CMYK
RGB Variations
Color information
#FEB0EC (or 0xFEB0EC) is known color: Lavender Rose. HEX triplet: FE, B0 and EC. RGB value is (254,176,236). Sum of RGB (Red+Green+Blue) = 254+176+236=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0EC is #014F13. Grayscale: #CECECE. Windows color (decimal): -85780 or 15511806. OLE color: 15511806.
HSL color Cylindrical-coordinate representation of color #FEB0EC: hue angle of 313.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0EC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 236 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.00 |
| HSL | 313.85º | 0.98% | 0.84% | - |
| HSV(B) | 313.85º | 0.31% | 1% | - |
| XYZ | 71.54 | 58.18 | 86.82 | - |
| YUV | 206.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 236 | 0 | 0.31 | 0.07 | 0.00 | 313.85 | 0.98 | 0.84 |
| Hex | FE | B0 | EC | 0 | 1F | 7 | 0 | 13A | 62 | 54 |
| Octal | 376 | 260 | 354 | 0 | 37 | 7 | 0 | 472 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11101100 | 0 | 11111 | 111 | 0 | 100111010 | 1100010 | 1010100 |
Color Harmonies of #FEB0EC
Complementary color
Monochromatic Colors of #FEB0EC
Black with #FEB0EC
Text Example
Text Example
White with #FEB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0EC; }
p { color: rgb(254,176,236); }
H1.HeaderClassName
{
color: #FEB0EC;
}
.AnyTagClassName
{
color: #FEB0EC;
}
</style>
background-color css
<style>
a { background-color: #FEB0EC; }
a { background-color: rgb(254,176,236); }
div.DivClassName
{
background-color: #FEB0EC;
}
.BgClassName
{
background-color: #FEB0EC;
}
</style>
border-color css
<style>
span { border-color: #FEB0EC; }
span { border-color: rgb(254,176,236); }
td.TdClassName
{
border-color: #FEB0EC;
}
.TagClassName
{
border-color: #FEB0EC;
}
</style>