Shades of Lavender Rose #FEB2EC
Tints of Lavender Rose #FEB2EC
RGB
CMYK
RGB Variations
Color information
#FEB2EC (or 0xFEB2EC) is known color: Lavender Rose. HEX triplet: FE, B2 and EC. RGB value is (254,178,236). Sum of RGB (Red+Green+Blue) = 254+178+236=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2EC is #014D13. Grayscale: #CFCFCF. Windows color (decimal): -85268 or 15512318. OLE color: 15512318.
HSL color Cylindrical-coordinate representation of color #FEB2EC: hue angle of 314.21º 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 #FEB2EC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 236 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.00 |
| HSL | 314.21º | 0.97% | 0.85% | - |
| HSV(B) | 314.21º | 0.3% | 1% | - |
| XYZ | 71.93 | 58.97 | 86.95 | - |
| YUV | 207.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 236 | 0 | 0.30 | 0.07 | 0.00 | 314.21 | 0.97 | 0.85 |
| Hex | FE | B2 | EC | 0 | 1E | 7 | 0 | 13A | 61 | 55 |
| Octal | 376 | 262 | 354 | 0 | 36 | 7 | 0 | 472 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11101100 | 0 | 11110 | 111 | 0 | 100111010 | 1100001 | 1010101 |
Color Harmonies of #FEB2EC
Complementary color
Monochromatic Colors of #FEB2EC
Black with #FEB2EC
Text Example
Text Example
White with #FEB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2EC; }
p { color: rgb(254,178,236); }
H1.HeaderClassName
{
color: #FEB2EC;
}
.AnyTagClassName
{
color: #FEB2EC;
}
</style>
background-color css
<style>
a { background-color: #FEB2EC; }
a { background-color: rgb(254,178,236); }
div.DivClassName
{
background-color: #FEB2EC;
}
.BgClassName
{
background-color: #FEB2EC;
}
</style>
border-color css
<style>
span { border-color: #FEB2EC; }
span { border-color: rgb(254,178,236); }
td.TdClassName
{
border-color: #FEB2EC;
}
.TagClassName
{
border-color: #FEB2EC;
}
</style>