#FF98BE (or 0xFF98BE) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and BE. RGB value is (255,152,190). Sum of RGB (Red+Green+Blue) = 255+152+190=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98BE is #006741. Grayscale: #BBBBBB. Windows color (decimal): -26434 or 12491007. OLE color: 12491007.
HSL color Cylindrical-coordinate representation of color #FF98BE: hue angle of 337.86º 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 #FF98BE is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.
<style> p { color: #FF98BE; } p { color: rgb(255,152,190); } H1.HeaderClassName { color: #FF98BE; } .AnyTagClassName { color: #FF98BE; } </style>
<style> a { background-color: #FF98BE; } a { background-color: rgb(255,152,190); } div.DivClassName { background-color: #FF98BE; } .BgClassName { background-color: #FF98BE; } </style>
<style> span { border-color: #FF98BE; } span { border-color: rgb(255,152,190); } td.TdClassName { border-color: #FF98BE; } .TagClassName { border-color: #FF98BE; } </style>