Shades of Lavender Rose #FE96D9
Tints of Lavender Rose #FE96D9
RGB
CMYK
RGB Variations
Color information
#FE96D9 (or 0xFE96D9) is known color: Lavender Rose. HEX triplet: FE, 96 and D9. RGB value is (254,150,217). Sum of RGB (Red+Green+Blue) = 254+150+217=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96D9 is #016926. Grayscale: #BCBCBC. Windows color (decimal): -92455 or 14259966. OLE color: 14259966.
HSL color Cylindrical-coordinate representation of color #FE96D9: hue angle of 321.35º 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 #FE96D9 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 217 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.00 |
| HSL | 321.35º | 0.98% | 0.79% | - |
| HSV(B) | 321.35º | 0.41% | 1% | - |
| XYZ | 64.3 | 47.89 | 71.5 | - |
| YUV | 188.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 217 | 0 | 0.41 | 0.15 | 0.00 | 321.35 | 0.98 | 0.79 |
| Hex | FE | 96 | D9 | 0 | 29 | F | 0 | 141 | 62 | 4F |
| Octal | 376 | 226 | 331 | 0 | 51 | 17 | 0 | 501 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11011001 | 0 | 101001 | 1111 | 0 | 101000001 | 1100010 | 1001111 |
Color Harmonies of #FE96D9
Complementary color
Monochromatic Colors of #FE96D9
Black with #FE96D9
Text Example
Text Example
White with #FE96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96D9; }
p { color: rgb(254,150,217); }
H1.HeaderClassName
{
color: #FE96D9;
}
.AnyTagClassName
{
color: #FE96D9;
}
</style>
background-color css
<style>
a { background-color: #FE96D9; }
a { background-color: rgb(254,150,217); }
div.DivClassName
{
background-color: #FE96D9;
}
.BgClassName
{
background-color: #FE96D9;
}
</style>
border-color css
<style>
span { border-color: #FE96D9; }
span { border-color: rgb(254,150,217); }
td.TdClassName
{
border-color: #FE96D9;
}
.TagClassName
{
border-color: #FE96D9;
}
</style>