module FFaker::Color

def hex_code

def hex_code
  format('%06x', rand * 0xffffff)
end