Shades of Lavender Rose #FE9BDA
Tints of Lavender Rose #FE9BDA
RGB
CMYK
RGB Variations
Color information
#FE9BDA (or 0xFE9BDA) is known color: Lavender Rose. HEX triplet: FE, 9B and DA. RGB value is (254,155,218). Sum of RGB (Red+Green+Blue) = 254+155+218=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BDA is #016425. Grayscale: #BFBFBF. Windows color (decimal): -91174 or 14326782. OLE color: 14326782.
HSL color Cylindrical-coordinate representation of color #FE9BDA: hue angle of 321.82º 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 #FE9BDA is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 218 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.00 |
| HSL | 321.82º | 0.98% | 0.8% | - |
| HSV(B) | 321.82º | 0.39% | 1% | - |
| XYZ | 65.25 | 49.58 | 72.46 | - |
| YUV | 191.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 218 | 0 | 0.39 | 0.14 | 0.00 | 321.82 | 0.98 | 0.8 |
| Hex | FE | 9B | DA | 0 | 27 | E | 0 | 142 | 62 | 50 |
| Octal | 376 | 233 | 332 | 0 | 47 | 16 | 0 | 502 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11011010 | 0 | 100111 | 1110 | 0 | 101000010 | 1100010 | 1010000 |
Color Harmonies of #FE9BDA
Complementary color
Monochromatic Colors of #FE9BDA
Black with #FE9BDA
Text Example
Text Example
White with #FE9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BDA; }
p { color: rgb(254,155,218); }
H1.HeaderClassName
{
color: #FE9BDA;
}
.AnyTagClassName
{
color: #FE9BDA;
}
</style>
background-color css
<style>
a { background-color: #FE9BDA; }
a { background-color: rgb(254,155,218); }
div.DivClassName
{
background-color: #FE9BDA;
}
.BgClassName
{
background-color: #FE9BDA;
}
</style>
border-color css
<style>
span { border-color: #FE9BDA; }
span { border-color: rgb(254,155,218); }
td.TdClassName
{
border-color: #FE9BDA;
}
.TagClassName
{
border-color: #FE9BDA;
}
</style>