Shades of Lavender Rose #FE92DB
Tints of Lavender Rose #FE92DB
RGB
CMYK
RGB Variations
Color information
#FE92DB (or 0xFE92DB) is known color: Lavender Rose. HEX triplet: FE, 92 and DB. RGB value is (254,146,219). Sum of RGB (Red+Green+Blue) = 254+146+219=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92DB is #016D24. Grayscale: #BABABA. Windows color (decimal): -93477 or 14390014. OLE color: 14390014.
HSL color Cylindrical-coordinate representation of color #FE92DB: hue angle of 319.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92DB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 219 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.00 |
| HSL | 319.44º | 0.98% | 0.78% | - |
| HSV(B) | 319.44º | 0.43% | 1% | - |
| XYZ | 63.94 | 46.74 | 72.67 | - |
| YUV | 186.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 219 | 0 | 0.43 | 0.14 | 0.00 | 319.44 | 0.98 | 0.78 |
| Hex | FE | 92 | DB | 0 | 2B | E | 0 | 13F | 62 | 4E |
| Octal | 376 | 222 | 333 | 0 | 53 | 16 | 0 | 477 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11011011 | 0 | 101011 | 1110 | 0 | 100111111 | 1100010 | 1001110 |
Color Harmonies of #FE92DB
Complementary color
Monochromatic Colors of #FE92DB
Black with #FE92DB
Text Example
Text Example
White with #FE92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92DB; }
p { color: rgb(254,146,219); }
H1.HeaderClassName
{
color: #FE92DB;
}
.AnyTagClassName
{
color: #FE92DB;
}
</style>
background-color css
<style>
a { background-color: #FE92DB; }
a { background-color: rgb(254,146,219); }
div.DivClassName
{
background-color: #FE92DB;
}
.BgClassName
{
background-color: #FE92DB;
}
</style>
border-color css
<style>
span { border-color: #FE92DB; }
span { border-color: rgb(254,146,219); }
td.TdClassName
{
border-color: #FE92DB;
}
.TagClassName
{
border-color: #FE92DB;
}
</style>