Shades of Lavender Rose #FEB0EA
Tints of Lavender Rose #FEB0EA
RGB
CMYK
RGB Variations
Color information
#FEB0EA (or 0xFEB0EA) is known color: Lavender Rose. HEX triplet: FE, B0 and EA. RGB value is (254,176,234). Sum of RGB (Red+Green+Blue) = 254+176+234=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0EA is #014F15. Grayscale: #CDCDCD. Windows color (decimal): -85782 or 15380734. OLE color: 15380734.
HSL color Cylindrical-coordinate representation of color #FEB0EA: hue angle of 315.38º 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 #FEB0EA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 234 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.00 |
| HSL | 315.38º | 0.98% | 0.84% | - |
| HSV(B) | 315.38º | 0.31% | 1% | - |
| XYZ | 71.25 | 58.06 | 85.29 | - |
| YUV | 205.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 234 | 0 | 0.31 | 0.08 | 0.00 | 315.38 | 0.98 | 0.84 |
| Hex | FE | B0 | EA | 0 | 1F | 8 | 0 | 13B | 62 | 54 |
| Octal | 376 | 260 | 352 | 0 | 37 | 10 | 0 | 473 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11101010 | 0 | 11111 | 1000 | 0 | 100111011 | 1100010 | 1010100 |
Color Harmonies of #FEB0EA
Complementary color
Monochromatic Colors of #FEB0EA
Black with #FEB0EA
Text Example
Text Example
White with #FEB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0EA; }
p { color: rgb(254,176,234); }
H1.HeaderClassName
{
color: #FEB0EA;
}
.AnyTagClassName
{
color: #FEB0EA;
}
</style>
background-color css
<style>
a { background-color: #FEB0EA; }
a { background-color: rgb(254,176,234); }
div.DivClassName
{
background-color: #FEB0EA;
}
.BgClassName
{
background-color: #FEB0EA;
}
</style>
border-color css
<style>
span { border-color: #FEB0EA; }
span { border-color: rgb(254,176,234); }
td.TdClassName
{
border-color: #FEB0EA;
}
.TagClassName
{
border-color: #FEB0EA;
}
</style>