Shades of Lavender Rose #FE93D4
Tints of Lavender Rose #FE93D4
RGB
CMYK
RGB Variations
Color information
#FE93D4 (or 0xFE93D4) is known color: Lavender Rose. HEX triplet: FE, 93 and D4. RGB value is (254,147,212). Sum of RGB (Red+Green+Blue) = 254+147+212=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93D4 is #016C2B. Grayscale: #BABABA. Windows color (decimal): -93228 or 13931518. OLE color: 13931518.
HSL color Cylindrical-coordinate representation of color #FE93D4: hue angle of 323.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 #FE93D4 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 212 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.00 |
| HSL | 323.55º | 0.98% | 0.79% | - |
| HSV(B) | 323.55º | 0.42% | 1% | - |
| XYZ | 63.19 | 46.69 | 67.97 | - |
| YUV | 186.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 212 | 0 | 0.42 | 0.17 | 0.00 | 323.55 | 0.98 | 0.79 |
| Hex | FE | 93 | D4 | 0 | 2A | 11 | 0 | 144 | 62 | 4F |
| Octal | 376 | 223 | 324 | 0 | 52 | 21 | 0 | 504 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11010100 | 0 | 101010 | 10001 | 0 | 101000100 | 1100010 | 1001111 |
Color Harmonies of #FE93D4
Complementary color
Monochromatic Colors of #FE93D4
Black with #FE93D4
Text Example
Text Example
White with #FE93D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93D4; }
p { color: rgb(254,147,212); }
H1.HeaderClassName
{
color: #FE93D4;
}
.AnyTagClassName
{
color: #FE93D4;
}
</style>
background-color css
<style>
a { background-color: #FE93D4; }
a { background-color: rgb(254,147,212); }
div.DivClassName
{
background-color: #FE93D4;
}
.BgClassName
{
background-color: #FE93D4;
}
</style>
border-color css
<style>
span { border-color: #FE93D4; }
span { border-color: rgb(254,147,212); }
td.TdClassName
{
border-color: #FE93D4;
}
.TagClassName
{
border-color: #FE93D4;
}
</style>