Shades of Lavender Rose #FF98E5
Tints of Lavender Rose #FF98E5
RGB
CMYK
RGB Variations
Color information
#FF98E5 (or 0xFF98E5) is known color: Lavender Rose. HEX triplet: FF, 98 and E5. RGB value is (255,152,229). Sum of RGB (Red+Green+Blue) = 255+152+229=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 152 (59.77% from 255 or 23.90% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98E5 is #00671A. Grayscale: #BFBFBF. Windows color (decimal): -26395 or 15046911. OLE color: 15046911.
HSL color Cylindrical-coordinate representation of color #FF98E5: hue angle of 315.15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98E5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 229 | - |
| CMYK | 0 | 0.40 | 0.10 | 0 |
| HSL | 315.15º | 1% | 0.8% | - |
| HSV(B) | 315.15º | 0.4% | 1% | - |
| XYZ | 66.61 | 49.37 | 80.15 | - |
| YUV | 191.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 229 | 0 | 0.40 | 0.10 | 0 | 315.15 | 1 | 0.8 |
| Hex | FF | 98 | E5 | 0 | 28 | A | 0 | 13B | 64 | 50 |
| Octal | 377 | 230 | 345 | 0 | 50 | 12 | 0 | 473 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11100101 | 0 | 101000 | 1010 | 0 | 100111011 | 1100100 | 1010000 |
Color Harmonies of #FF98E5
Complementary color
Monochromatic Colors of #FF98E5
Black with #FF98E5
Text Example
Text Example
White with #FF98E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98E5; }
p { color: rgb(255,152,229); }
H1.HeaderClassName
{
color: #FF98E5;
}
.AnyTagClassName
{
color: #FF98E5;
}
</style>
background-color css
<style>
a { background-color: #FF98E5; }
a { background-color: rgb(255,152,229); }
div.DivClassName
{
background-color: #FF98E5;
}
.BgClassName
{
background-color: #FF98E5;
}
</style>
border-color css
<style>
span { border-color: #FF98E5; }
span { border-color: rgb(255,152,229); }
td.TdClassName
{
border-color: #FF98E5;
}
.TagClassName
{
border-color: #FF98E5;
}
</style>