Shades of Lavender Rose #FE94DB
Tints of Lavender Rose #FE94DB
RGB
CMYK
RGB Variations
Color information
#FE94DB (or 0xFE94DB) is known color: Lavender Rose. HEX triplet: FE, 94 and DB. RGB value is (254,148,219). Sum of RGB (Red+Green+Blue) = 254+148+219=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94DB is #016B24. Grayscale: #BBBBBB. Windows color (decimal): -92965 or 14390526. OLE color: 14390526.
HSL color Cylindrical-coordinate representation of color #FE94DB: hue angle of 319.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94DB is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 219 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.00 |
| HSL | 319.81º | 0.98% | 0.79% | - |
| HSV(B) | 319.81º | 0.42% | 1% | - |
| XYZ | 64.25 | 47.37 | 72.77 | - |
| YUV | 187.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 219 | 0 | 0.42 | 0.14 | 0.00 | 319.81 | 0.98 | 0.79 |
| Hex | FE | 94 | DB | 0 | 2A | E | 0 | 140 | 62 | 4F |
| Octal | 376 | 224 | 333 | 0 | 52 | 16 | 0 | 500 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11011011 | 0 | 101010 | 1110 | 0 | 101000000 | 1100010 | 1001111 |
Color Harmonies of #FE94DB
Complementary color
Monochromatic Colors of #FE94DB
Black with #FE94DB
Text Example
Text Example
White with #FE94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94DB; }
p { color: rgb(254,148,219); }
H1.HeaderClassName
{
color: #FE94DB;
}
.AnyTagClassName
{
color: #FE94DB;
}
</style>
background-color css
<style>
a { background-color: #FE94DB; }
a { background-color: rgb(254,148,219); }
div.DivClassName
{
background-color: #FE94DB;
}
.BgClassName
{
background-color: #FE94DB;
}
</style>
border-color css
<style>
span { border-color: #FE94DB; }
span { border-color: rgb(254,148,219); }
td.TdClassName
{
border-color: #FE94DB;
}
.TagClassName
{
border-color: #FE94DB;
}
</style>