Shades of Lavender Rose #FE96DD
Tints of Lavender Rose #FE96DD
RGB
CMYK
RGB Variations
Color information
#FE96DD (or 0xFE96DD) is known color: Lavender Rose. HEX triplet: FE, 96 and DD. RGB value is (254,150,221). Sum of RGB (Red+Green+Blue) = 254+150+221=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DD is #016922. Grayscale: #BDBDBD. Windows color (decimal): -92451 or 14522110. OLE color: 14522110.
HSL color Cylindrical-coordinate representation of color #FE96DD: hue angle of 319.04º 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 #FE96DD is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 221 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.00 |
| HSL | 319.04º | 0.98% | 0.79% | - |
| HSV(B) | 319.04º | 0.41% | 1% | - |
| XYZ | 64.83 | 48.1 | 74.27 | - |
| YUV | 189.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 221 | 0 | 0.41 | 0.13 | 0.00 | 319.04 | 0.98 | 0.79 |
| Hex | FE | 96 | DD | 0 | 29 | D | 0 | 13F | 62 | 4F |
| Octal | 376 | 226 | 335 | 0 | 51 | 15 | 0 | 477 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11011101 | 0 | 101001 | 1101 | 0 | 100111111 | 1100010 | 1001111 |
Color Harmonies of #FE96DD
Complementary color
Monochromatic Colors of #FE96DD
Black with #FE96DD
Text Example
Text Example
White with #FE96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96DD; }
p { color: rgb(254,150,221); }
H1.HeaderClassName
{
color: #FE96DD;
}
.AnyTagClassName
{
color: #FE96DD;
}
</style>
background-color css
<style>
a { background-color: #FE96DD; }
a { background-color: rgb(254,150,221); }
div.DivClassName
{
background-color: #FE96DD;
}
.BgClassName
{
background-color: #FE96DD;
}
</style>
border-color css
<style>
span { border-color: #FE96DD; }
span { border-color: rgb(254,150,221); }
td.TdClassName
{
border-color: #FE96DD;
}
.TagClassName
{
border-color: #FE96DD;
}
</style>