Shades of Lavender Rose #FE9DEC
Tints of Lavender Rose #FE9DEC
RGB
CMYK
RGB Variations
Color information
#FE9DEC (or 0xFE9DEC) is known color: Lavender Rose. HEX triplet: FE, 9D and EC. RGB value is (254,157,236). Sum of RGB (Red+Green+Blue) = 254+157+236=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DEC is #016213. Grayscale: #C2C2C2. Windows color (decimal): -90644 or 15506942. OLE color: 15506942.
HSL color Cylindrical-coordinate representation of color #FE9DEC: hue angle of 311.13º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DEC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 236 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.00 |
| HSL | 311.13º | 0.98% | 0.81% | - |
| HSV(B) | 311.13º | 0.38% | 1% | - |
| XYZ | 68.07 | 51.24 | 85.66 | - |
| YUV | 195.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 236 | 0 | 0.38 | 0.07 | 0.00 | 311.13 | 0.98 | 0.81 |
| Hex | FE | 9D | EC | 0 | 26 | 7 | 0 | 137 | 62 | 51 |
| Octal | 376 | 235 | 354 | 0 | 46 | 7 | 0 | 467 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11101100 | 0 | 100110 | 111 | 0 | 100110111 | 1100010 | 1010001 |
Color Harmonies of #FE9DEC
Complementary color
Monochromatic Colors of #FE9DEC
Black with #FE9DEC
Text Example
Text Example
White with #FE9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DEC; }
p { color: rgb(254,157,236); }
H1.HeaderClassName
{
color: #FE9DEC;
}
.AnyTagClassName
{
color: #FE9DEC;
}
</style>
background-color css
<style>
a { background-color: #FE9DEC; }
a { background-color: rgb(254,157,236); }
div.DivClassName
{
background-color: #FE9DEC;
}
.BgClassName
{
background-color: #FE9DEC;
}
</style>
border-color css
<style>
span { border-color: #FE9DEC; }
span { border-color: rgb(254,157,236); }
td.TdClassName
{
border-color: #FE9DEC;
}
.TagClassName
{
border-color: #FE9DEC;
}
</style>