Shades of Lavender Rose #FF98E7
Tints of Lavender Rose #FF98E7
RGB
CMYK
RGB Variations
Color information
#FF98E7 (or 0xFF98E7) is known color: Lavender Rose. HEX triplet: FF, 98 and E7. RGB value is (255,152,231). Sum of RGB (Red+Green+Blue) = 255+152+231=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF98E7 is #006718. Grayscale: #BFBFBF. Windows color (decimal): -26393 or 15177983. OLE color: 15177983.
HSL color Cylindrical-coordinate representation of color #FF98E7: hue angle of 313.98º 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 #FF98E7 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 231 | - |
| CMYK | 0 | 0.40 | 0.09 | 0 |
| HSL | 313.98º | 1% | 0.8% | - |
| HSV(B) | 313.98º | 0.4% | 1% | - |
| XYZ | 66.89 | 49.49 | 81.63 | - |
| YUV | 191.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 231 | 0 | 0.40 | 0.09 | 0 | 313.98 | 1 | 0.8 |
| Hex | FF | 98 | E7 | 0 | 28 | 9 | 0 | 13A | 64 | 50 |
| Octal | 377 | 230 | 347 | 0 | 50 | 11 | 0 | 472 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11100111 | 0 | 101000 | 1001 | 0 | 100111010 | 1100100 | 1010000 |
Color Harmonies of #FF98E7
Complementary color
Monochromatic Colors of #FF98E7
Black with #FF98E7
Text Example
Text Example
White with #FF98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98E7; }
p { color: rgb(255,152,231); }
H1.HeaderClassName
{
color: #FF98E7;
}
.AnyTagClassName
{
color: #FF98E7;
}
</style>
background-color css
<style>
a { background-color: #FF98E7; }
a { background-color: rgb(255,152,231); }
div.DivClassName
{
background-color: #FF98E7;
}
.BgClassName
{
background-color: #FF98E7;
}
</style>
border-color css
<style>
span { border-color: #FF98E7; }
span { border-color: rgb(255,152,231); }
td.TdClassName
{
border-color: #FF98E7;
}
.TagClassName
{
border-color: #FF98E7;
}
</style>