#fa667e color space conversions
Hex:
        #fa667e
        RGB:
        250, 102, 126
        CMY:
        2, 60, 51
        CMYK:
        0, 59, 50, 2
      HSL:
        350°, 93.6709%, 69.0196%
        HSV (HSB):
        350°, 59.2000%, 98.0392%
        XYZ:
        47.9416, 31.3331, 23.2598
        xyY:
        0.4676, 0.3056, 31.3331
      CIE-Lab:
        62.7878, 58.4080, 16.2832
        CIE-LCH:
        62.7878, 60.6353, 15.5776
        CIE-Luv:
        62.7878, 104.8466, 9.3726
        Hunter-Lab:
        55.9760, 54.9215, 14.5463
      #fa667e color charts
#fa667e RGB chart
      #fa667e CMYK chart
      #fa667e RGB pie chart
      #fa667e color shades, tints & tones
#fa667e color schemes
#fa667e color preview, HTML & CSS examples
           This text has a color of #fa667e        
        
          <p style="color:#fa667e;">Text here</p>
        
        
          .mytext {color:#fa667e;}
        
        Text color #fa667e
      
           This box has a color of #fa667e        
        
          <div style="background-color:#fa667e;">Content here</div>
        
        
          .mybackground {background-color:#fa667e;}
        
        Background color #fa667e
      
           Border around this has a color of #fa667e        
        
          <div style="border:2px solid #fa667e;">Content here</div>
        
        
          .myborder {border:2px solid #fa667e;}
        
        Border color #fa667e