Shades of Lavender Rose #FEB3E9
Tints of Lavender Rose #FEB3E9
RGB
CMYK
RGB Variations
Color information
#FEB3E9 (or 0xFEB3E9) is known color: Lavender Rose. HEX triplet: FE, B3 and E9. RGB value is (254,179,233). Sum of RGB (Red+Green+Blue) = 254+179+233=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3E9 is #014C16. Grayscale: #CFCFCF. Windows color (decimal): -85015 or 15315966. OLE color: 15315966.
HSL color Cylindrical-coordinate representation of color #FEB3E9: hue angle of 316.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3E9 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 233 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.00 |
| HSL | 316.8º | 0.97% | 0.85% | - |
| HSV(B) | 316.8º | 0.3% | 1% | - |
| XYZ | 71.7 | 59.19 | 84.74 | - |
| YUV | 207.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 233 | 0 | 0.30 | 0.08 | 0.00 | 316.8 | 0.97 | 0.85 |
| Hex | FE | B3 | E9 | 0 | 1E | 8 | 0 | 13D | 61 | 55 |
| Octal | 376 | 263 | 351 | 0 | 36 | 10 | 0 | 475 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11101001 | 0 | 11110 | 1000 | 0 | 100111101 | 1100001 | 1010101 |
Color Harmonies of #FEB3E9
Complementary color
Monochromatic Colors of #FEB3E9
Black with #FEB3E9
Text Example
Text Example
White with #FEB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3E9; }
p { color: rgb(254,179,233); }
H1.HeaderClassName
{
color: #FEB3E9;
}
.AnyTagClassName
{
color: #FEB3E9;
}
</style>
background-color css
<style>
a { background-color: #FEB3E9; }
a { background-color: rgb(254,179,233); }
div.DivClassName
{
background-color: #FEB3E9;
}
.BgClassName
{
background-color: #FEB3E9;
}
</style>
border-color css
<style>
span { border-color: #FEB3E9; }
span { border-color: rgb(254,179,233); }
td.TdClassName
{
border-color: #FEB3E9;
}
.TagClassName
{
border-color: #FEB3E9;
}
</style>