Shades of Lavender Rose #FE96DE
Tints of Lavender Rose #FE96DE
RGB
CMYK
RGB Variations
Color information
#FE96DE (or 0xFE96DE) is known color: Lavender Rose. HEX triplet: FE, 96 and DE. RGB value is (254,150,222). Sum of RGB (Red+Green+Blue) = 254+150+222=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DE is #016921. Grayscale: #BDBDBD. Windows color (decimal): -92450 or 14587646. OLE color: 14587646.
HSL color Cylindrical-coordinate representation of color #FE96DE: hue angle of 318.46º 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 #FE96DE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 222 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.00 |
| HSL | 318.46º | 0.98% | 0.79% | - |
| HSV(B) | 318.46º | 0.41% | 1% | - |
| XYZ | 64.96 | 48.16 | 74.98 | - |
| YUV | 189.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 222 | 0 | 0.41 | 0.13 | 0.00 | 318.46 | 0.98 | 0.79 |
| Hex | FE | 96 | DE | 0 | 29 | D | 0 | 13E | 62 | 4F |
| Octal | 376 | 226 | 336 | 0 | 51 | 15 | 0 | 476 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11011110 | 0 | 101001 | 1101 | 0 | 100111110 | 1100010 | 1001111 |
Color Harmonies of #FE96DE
Complementary color
Monochromatic Colors of #FE96DE
Black with #FE96DE
Text Example
Text Example
White with #FE96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96DE; }
p { color: rgb(254,150,222); }
H1.HeaderClassName
{
color: #FE96DE;
}
.AnyTagClassName
{
color: #FE96DE;
}
</style>
background-color css
<style>
a { background-color: #FE96DE; }
a { background-color: rgb(254,150,222); }
div.DivClassName
{
background-color: #FE96DE;
}
.BgClassName
{
background-color: #FE96DE;
}
</style>
border-color css
<style>
span { border-color: #FE96DE; }
span { border-color: rgb(254,150,222); }
td.TdClassName
{
border-color: #FE96DE;
}
.TagClassName
{
border-color: #FE96DE;
}
</style>