Shades of Lavender Rose #FEB0F1
Tints of Lavender Rose #FEB0F1
RGB
CMYK
RGB Variations
Color information
#FEB0F1 (or 0xFEB0F1) is known color: Lavender Rose. HEX triplet: FE, B0 and F1. RGB value is (254,176,241). Sum of RGB (Red+Green+Blue) = 254+176+241=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0F1 is #014F0E. Grayscale: #CECECE. Windows color (decimal): -85775 or 15839486. OLE color: 15839486.
HSL color Cylindrical-coordinate representation of color #FEB0F1: hue angle of 310º 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 #FEB0F1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 241 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.00 |
| HSL | 310º | 0.98% | 0.84% | - |
| HSV(B) | 310º | 0.31% | 1% | - |
| XYZ | 72.28 | 58.47 | 90.7 | - |
| YUV | 206.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 241 | 0 | 0.31 | 0.05 | 0.00 | 310 | 0.98 | 0.84 |
| Hex | FE | B0 | F1 | 0 | 1F | 5 | 0 | 136 | 62 | 54 |
| Octal | 376 | 260 | 361 | 0 | 37 | 5 | 0 | 466 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11110001 | 0 | 11111 | 101 | 0 | 100110110 | 1100010 | 1010100 |
Color Harmonies of #FEB0F1
Complementary color
Monochromatic Colors of #FEB0F1
Black with #FEB0F1
Text Example
Text Example
White with #FEB0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0F1; }
p { color: rgb(254,176,241); }
H1.HeaderClassName
{
color: #FEB0F1;
}
.AnyTagClassName
{
color: #FEB0F1;
}
</style>
background-color css
<style>
a { background-color: #FEB0F1; }
a { background-color: rgb(254,176,241); }
div.DivClassName
{
background-color: #FEB0F1;
}
.BgClassName
{
background-color: #FEB0F1;
}
</style>
border-color css
<style>
span { border-color: #FEB0F1; }
span { border-color: rgb(254,176,241); }
td.TdClassName
{
border-color: #FEB0F1;
}
.TagClassName
{
border-color: #FEB0F1;
}
</style>