Shades of Lavender Rose #FE9FDD
Tints of Lavender Rose #FE9FDD
RGB
CMYK
RGB Variations
Color information
#FE9FDD (or 0xFE9FDD) is known color: Lavender Rose. HEX triplet: FE, 9F and DD. RGB value is (254,159,221). Sum of RGB (Red+Green+Blue) = 254+159+221=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDD is #016022. Grayscale: #C2C2C2. Windows color (decimal): -90147 or 14524414. OLE color: 14524414.
HSL color Cylindrical-coordinate representation of color #FE9FDD: hue angle of 320.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FDD is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 221 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.00 |
| HSL | 320.84º | 0.98% | 0.81% | - |
| HSV(B) | 320.84º | 0.37% | 1% | - |
| XYZ | 66.32 | 51.09 | 74.77 | - |
| YUV | 194.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 221 | 0 | 0.37 | 0.13 | 0.00 | 320.84 | 0.98 | 0.81 |
| Hex | FE | 9F | DD | 0 | 25 | D | 0 | 141 | 62 | 51 |
| Octal | 376 | 237 | 335 | 0 | 45 | 15 | 0 | 501 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11011101 | 0 | 100101 | 1101 | 0 | 101000001 | 1100010 | 1010001 |
Color Harmonies of #FE9FDD
Complementary color
Monochromatic Colors of #FE9FDD
Black with #FE9FDD
Text Example
Text Example
White with #FE9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FDD; }
p { color: rgb(254,159,221); }
H1.HeaderClassName
{
color: #FE9FDD;
}
.AnyTagClassName
{
color: #FE9FDD;
}
</style>
background-color css
<style>
a { background-color: #FE9FDD; }
a { background-color: rgb(254,159,221); }
div.DivClassName
{
background-color: #FE9FDD;
}
.BgClassName
{
background-color: #FE9FDD;
}
</style>
border-color css
<style>
span { border-color: #FE9FDD; }
span { border-color: rgb(254,159,221); }
td.TdClassName
{
border-color: #FE9FDD;
}
.TagClassName
{
border-color: #FE9FDD;
}
</style>