Shades of Lavender Rose #FE94DF
Tints of Lavender Rose #FE94DF
RGB
CMYK
RGB Variations
Color information
#FE94DF (or 0xFE94DF) is known color: Lavender Rose. HEX triplet: FE, 94 and DF. RGB value is (254,148,223). Sum of RGB (Red+Green+Blue) = 254+148+223=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94DF is #016B20. Grayscale: #BCBCBC. Windows color (decimal): -92961 or 14652670. OLE color: 14652670.
HSL color Cylindrical-coordinate representation of color #FE94DF: hue angle of 317.55º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94DF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 223 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.00 |
| HSL | 317.55º | 0.98% | 0.79% | - |
| HSV(B) | 317.55º | 0.42% | 1% | - |
| XYZ | 64.78 | 47.58 | 75.58 | - |
| YUV | 188.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 223 | 0 | 0.42 | 0.12 | 0.00 | 317.55 | 0.98 | 0.79 |
| Hex | FE | 94 | DF | 0 | 2A | C | 0 | 13E | 62 | 4F |
| Octal | 376 | 224 | 337 | 0 | 52 | 14 | 0 | 476 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11011111 | 0 | 101010 | 1100 | 0 | 100111110 | 1100010 | 1001111 |
Color Harmonies of #FE94DF
Complementary color
Monochromatic Colors of #FE94DF
Black with #FE94DF
Text Example
Text Example
White with #FE94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94DF; }
p { color: rgb(254,148,223); }
H1.HeaderClassName
{
color: #FE94DF;
}
.AnyTagClassName
{
color: #FE94DF;
}
</style>
background-color css
<style>
a { background-color: #FE94DF; }
a { background-color: rgb(254,148,223); }
div.DivClassName
{
background-color: #FE94DF;
}
.BgClassName
{
background-color: #FE94DF;
}
</style>
border-color css
<style>
span { border-color: #FE94DF; }
span { border-color: rgb(254,148,223); }
td.TdClassName
{
border-color: #FE94DF;
}
.TagClassName
{
border-color: #FE94DF;
}
</style>