rgb-hex-cli
v3.0.0
Published
Convert RGB color to HEX
Downloads
13
Maintainers
Readme
rgb-hex-cli
Convert RGB color to HEX
Install
npm install --global rgb-hex-cli
Usage
$ rgb-hex --help
Examples
$ rgb-hex 255 154 253
ff9afd
$ rgb-hex 'rgb(40, 42, 54)'
282a36
$ rgb-hex 'rgba(40, 42, 54, 75%)'
282a36c0
Related
- rgb-hex - API for this package