#fa1eac color space conversions
Hex:
        #fa1eac
        RGB:
        250, 30, 172
        CMY:
        2, 88, 33
        CMYK:
        0, 88, 31, 2
      HSL:
        321°, 95.6522%, 54.9020%
        HSV (HSB):
        321°, 88.0000%, 98.0392%
        XYZ:
        47.3350, 24.2311, 41.2120
        xyY:
        0.4197, 0.2149, 24.2311
      CIE-Lab:
        56.3184, 84.6075, -19.9850
        CIE-LCH:
        56.3184, 86.9358, 346.7098
        CIE-Luv:
        56.3184, 114.5355, -44.1343
        Hunter-Lab:
        49.2251, 85.5023, -15.1809
      #fa1eac color charts
#fa1eac RGB chart
      #fa1eac CMYK chart
      #fa1eac RGB pie chart
      #fa1eac color shades, tints & tones
#fa1eac color schemes
#fa1eac color preview, HTML & CSS examples
           This text has a color of #fa1eac        
        
          <p style="color:#fa1eac;">Text here</p>
        
        
          .mytext {color:#fa1eac;}
        
        Text color #fa1eac
      
           This box has a color of #fa1eac        
        
          <div style="background-color:#fa1eac;">Content here</div>
        
        
          .mybackground {background-color:#fa1eac;}
        
        Background color #fa1eac
      
           Border around this has a color of #fa1eac        
        
          <div style="border:2px solid #fa1eac;">Content here</div>
        
        
          .myborder {border:2px solid #fa1eac;}
        
        Border color #fa1eac