Shades of Lavender Rose #FEBAEC
Tints of Lavender Rose #FEBAEC
RGB
CMYK
RGB Variations
Color information
#FEBAEC (or 0xFEBAEC) is known color: Lavender Rose. HEX triplet: FE, BA and EC. RGB value is (254,186,236). Sum of RGB (Red+Green+Blue) = 254+186+236=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAEC is #014513. Grayscale: #D3D3D3. Windows color (decimal): -83220 or 15514366. OLE color: 15514366.
HSL color Cylindrical-coordinate representation of color #FEBAEC: hue angle of 315.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAEC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 236 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.00 |
| HSL | 315.88º | 0.97% | 0.86% | - |
| HSV(B) | 315.88º | 0.27% | 1% | - |
| XYZ | 73.57 | 62.24 | 87.49 | - |
| YUV | 212.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 236 | 0 | 0.27 | 0.07 | 0.00 | 315.88 | 0.97 | 0.86 |
| Hex | FE | BA | EC | 0 | 1B | 7 | 0 | 13C | 61 | 56 |
| Octal | 376 | 272 | 354 | 0 | 33 | 7 | 0 | 474 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11101100 | 0 | 11011 | 111 | 0 | 100111100 | 1100001 | 1010110 |
Color Harmonies of #FEBAEC
Complementary color
Monochromatic Colors of #FEBAEC
Black with #FEBAEC
Text Example
Text Example
White with #FEBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAEC; }
p { color: rgb(254,186,236); }
H1.HeaderClassName
{
color: #FEBAEC;
}
.AnyTagClassName
{
color: #FEBAEC;
}
</style>
background-color css
<style>
a { background-color: #FEBAEC; }
a { background-color: rgb(254,186,236); }
div.DivClassName
{
background-color: #FEBAEC;
}
.BgClassName
{
background-color: #FEBAEC;
}
</style>
border-color css
<style>
span { border-color: #FEBAEC; }
span { border-color: rgb(254,186,236); }
td.TdClassName
{
border-color: #FEBAEC;
}
.TagClassName
{
border-color: #FEBAEC;
}
</style>