Shades of Lavender Rose #FE96DF
Tints of Lavender Rose #FE96DF
RGB
CMYK
RGB Variations
Color information
#FE96DF (or 0xFE96DF) is known color: Lavender Rose. HEX triplet: FE, 96 and DF. RGB value is (254,150,223). Sum of RGB (Red+Green+Blue) = 254+150+223=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DF is #016920. Grayscale: #BDBDBD. Windows color (decimal): -92449 or 14653182. OLE color: 14653182.
HSL color Cylindrical-coordinate representation of color #FE96DF: hue angle of 317.88º 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 #FE96DF is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 223 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.00 |
| HSL | 317.88º | 0.98% | 0.79% | - |
| HSV(B) | 317.88º | 0.41% | 1% | - |
| XYZ | 65.1 | 48.21 | 75.69 | - |
| YUV | 189.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 223 | 0 | 0.41 | 0.12 | 0.00 | 317.88 | 0.98 | 0.79 |
| Hex | FE | 96 | DF | 0 | 29 | C | 0 | 13E | 62 | 4F |
| Octal | 376 | 226 | 337 | 0 | 51 | 14 | 0 | 476 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11011111 | 0 | 101001 | 1100 | 0 | 100111110 | 1100010 | 1001111 |
Color Harmonies of #FE96DF
Complementary color
Monochromatic Colors of #FE96DF
Black with #FE96DF
Text Example
Text Example
White with #FE96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96DF; }
p { color: rgb(254,150,223); }
H1.HeaderClassName
{
color: #FE96DF;
}
.AnyTagClassName
{
color: #FE96DF;
}
</style>
background-color css
<style>
a { background-color: #FE96DF; }
a { background-color: rgb(254,150,223); }
div.DivClassName
{
background-color: #FE96DF;
}
.BgClassName
{
background-color: #FE96DF;
}
</style>
border-color css
<style>
span { border-color: #FE96DF; }
span { border-color: rgb(254,150,223); }
td.TdClassName
{
border-color: #FE96DF;
}
.TagClassName
{
border-color: #FE96DF;
}
</style>