Shades of Lavender Rose #FE9FDB
Tints of Lavender Rose #FE9FDB
RGB
CMYK
RGB Variations
Color information
#FE9FDB (or 0xFE9FDB) is known color: Lavender Rose. HEX triplet: FE, 9F and DB. RGB value is (254,159,219). Sum of RGB (Red+Green+Blue) = 254+159+219=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDB is #016024. Grayscale: #C2C2C2. Windows color (decimal): -90149 or 14393342. OLE color: 14393342.
HSL color Cylindrical-coordinate representation of color #FE9FDB: hue angle of 322.11º 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 #FE9FDB is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 219 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.00 |
| HSL | 322.11º | 0.98% | 0.81% | - |
| HSV(B) | 322.11º | 0.37% | 1% | - |
| XYZ | 66.06 | 50.98 | 73.38 | - |
| YUV | 194.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 219 | 0 | 0.37 | 0.14 | 0.00 | 322.11 | 0.98 | 0.81 |
| Hex | FE | 9F | DB | 0 | 25 | E | 0 | 142 | 62 | 51 |
| Octal | 376 | 237 | 333 | 0 | 45 | 16 | 0 | 502 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11011011 | 0 | 100101 | 1110 | 0 | 101000010 | 1100010 | 1010001 |
Color Harmonies of #FE9FDB
Complementary color
Monochromatic Colors of #FE9FDB
Black with #FE9FDB
Text Example
Text Example
White with #FE9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FDB; }
p { color: rgb(254,159,219); }
H1.HeaderClassName
{
color: #FE9FDB;
}
.AnyTagClassName
{
color: #FE9FDB;
}
</style>
background-color css
<style>
a { background-color: #FE9FDB; }
a { background-color: rgb(254,159,219); }
div.DivClassName
{
background-color: #FE9FDB;
}
.BgClassName
{
background-color: #FE9FDB;
}
</style>
border-color css
<style>
span { border-color: #FE9FDB; }
span { border-color: rgb(254,159,219); }
td.TdClassName
{
border-color: #FE9FDB;
}
.TagClassName
{
border-color: #FE9FDB;
}
</style>