#fa80be color space conversions
Hex:
        #fa80be
        RGB:
        250, 128, 190
        CMY:
        2, 50, 25
        CMYK:
        0, 49, 24, 2
      HSL:
        330°, 92.4242%, 74.1176%
        HSV (HSB):
        330°, 48.8000%, 98.0392%
        XYZ:
        56.4378, 39.4800, 53.3610
        xyY:
        0.3781, 0.2645, 39.4800
      CIE-Lab:
        69.0976, 53.4560, -10.9630
        CIE-LCH:
        69.0976, 54.5686, 348.4103
        CIE-Luv:
        69.0976, 73.0345, -26.0279
        Hunter-Lab:
        62.8331, 50.3737, -6.3688
      #fa80be color charts
#fa80be RGB chart
      #fa80be CMYK chart
      #fa80be RGB pie chart
      #fa80be color shades, tints & tones
#fa80be color schemes
#fa80be color preview, HTML & CSS examples
           This text has a color of #fa80be        
        
          <p style="color:#fa80be;">Text here</p>
        
        
          .mytext {color:#fa80be;}
        
        Text color #fa80be
      
           This box has a color of #fa80be        
        
          <div style="background-color:#fa80be;">Content here</div>
        
        
          .mybackground {background-color:#fa80be;}
        
        Background color #fa80be
      
           Border around this has a color of #fa80be        
        
          <div style="border:2px solid #fa80be;">Content here</div>
        
        
          .myborder {border:2px solid #fa80be;}
        
        Border color #fa80be