Shades of Lavender Rose #FF98DC
Tints of Lavender Rose #FF98DC
RGB
CMYK
RGB Variations
Color information
#FF98DC (or 0xFF98DC) is known color: Lavender Rose. HEX triplet: FF, 98 and DC. RGB value is (255,152,220). Sum of RGB (Red+Green+Blue) = 255+152+220=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98DC is #006723. Grayscale: #BEBEBE. Windows color (decimal): -26404 or 14457087. OLE color: 14457087.
HSL color Cylindrical-coordinate representation of color #FF98DC: hue angle of 320.39º 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 #FF98DC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 220 | - |
| CMYK | 0 | 0.40 | 0.14 | 0 |
| HSL | 320.39º | 1% | 0.8% | - |
| HSV(B) | 320.39º | 0.4% | 1% | - |
| XYZ | 65.39 | 48.88 | 73.7 | - |
| YUV | 190.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 220 | 0 | 0.40 | 0.14 | 0 | 320.39 | 1 | 0.8 |
| Hex | FF | 98 | DC | 0 | 28 | E | 0 | 140 | 64 | 50 |
| Octal | 377 | 230 | 334 | 0 | 50 | 16 | 0 | 500 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11011100 | 0 | 101000 | 1110 | 0 | 101000000 | 1100100 | 1010000 |
Color Harmonies of #FF98DC
Complementary color
Monochromatic Colors of #FF98DC
Black with #FF98DC
Text Example
Text Example
White with #FF98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98DC; }
p { color: rgb(255,152,220); }
H1.HeaderClassName
{
color: #FF98DC;
}
.AnyTagClassName
{
color: #FF98DC;
}
</style>
background-color css
<style>
a { background-color: #FF98DC; }
a { background-color: rgb(255,152,220); }
div.DivClassName
{
background-color: #FF98DC;
}
.BgClassName
{
background-color: #FF98DC;
}
</style>
border-color css
<style>
span { border-color: #FF98DC; }
span { border-color: rgb(255,152,220); }
td.TdClassName
{
border-color: #FF98DC;
}
.TagClassName
{
border-color: #FF98DC;
}
</style>