Generators
color
Human colour names, hex, RGB, colour spaces.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.color.human()| Method | Example output |
|---|---|
human() |
coralmaroonsalmon |
space() |
YIQHSBLCH |
hex() |
#96b4e7#942f00#418566 |
rgb() |
(red: 177, green: 113, blue: 196)(red: 216, green: 231, blue: 0)(red: 54, green: 133, blue: 251) |
cssRGB() |
rgb(248, 139, 3)rgb(16, 115, 9)rgb(117, 138, 135) |
Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.