Shades of Lavender Rose #FEB0E8
Tints of Lavender Rose #FEB0E8
RGB
CMYK
RGB Variations
Color information
#FEB0E8 (or 0xFEB0E8) is known color: Lavender Rose. HEX triplet: FE, B0 and E8. RGB value is (254,176,232). Sum of RGB (Red+Green+Blue) = 254+176+232=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0E8 is #014F17. Grayscale: #CDCDCD. Windows color (decimal): -85784 or 15249662. OLE color: 15249662.
HSL color Cylindrical-coordinate representation of color #FEB0E8: hue angle of 316.92º 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 #FEB0E8 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 232 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.00 |
| HSL | 316.92º | 0.98% | 0.84% | - |
| HSV(B) | 316.92º | 0.31% | 1% | - |
| XYZ | 70.96 | 57.95 | 83.79 | - |
| YUV | 205.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 232 | 0 | 0.31 | 0.09 | 0.00 | 316.92 | 0.98 | 0.84 |
| Hex | FE | B0 | E8 | 0 | 1F | 9 | 0 | 13D | 62 | 54 |
| Octal | 376 | 260 | 350 | 0 | 37 | 11 | 0 | 475 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11101000 | 0 | 11111 | 1001 | 0 | 100111101 | 1100010 | 1010100 |
Color Harmonies of #FEB0E8
Complementary color
Monochromatic Colors of #FEB0E8
Black with #FEB0E8
Text Example
Text Example
White with #FEB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0E8; }
p { color: rgb(254,176,232); }
H1.HeaderClassName
{
color: #FEB0E8;
}
.AnyTagClassName
{
color: #FEB0E8;
}
</style>
background-color css
<style>
a { background-color: #FEB0E8; }
a { background-color: rgb(254,176,232); }
div.DivClassName
{
background-color: #FEB0E8;
}
.BgClassName
{
background-color: #FEB0E8;
}
</style>
border-color css
<style>
span { border-color: #FEB0E8; }
span { border-color: rgb(254,176,232); }
td.TdClassName
{
border-color: #FEB0E8;
}
.TagClassName
{
border-color: #FEB0E8;
}
</style>