Shades of Lavender Rose #FEB8E9
Tints of Lavender Rose #FEB8E9
RGB
CMYK
RGB Variations
Color information
#FEB8E9 (or 0xFEB8E9) is known color: Lavender Rose. HEX triplet: FE, B8 and E9. RGB value is (254,184,233). Sum of RGB (Red+Green+Blue) = 254+184+233=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8E9 is #014716. Grayscale: #D2D2D2. Windows color (decimal): -83735 or 15317246. OLE color: 15317246.
HSL color Cylindrical-coordinate representation of color #FEB8E9: hue angle of 318º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8E9 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 233 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.00 |
| HSL | 318º | 0.97% | 0.86% | - |
| HSV(B) | 318º | 0.28% | 1% | - |
| XYZ | 72.72 | 61.24 | 85.08 | - |
| YUV | 210.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 233 | 0 | 0.28 | 0.08 | 0.00 | 318 | 0.97 | 0.86 |
| Hex | FE | B8 | E9 | 0 | 1C | 8 | 0 | 13E | 61 | 56 |
| Octal | 376 | 270 | 351 | 0 | 34 | 10 | 0 | 476 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11101001 | 0 | 11100 | 1000 | 0 | 100111110 | 1100001 | 1010110 |
Color Harmonies of #FEB8E9
Complementary color
Monochromatic Colors of #FEB8E9
Black with #FEB8E9
Text Example
Text Example
White with #FEB8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8E9; }
p { color: rgb(254,184,233); }
H1.HeaderClassName
{
color: #FEB8E9;
}
.AnyTagClassName
{
color: #FEB8E9;
}
</style>
background-color css
<style>
a { background-color: #FEB8E9; }
a { background-color: rgb(254,184,233); }
div.DivClassName
{
background-color: #FEB8E9;
}
.BgClassName
{
background-color: #FEB8E9;
}
</style>
border-color css
<style>
span { border-color: #FEB8E9; }
span { border-color: rgb(254,184,233); }
td.TdClassName
{
border-color: #FEB8E9;
}
.TagClassName
{
border-color: #FEB8E9;
}
</style>