Shades of Lavender Rose #FEBCEC
Tints of Lavender Rose #FEBCEC
RGB
CMYK
RGB Variations
Color information
#FEBCEC (or 0xFEBCEC) is known color: Lavender Rose. HEX triplet: FE, BC and EC. RGB value is (254,188,236). Sum of RGB (Red+Green+Blue) = 254+188+236=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCEC is #014313. Grayscale: #D5D5D5. Windows color (decimal): -82708 or 15514878. OLE color: 15514878.
HSL color Cylindrical-coordinate representation of color #FEBCEC: hue angle of 316.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCEC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 236 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.00 |
| HSL | 316.36º | 0.97% | 0.87% | - |
| HSV(B) | 316.36º | 0.26% | 1% | - |
| XYZ | 74 | 63.09 | 87.64 | - |
| YUV | 213.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 236 | 0 | 0.26 | 0.07 | 0.00 | 316.36 | 0.97 | 0.87 |
| Hex | FE | BC | EC | 0 | 1A | 7 | 0 | 13C | 61 | 57 |
| Octal | 376 | 274 | 354 | 0 | 32 | 7 | 0 | 474 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11101100 | 0 | 11010 | 111 | 0 | 100111100 | 1100001 | 1010111 |
Color Harmonies of #FEBCEC
Complementary color
Monochromatic Colors of #FEBCEC
Black with #FEBCEC
Text Example
Text Example
White with #FEBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCEC; }
p { color: rgb(254,188,236); }
H1.HeaderClassName
{
color: #FEBCEC;
}
.AnyTagClassName
{
color: #FEBCEC;
}
</style>
background-color css
<style>
a { background-color: #FEBCEC; }
a { background-color: rgb(254,188,236); }
div.DivClassName
{
background-color: #FEBCEC;
}
.BgClassName
{
background-color: #FEBCEC;
}
</style>
border-color css
<style>
span { border-color: #FEBCEC; }
span { border-color: rgb(254,188,236); }
td.TdClassName
{
border-color: #FEBCEC;
}
.TagClassName
{
border-color: #FEBCEC;
}
</style>