Shades of Lavender Rose #FE9DED
Tints of Lavender Rose #FE9DED
RGB
CMYK
RGB Variations
Color information
#FE9DED (or 0xFE9DED) is known color: Lavender Rose. HEX triplet: FE, 9D and ED. RGB value is (254,157,237). Sum of RGB (Red+Green+Blue) = 254+157+237=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DED is #016212. Grayscale: #C2C2C2. Windows color (decimal): -90643 or 15572478. OLE color: 15572478.
HSL color Cylindrical-coordinate representation of color #FE9DED: hue angle of 310.52º 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 #FE9DED is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 237 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.00 |
| HSL | 310.52º | 0.98% | 0.81% | - |
| HSV(B) | 310.52º | 0.38% | 1% | - |
| XYZ | 68.22 | 51.3 | 86.43 | - |
| YUV | 195.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 237 | 0 | 0.38 | 0.07 | 0.00 | 310.52 | 0.98 | 0.81 |
| Hex | FE | 9D | ED | 0 | 26 | 7 | 0 | 137 | 62 | 51 |
| Octal | 376 | 235 | 355 | 0 | 46 | 7 | 0 | 467 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11101101 | 0 | 100110 | 111 | 0 | 100110111 | 1100010 | 1010001 |
Color Harmonies of #FE9DED
Complementary color
Monochromatic Colors of #FE9DED
Black with #FE9DED
Text Example
Text Example
White with #FE9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DED; }
p { color: rgb(254,157,237); }
H1.HeaderClassName
{
color: #FE9DED;
}
.AnyTagClassName
{
color: #FE9DED;
}
</style>
background-color css
<style>
a { background-color: #FE9DED; }
a { background-color: rgb(254,157,237); }
div.DivClassName
{
background-color: #FE9DED;
}
.BgClassName
{
background-color: #FE9DED;
}
</style>
border-color css
<style>
span { border-color: #FE9DED; }
span { border-color: rgb(254,157,237); }
td.TdClassName
{
border-color: #FE9DED;
}
.TagClassName
{
border-color: #FE9DED;
}
</style>