Shades of Lavender Rose #FEB8EA
Tints of Lavender Rose #FEB8EA
RGB
CMYK
RGB Variations
Color information
#FEB8EA (or 0xFEB8EA) is known color: Lavender Rose. HEX triplet: FE, B8 and EA. RGB value is (254,184,234). Sum of RGB (Red+Green+Blue) = 254+184+234=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8EA is #014715. Grayscale: #D2D2D2. Windows color (decimal): -83734 or 15382782. OLE color: 15382782.
HSL color Cylindrical-coordinate representation of color #FEB8EA: hue angle of 317.14º 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 #FEB8EA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 234 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.00 |
| HSL | 317.14º | 0.97% | 0.86% | - |
| HSV(B) | 317.14º | 0.28% | 1% | - |
| XYZ | 72.86 | 61.29 | 85.83 | - |
| YUV | 210.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 234 | 0 | 0.28 | 0.08 | 0.00 | 317.14 | 0.97 | 0.86 |
| Hex | FE | B8 | EA | 0 | 1C | 8 | 0 | 13D | 61 | 56 |
| Octal | 376 | 270 | 352 | 0 | 34 | 10 | 0 | 475 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11101010 | 0 | 11100 | 1000 | 0 | 100111101 | 1100001 | 1010110 |
Color Harmonies of #FEB8EA
Complementary color
Monochromatic Colors of #FEB8EA
Black with #FEB8EA
Text Example
Text Example
White with #FEB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8EA; }
p { color: rgb(254,184,234); }
H1.HeaderClassName
{
color: #FEB8EA;
}
.AnyTagClassName
{
color: #FEB8EA;
}
</style>
background-color css
<style>
a { background-color: #FEB8EA; }
a { background-color: rgb(254,184,234); }
div.DivClassName
{
background-color: #FEB8EA;
}
.BgClassName
{
background-color: #FEB8EA;
}
</style>
border-color css
<style>
span { border-color: #FEB8EA; }
span { border-color: rgb(254,184,234); }
td.TdClassName
{
border-color: #FEB8EA;
}
.TagClassName
{
border-color: #FEB8EA;
}
</style>