Shades of Lavender Rose #FEB1EF
Tints of Lavender Rose #FEB1EF
RGB
CMYK
RGB Variations
Color information
#FEB1EF (or 0xFEB1EF) is known color: Lavender Rose. HEX triplet: FE, B1 and EF. RGB value is (254,177,239). Sum of RGB (Red+Green+Blue) = 254+177+239=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1EF is #014E10. Grayscale: #CECECE. Windows color (decimal): -85521 or 15708670. OLE color: 15708670.
HSL color Cylindrical-coordinate representation of color #FEB1EF: hue angle of 311.69º 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 #FEB1EF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 239 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.00 |
| HSL | 311.69º | 0.97% | 0.85% | - |
| HSV(B) | 311.69º | 0.3% | 1% | - |
| XYZ | 72.18 | 58.75 | 89.2 | - |
| YUV | 207.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 239 | 0 | 0.30 | 0.06 | 0.00 | 311.69 | 0.97 | 0.85 |
| Hex | FE | B1 | EF | 0 | 1E | 6 | 0 | 138 | 61 | 55 |
| Octal | 376 | 261 | 357 | 0 | 36 | 6 | 0 | 470 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11101111 | 0 | 11110 | 110 | 0 | 100111000 | 1100001 | 1010101 |
Color Harmonies of #FEB1EF
Complementary color
Monochromatic Colors of #FEB1EF
Black with #FEB1EF
Text Example
Text Example
White with #FEB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1EF; }
p { color: rgb(254,177,239); }
H1.HeaderClassName
{
color: #FEB1EF;
}
.AnyTagClassName
{
color: #FEB1EF;
}
</style>
background-color css
<style>
a { background-color: #FEB1EF; }
a { background-color: rgb(254,177,239); }
div.DivClassName
{
background-color: #FEB1EF;
}
.BgClassName
{
background-color: #FEB1EF;
}
</style>
border-color css
<style>
span { border-color: #FEB1EF; }
span { border-color: rgb(254,177,239); }
td.TdClassName
{
border-color: #FEB1EF;
}
.TagClassName
{
border-color: #FEB1EF;
}
</style>