Shades of Lavender Rose #FEB4EF
Tints of Lavender Rose #FEB4EF
RGB
CMYK
RGB Variations
Color information
#FEB4EF (or 0xFEB4EF) is known color: Lavender Rose. HEX triplet: FE, B4 and EF. RGB value is (254,180,239). Sum of RGB (Red+Green+Blue) = 254+180+239=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4EF is #014B10. Grayscale: #D0D0D0. Windows color (decimal): -84753 or 15709438. OLE color: 15709438.
HSL color Cylindrical-coordinate representation of color #FEB4EF: hue angle of 312.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB4EF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 239 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.00 |
| HSL | 312.16º | 0.97% | 0.85% | - |
| HSV(B) | 312.16º | 0.29% | 1% | - |
| XYZ | 72.77 | 59.95 | 89.4 | - |
| YUV | 208.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 239 | 0 | 0.29 | 0.06 | 0.00 | 312.16 | 0.97 | 0.85 |
| Hex | FE | B4 | EF | 0 | 1D | 6 | 0 | 138 | 61 | 55 |
| Octal | 376 | 264 | 357 | 0 | 35 | 6 | 0 | 470 | 141 | 125 |
| Binary | 11111110 | 10110100 | 11101111 | 0 | 11101 | 110 | 0 | 100111000 | 1100001 | 1010101 |
Color Harmonies of #FEB4EF
Complementary color
Monochromatic Colors of #FEB4EF
Black with #FEB4EF
Text Example
Text Example
White with #FEB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4EF; }
p { color: rgb(254,180,239); }
H1.HeaderClassName
{
color: #FEB4EF;
}
.AnyTagClassName
{
color: #FEB4EF;
}
</style>
background-color css
<style>
a { background-color: #FEB4EF; }
a { background-color: rgb(254,180,239); }
div.DivClassName
{
background-color: #FEB4EF;
}
.BgClassName
{
background-color: #FEB4EF;
}
</style>
border-color css
<style>
span { border-color: #FEB4EF; }
span { border-color: rgb(254,180,239); }
td.TdClassName
{
border-color: #FEB4EF;
}
.TagClassName
{
border-color: #FEB4EF;
}
</style>