Color Picker
Color Picker
In CSS, a color can be specified as an RGB value, using this formula:
rgb(red, green, blue)
Each parameter (red, green, and blue) defines the intensity of the color between 0 and 255.
For example, rgb(255, 0, 0) is displayed as red, because red is set to its highest value (255) and the others are set to 0.
To display black, set all color parameters to 0, like this: rgb(0, 0, 0).
To display white, set all color parameters to 255, like this: rgb(255, 255, 255).
Searching for that perfect color has never been easier, use our html css color picker to browse millions of colors and color css RGB code generator
RGB Color Picker
How to use Color Picker
Just Move RED sliders, Green sliders and Blue sliders (RGB) between 0 to 255 to get various colour of your choice for your webpage and choose a perfect colour to suits your webpageor website and just add RGB code rgb(114,60,170) in your CSS code and make your webpage beautiful.
Syntax for CSS background-color
body { background-color: rgb(150,20,50); }
Below is the list of CSS Color Properties which can be used for in a single or multiple pages of a webpage
|
|
Quick Syntax?
CSS Syntax background-color:
body { background-color: rgb(150,20,50); }
Other Syntax
- background-color
- background
- border
- border-bottom-color
- border-color
- border-left-color
- border-right-color
- border-top-color
- box-shadow
- caret-color