#fa6fec color space conversions
Hex:
        #fa6fec
        RGB:
        250, 111, 236
        CMY:
        2, 56, 7
        CMYK:
        0, 56, 6, 2
      HSL:
        306°, 93.2886%, 70.7843%
        HSV (HSB):
        306°, 55.6000%, 98.0392%
        XYZ:
        60.2491, 37.7490, 83.4677
        xyY:
        0.3320, 0.2080, 37.7490
      CIE-Lab:
        67.8352, 68.1521, -38.4980
        CIE-LCH:
        67.8352, 78.2739, 330.5386
        CIE-Luv:
        67.8352, 67.8959, -71.3392
        Hunter-Lab:
        61.4402, 67.5191, -37.5384
      #fa6fec color charts
#fa6fec RGB chart
      #fa6fec CMYK chart
      #fa6fec RGB pie chart
      #fa6fec color shades, tints & tones
#fa6fec color schemes
#fa6fec color preview, HTML & CSS examples
           This text has a color of #fa6fec        
        
          <p style="color:#fa6fec;">Text here</p>
        
        
          .mytext {color:#fa6fec;}
        
        Text color #fa6fec
      
           This box has a color of #fa6fec        
        
          <div style="background-color:#fa6fec;">Content here</div>
        
        
          .mybackground {background-color:#fa6fec;}
        
        Background color #fa6fec
      
           Border around this has a color of #fa6fec        
        
          <div style="border:2px solid #fa6fec;">Content here</div>
        
        
          .myborder {border:2px solid #fa6fec;}
        
        Border color #fa6fec