Shades of Lavender Rose #FE98D5
Tints of Lavender Rose #FE98D5
RGB
CMYK
RGB Variations
Color information
#FE98D5 (or 0xFE98D5) is known color: Lavender Rose. HEX triplet: FE, 98 and D5. RGB value is (254,152,213). Sum of RGB (Red+Green+Blue) = 254+152+213=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98D5 is #01672A. Grayscale: #BDBDBD. Windows color (decimal): -91947 or 13998334. OLE color: 13998334.
HSL color Cylindrical-coordinate representation of color #FE98D5: hue angle of 324.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE98D5 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 213 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.00 |
| HSL | 324.12º | 0.98% | 0.8% | - |
| HSV(B) | 324.12º | 0.4% | 1% | - |
| XYZ | 64.11 | 48.33 | 68.9 | - |
| YUV | 189.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 213 | 0 | 0.40 | 0.16 | 0.00 | 324.12 | 0.98 | 0.8 |
| Hex | FE | 98 | D5 | 0 | 28 | 10 | 0 | 144 | 62 | 50 |
| Octal | 376 | 230 | 325 | 0 | 50 | 20 | 0 | 504 | 142 | 120 |
| Binary | 11111110 | 10011000 | 11010101 | 0 | 101000 | 10000 | 0 | 101000100 | 1100010 | 1010000 |
Color Harmonies of #FE98D5
Complementary color
Monochromatic Colors of #FE98D5
Black with #FE98D5
Text Example
Text Example
White with #FE98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98D5; }
p { color: rgb(254,152,213); }
H1.HeaderClassName
{
color: #FE98D5;
}
.AnyTagClassName
{
color: #FE98D5;
}
</style>
background-color css
<style>
a { background-color: #FE98D5; }
a { background-color: rgb(254,152,213); }
div.DivClassName
{
background-color: #FE98D5;
}
.BgClassName
{
background-color: #FE98D5;
}
</style>
border-color css
<style>
span { border-color: #FE98D5; }
span { border-color: rgb(254,152,213); }
td.TdClassName
{
border-color: #FE98D5;
}
.TagClassName
{
border-color: #FE98D5;
}
</style>