Shades of Lavender Rose #FF98D7
Tints of Lavender Rose #FF98D7
RGB
CMYK
RGB Variations
Color information
#FF98D7 (or 0xFF98D7) is known color: Lavender Rose. HEX triplet: FF, 98 and D7. RGB value is (255,152,215). Sum of RGB (Red+Green+Blue) = 255+152+215=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D7 is #006728. Grayscale: #BDBDBD. Windows color (decimal): -26409 or 14129407. OLE color: 14129407.
HSL color Cylindrical-coordinate representation of color #FF98D7: hue angle of 323.3º 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 #FF98D7 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 215 | - |
| CMYK | 0 | 0.40 | 0.16 | 0 |
| HSL | 323.3º | 1% | 0.8% | - |
| HSV(B) | 323.3º | 0.4% | 1% | - |
| XYZ | 64.73 | 48.62 | 70.26 | - |
| YUV | 189.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 215 | 0 | 0.40 | 0.16 | 0 | 323.3 | 1 | 0.8 |
| Hex | FF | 98 | D7 | 0 | 28 | 10 | 0 | 143 | 64 | 50 |
| Octal | 377 | 230 | 327 | 0 | 50 | 20 | 0 | 503 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11010111 | 0 | 101000 | 10000 | 0 | 101000011 | 1100100 | 1010000 |
Color Harmonies of #FF98D7
Complementary color
Monochromatic Colors of #FF98D7
Black with #FF98D7
Text Example
Text Example
White with #FF98D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98D7; }
p { color: rgb(255,152,215); }
H1.HeaderClassName
{
color: #FF98D7;
}
.AnyTagClassName
{
color: #FF98D7;
}
</style>
background-color css
<style>
a { background-color: #FF98D7; }
a { background-color: rgb(255,152,215); }
div.DivClassName
{
background-color: #FF98D7;
}
.BgClassName
{
background-color: #FF98D7;
}
</style>
border-color css
<style>
span { border-color: #FF98D7; }
span { border-color: rgb(255,152,215); }
td.TdClassName
{
border-color: #FF98D7;
}
.TagClassName
{
border-color: #FF98D7;
}
</style>