RGB oder HEX --> HTML Farbschema
http://html-color-codes.info/webfarben_hexcodes/
<div style="background-color: rgb(255,105,180); color: rgb(0,0,0); border: 2px solid rgb(255,20,147); font-family: Verdana; font-size: 16px; "> Schöner farbiger<strong>Kasten</strong> mit Text </div>
For a scrollbar:
<div style="width: 100%; height: 100px; overflow: auto; scrollbar-face-color: #CE7E00; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #6F4709; scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color: #6F4709; scrollbar-track-color: #FFE8C1; scrollbar-arrow-color: #6F4709;">Content Here...</div>
This example allows the user to stop the marquee when they hover over the marquee with their cursor (i.e. onmouseover). The marquee then continues when the user hovers away from the marquee (i.e. onmouseout).
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">Go on... hover over me!</marquee>
Marquee Generator - http://www.quackit.com/html/html_generators/html_marquee_generator.cfm
Music recorder Generator
http://www.quackit.com/html/html_generators/music_code_generator.cfm