
``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(255,84,100)'

	fake.color_name()
	# u'SteelBlue'

	fake.rgb_color()
	# u'234,21,155'

	fake.safe_hex_color()
	# u'#bb0000'

	fake.safe_color_name()
	# u'olive'

	fake.hex_color()
	# u'#154708'
