Shades of Lavender Rose #FE9DD9
Tints of Lavender Rose #FE9DD9
RGB
CMYK
RGB Variations
Color information
#FE9DD9 (or 0xFE9DD9) is known color: Lavender Rose. HEX triplet: FE, 9D and D9. RGB value is (254,157,217). Sum of RGB (Red+Green+Blue) = 254+157+217=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD9 is #016226. Grayscale: #C0C0C0. Windows color (decimal): -90663 or 14261758. OLE color: 14261758.
HSL color Cylindrical-coordinate representation of color #FE9DD9: hue angle of 322.89º 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 #FE9DD9 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 217 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.00 |
| HSL | 322.89º | 0.98% | 0.81% | - |
| HSV(B) | 322.89º | 0.38% | 1% | - |
| XYZ | 65.45 | 50.19 | 71.88 | - |
| YUV | 192.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 217 | 0 | 0.38 | 0.15 | 0.00 | 322.89 | 0.98 | 0.81 |
| Hex | FE | 9D | D9 | 0 | 26 | F | 0 | 143 | 62 | 51 |
| Octal | 376 | 235 | 331 | 0 | 46 | 17 | 0 | 503 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11011001 | 0 | 100110 | 1111 | 0 | 101000011 | 1100010 | 1010001 |
Color Harmonies of #FE9DD9
Complementary color
Monochromatic Colors of #FE9DD9
Black with #FE9DD9
Text Example
Text Example
White with #FE9DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DD9; }
p { color: rgb(254,157,217); }
H1.HeaderClassName
{
color: #FE9DD9;
}
.AnyTagClassName
{
color: #FE9DD9;
}
</style>
background-color css
<style>
a { background-color: #FE9DD9; }
a { background-color: rgb(254,157,217); }
div.DivClassName
{
background-color: #FE9DD9;
}
.BgClassName
{
background-color: #FE9DD9;
}
</style>
border-color css
<style>
span { border-color: #FE9DD9; }
span { border-color: rgb(254,157,217); }
td.TdClassName
{
border-color: #FE9DD9;
}
.TagClassName
{
border-color: #FE9DD9;
}
</style>