#FFEBBB (or 0xFFEBBB) is unknown color: approx Banana Mania. HEX triplet: FF, EB and BB. RGB value is (255,235,187). Sum of RGB (Red+Green+Blue) = 255+235+187=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBBB is #001444. Grayscale: #EBEBEB. Windows color (decimal): -5189 or 12315647. OLE color: 12315647.
HSL color Cylindrical-coordinate representation of color #FFEBBB: hue angle of 42.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFEBBB is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.
<style> p { color: #ffebbb; } p { color: rgb(255,235,187); } H1.HeaderClassName { color: #ffebbb; } .AnyTagClassName { color: #ffebbb; } </style>
<style> a { background-color: #ffebbb; } a { background-color: rgb(255,235,187); } div.DivClassName { background-color: #ffebbb; } .BgClassName { background-color: #ffebbb; } </style>
<style> span { border-color: #ffebbb; } span { border-color: rgb(255,235,187); } td.TdClassName { border-color: #ffebbb; } .TagClassName { border-color: #ffebbb; } </style>