Shades of Lavender Rose #FEB6EC
Tints of Lavender Rose #FEB6EC
RGB
CMYK
RGB Variations
Color information
#FEB6EC (or 0xFEB6EC) is known color: Lavender Rose. HEX triplet: FE, B6 and EC. RGB value is (254,182,236). Sum of RGB (Red+Green+Blue) = 254+182+236=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6EC is #014913. Grayscale: #D1D1D1. Windows color (decimal): -84244 or 15513342. OLE color: 15513342.
HSL color Cylindrical-coordinate representation of color #FEB6EC: hue angle of 315º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6EC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 236 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.00 |
| HSL | 315º | 0.97% | 0.85% | - |
| HSV(B) | 315º | 0.28% | 1% | - |
| XYZ | 72.74 | 60.58 | 87.22 | - |
| YUV | 209.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 236 | 0 | 0.28 | 0.07 | 0.00 | 315 | 0.97 | 0.85 |
| Hex | FE | B6 | EC | 0 | 1C | 7 | 0 | 13B | 61 | 55 |
| Octal | 376 | 266 | 354 | 0 | 34 | 7 | 0 | 473 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11101100 | 0 | 11100 | 111 | 0 | 100111011 | 1100001 | 1010101 |
Color Harmonies of #FEB6EC
Complementary color
Monochromatic Colors of #FEB6EC
Black with #FEB6EC
Text Example
Text Example
White with #FEB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6EC; }
p { color: rgb(254,182,236); }
H1.HeaderClassName
{
color: #FEB6EC;
}
.AnyTagClassName
{
color: #FEB6EC;
}
</style>
background-color css
<style>
a { background-color: #FEB6EC; }
a { background-color: rgb(254,182,236); }
div.DivClassName
{
background-color: #FEB6EC;
}
.BgClassName
{
background-color: #FEB6EC;
}
</style>
border-color css
<style>
span { border-color: #FEB6EC; }
span { border-color: rgb(254,182,236); }
td.TdClassName
{
border-color: #FEB6EC;
}
.TagClassName
{
border-color: #FEB6EC;
}
</style>