#FFEBEB (or 0xFFEBEB) is unknown color: approx Tutu. HEX triplet: FF, EB and EB. RGB value is (255,235,235). Sum of RGB (Red+Green+Blue) = 255+235+235=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 235 (92.19% from 255 or 32.41% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBEB is #001414. Grayscale: #F1F1F1. Windows color (decimal): -5141 or 15461375. OLE color: 15461375.
HSL color Cylindrical-coordinate representation of color #FFEBEB: hue angle of 0º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEBEB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.
<style> p { color: #FFEBEB; } p { color: rgb(255,235,235); } H1.HeaderClassName { color: #FFEBEB; } .AnyTagClassName { color: #FFEBEB; } </style>
<style> a { background-color: #FFEBEB; } a { background-color: rgb(255,235,235); } div.DivClassName { background-color: #FFEBEB; } .BgClassName { background-color: #FFEBEB; } </style>
<style> span { border-color: #FFEBEB; } span { border-color: rgb(255,235,235); } td.TdClassName { border-color: #FFEBEB; } .TagClassName { border-color: #FFEBEB; } </style>