Shades of Lavender Rose #FE9FDE
Tints of Lavender Rose #FE9FDE
RGB
CMYK
RGB Variations
Color information
#FE9FDE (or 0xFE9FDE) is known color: Lavender Rose. HEX triplet: FE, 9F and DE. RGB value is (254,159,222). Sum of RGB (Red+Green+Blue) = 254+159+222=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDE is #016021. Grayscale: #C2C2C2. Windows color (decimal): -90146 or 14589950. OLE color: 14589950.
HSL color Cylindrical-coordinate representation of color #FE9FDE: hue angle of 320.21º 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 #FE9FDE is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 222 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.00 |
| HSL | 320.21º | 0.98% | 0.81% | - |
| HSV(B) | 320.21º | 0.37% | 1% | - |
| XYZ | 66.46 | 51.14 | 75.48 | - |
| YUV | 194.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 222 | 0 | 0.37 | 0.13 | 0.00 | 320.21 | 0.98 | 0.81 |
| Hex | FE | 9F | DE | 0 | 25 | D | 0 | 140 | 62 | 51 |
| Octal | 376 | 237 | 336 | 0 | 45 | 15 | 0 | 500 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11011110 | 0 | 100101 | 1101 | 0 | 101000000 | 1100010 | 1010001 |
Color Harmonies of #FE9FDE
Complementary color
Monochromatic Colors of #FE9FDE
Black with #FE9FDE
Text Example
Text Example
White with #FE9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FDE; }
p { color: rgb(254,159,222); }
H1.HeaderClassName
{
color: #FE9FDE;
}
.AnyTagClassName
{
color: #FE9FDE;
}
</style>
background-color css
<style>
a { background-color: #FE9FDE; }
a { background-color: rgb(254,159,222); }
div.DivClassName
{
background-color: #FE9FDE;
}
.BgClassName
{
background-color: #FE9FDE;
}
</style>
border-color css
<style>
span { border-color: #FE9FDE; }
span { border-color: rgb(254,159,222); }
td.TdClassName
{
border-color: #FE9FDE;
}
.TagClassName
{
border-color: #FE9FDE;
}
</style>