#FF8DEB (or 0xFF8DEB) is unknown color: approx Pale Magenta. HEX triplet: FF, 8D and EB. RGB value is (255,141,235). Sum of RGB (Red+Green+Blue) = 255+141+235=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DEB is #007214. Grayscale: #B9B9B9. Windows color (decimal): -29205 or 15437311. OLE color: 15437311.
HSL color Cylindrical-coordinate representation of color #FF8DEB: hue angle of 310.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DEB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.
<style> p { color: #FF8DEB; } p { color: rgb(255,141,235); } H1.HeaderClassName { color: #FF8DEB; } .AnyTagClassName { color: #FF8DEB; } </style>
<style> a { background-color: #FF8DEB; } a { background-color: rgb(255,141,235); } div.DivClassName { background-color: #FF8DEB; } .BgClassName { background-color: #FF8DEB; } </style>
<style> span { border-color: #FF8DEB; } span { border-color: rgb(255,141,235); } td.TdClassName { border-color: #FF8DEB; } .TagClassName { border-color: #FF8DEB; } </style>