Shades of Lavender Rose #FE95DB
Tints of Lavender Rose #FE95DB
RGB
CMYK
RGB Variations
Color information
#FE95DB (or 0xFE95DB) is known color: Lavender Rose. HEX triplet: FE, 95 and DB. RGB value is (254,149,219). Sum of RGB (Red+Green+Blue) = 254+149+219=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95DB is #016A24. Grayscale: #BCBCBC. Windows color (decimal): -92709 or 14390782. OLE color: 14390782.
HSL color Cylindrical-coordinate representation of color #FE95DB: hue angle of 320º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE95DB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 219 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.00 |
| HSL | 320º | 0.98% | 0.79% | - |
| HSV(B) | 320º | 0.41% | 1% | - |
| XYZ | 64.41 | 47.68 | 72.83 | - |
| YUV | 188.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 219 | 0 | 0.41 | 0.14 | 0.00 | 320 | 0.98 | 0.79 |
| Hex | FE | 95 | DB | 0 | 29 | E | 0 | 140 | 62 | 4F |
| Octal | 376 | 225 | 333 | 0 | 51 | 16 | 0 | 500 | 142 | 117 |
| Binary | 11111110 | 10010101 | 11011011 | 0 | 101001 | 1110 | 0 | 101000000 | 1100010 | 1001111 |
Color Harmonies of #FE95DB
Complementary color
Monochromatic Colors of #FE95DB
Black with #FE95DB
Text Example
Text Example
White with #FE95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95DB; }
p { color: rgb(254,149,219); }
H1.HeaderClassName
{
color: #FE95DB;
}
.AnyTagClassName
{
color: #FE95DB;
}
</style>
background-color css
<style>
a { background-color: #FE95DB; }
a { background-color: rgb(254,149,219); }
div.DivClassName
{
background-color: #FE95DB;
}
.BgClassName
{
background-color: #FE95DB;
}
</style>
border-color css
<style>
span { border-color: #FE95DB; }
span { border-color: rgb(254,149,219); }
td.TdClassName
{
border-color: #FE95DB;
}
.TagClassName
{
border-color: #FE95DB;
}
</style>