Shades of Lavender Rose #FE98DF
Tints of Lavender Rose #FE98DF
RGB
CMYK
RGB Variations
Color information
#FE98DF (or 0xFE98DF) is known color: Lavender Rose. HEX triplet: FE, 98 and DF. RGB value is (254,152,223). Sum of RGB (Red+Green+Blue) = 254+152+223=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98DF is #016720. Grayscale: #BEBEBE. Windows color (decimal): -91937 or 14653694. OLE color: 14653694.
HSL color Cylindrical-coordinate representation of color #FE98DF: hue angle of 318.24º 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 #FE98DF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 223 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.00 |
| HSL | 318.24º | 0.98% | 0.8% | - |
| HSV(B) | 318.24º | 0.4% | 1% | - |
| XYZ | 65.42 | 48.86 | 75.79 | - |
| YUV | 190.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 223 | 0 | 0.40 | 0.12 | 0.00 | 318.24 | 0.98 | 0.8 |
| Hex | FE | 98 | DF | 0 | 28 | C | 0 | 13E | 62 | 50 |
| Octal | 376 | 230 | 337 | 0 | 50 | 14 | 0 | 476 | 142 | 120 |
| Binary | 11111110 | 10011000 | 11011111 | 0 | 101000 | 1100 | 0 | 100111110 | 1100010 | 1010000 |
Color Harmonies of #FE98DF
Complementary color
Monochromatic Colors of #FE98DF
Black with #FE98DF
Text Example
Text Example
White with #FE98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98DF; }
p { color: rgb(254,152,223); }
H1.HeaderClassName
{
color: #FE98DF;
}
.AnyTagClassName
{
color: #FE98DF;
}
</style>
background-color css
<style>
a { background-color: #FE98DF; }
a { background-color: rgb(254,152,223); }
div.DivClassName
{
background-color: #FE98DF;
}
.BgClassName
{
background-color: #FE98DF;
}
</style>
border-color css
<style>
span { border-color: #FE98DF; }
span { border-color: rgb(254,152,223); }
td.TdClassName
{
border-color: #FE98DF;
}
.TagClassName
{
border-color: #FE98DF;
}
</style>