Shades of Lavender Rose #FE9ED6
Tints of Lavender Rose #FE9ED6
RGB
CMYK
RGB Variations
Color information
#FE9ED6 (or 0xFE9ED6) is known color: Lavender Rose. HEX triplet: FE, 9E and D6. RGB value is (254,158,214). Sum of RGB (Red+Green+Blue) = 254+158+214=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ED6 is #016129. Grayscale: #C0C0C0. Windows color (decimal): -90410 or 14065406. OLE color: 14065406.
HSL color Cylindrical-coordinate representation of color #FE9ED6: hue angle of 325º 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 #FE9ED6 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 214 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.00 |
| HSL | 325º | 0.98% | 0.81% | - |
| HSV(B) | 325º | 0.38% | 1% | - |
| XYZ | 65.24 | 50.38 | 69.9 | - |
| YUV | 193.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 214 | 0 | 0.38 | 0.16 | 0.00 | 325 | 0.98 | 0.81 |
| Hex | FE | 9E | D6 | 0 | 26 | 10 | 0 | 145 | 62 | 51 |
| Octal | 376 | 236 | 326 | 0 | 46 | 20 | 0 | 505 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11010110 | 0 | 100110 | 10000 | 0 | 101000101 | 1100010 | 1010001 |
Color Harmonies of #FE9ED6
Complementary color
Monochromatic Colors of #FE9ED6
Black with #FE9ED6
Text Example
Text Example
White with #FE9ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ED6; }
p { color: rgb(254,158,214); }
H1.HeaderClassName
{
color: #FE9ED6;
}
.AnyTagClassName
{
color: #FE9ED6;
}
</style>
background-color css
<style>
a { background-color: #FE9ED6; }
a { background-color: rgb(254,158,214); }
div.DivClassName
{
background-color: #FE9ED6;
}
.BgClassName
{
background-color: #FE9ED6;
}
</style>
border-color css
<style>
span { border-color: #FE9ED6; }
span { border-color: rgb(254,158,214); }
td.TdClassName
{
border-color: #FE9ED6;
}
.TagClassName
{
border-color: #FE9ED6;
}
</style>