Shades of Lavender Rose #FE96DB
Tints of Lavender Rose #FE96DB
RGB
CMYK
RGB Variations
Color information
#FE96DB (or 0xFE96DB) is known color: Lavender Rose. HEX triplet: FE, 96 and DB. RGB value is (254,150,219). Sum of RGB (Red+Green+Blue) = 254+150+219=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DB is #016924. Grayscale: #BCBCBC. Windows color (decimal): -92453 or 14391038. OLE color: 14391038.
HSL color Cylindrical-coordinate representation of color #FE96DB: hue angle of 320.19º 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 #FE96DB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 219 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.00 |
| HSL | 320.19º | 0.98% | 0.79% | - |
| HSV(B) | 320.19º | 0.41% | 1% | - |
| XYZ | 64.57 | 48 | 72.88 | - |
| YUV | 188.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 219 | 0 | 0.41 | 0.14 | 0.00 | 320.19 | 0.98 | 0.79 |
| Hex | FE | 96 | DB | 0 | 29 | E | 0 | 140 | 62 | 4F |
| Octal | 376 | 226 | 333 | 0 | 51 | 16 | 0 | 500 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11011011 | 0 | 101001 | 1110 | 0 | 101000000 | 1100010 | 1001111 |
Color Harmonies of #FE96DB
Complementary color
Monochromatic Colors of #FE96DB
Black with #FE96DB
Text Example
Text Example
White with #FE96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96DB; }
p { color: rgb(254,150,219); }
H1.HeaderClassName
{
color: #FE96DB;
}
.AnyTagClassName
{
color: #FE96DB;
}
</style>
background-color css
<style>
a { background-color: #FE96DB; }
a { background-color: rgb(254,150,219); }
div.DivClassName
{
background-color: #FE96DB;
}
.BgClassName
{
background-color: #FE96DB;
}
</style>
border-color css
<style>
span { border-color: #FE96DB; }
span { border-color: rgb(254,150,219); }
td.TdClassName
{
border-color: #FE96DB;
}
.TagClassName
{
border-color: #FE96DB;
}
</style>