Shades of Lavender Rose #FE9ADE
Tints of Lavender Rose #FE9ADE
RGB
CMYK
RGB Variations
Color information
#FE9ADE (or 0xFE9ADE) is known color: Lavender Rose. HEX triplet: FE, 9A and DE. RGB value is (254,154,222). Sum of RGB (Red+Green+Blue) = 254+154+222=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ADE is #016521. Grayscale: #BFBFBF. Windows color (decimal): -91426 or 14588670. OLE color: 14588670.
HSL color Cylindrical-coordinate representation of color #FE9ADE: hue angle of 319.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9ADE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 222 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.00 |
| HSL | 319.2º | 0.98% | 0.8% | - |
| HSV(B) | 319.2º | 0.39% | 1% | - |
| XYZ | 65.61 | 49.46 | 75.19 | - |
| YUV | 191.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 222 | 0 | 0.39 | 0.13 | 0.00 | 319.2 | 0.98 | 0.8 |
| Hex | FE | 9A | DE | 0 | 27 | D | 0 | 13F | 62 | 50 |
| Octal | 376 | 232 | 336 | 0 | 47 | 15 | 0 | 477 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11011110 | 0 | 100111 | 1101 | 0 | 100111111 | 1100010 | 1010000 |
Color Harmonies of #FE9ADE
Complementary color
Monochromatic Colors of #FE9ADE
Black with #FE9ADE
Text Example
Text Example
White with #FE9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ADE; }
p { color: rgb(254,154,222); }
H1.HeaderClassName
{
color: #FE9ADE;
}
.AnyTagClassName
{
color: #FE9ADE;
}
</style>
background-color css
<style>
a { background-color: #FE9ADE; }
a { background-color: rgb(254,154,222); }
div.DivClassName
{
background-color: #FE9ADE;
}
.BgClassName
{
background-color: #FE9ADE;
}
</style>
border-color css
<style>
span { border-color: #FE9ADE; }
span { border-color: rgb(254,154,222); }
td.TdClassName
{
border-color: #FE9ADE;
}
.TagClassName
{
border-color: #FE9ADE;
}
</style>