var hex2rgb = function(hex, options) {
  'use strict';

  // checks and defaults
  if (typeof hex !== 'string') {