#fa349c color space conversions
Hex:
        #fa349c
        RGB:
        250, 52, 156
        CMY:
        2, 80, 39
        CMYK:
        0, 79, 38, 2
      HSL:
        328°, 95.1923%, 59.2157%
        HSV (HSB):
        328°, 79.2000%, 98.0392%
        XYZ:
        46.6531, 25.1803, 33.8539
        xyY:
        0.4414, 0.2383, 25.1803
      CIE-Lab:
        57.2507, 78.6769, -9.1975
        CIE-LCH:
        57.2507, 79.2127, 353.3323
        CIE-Luv:
        57.2507, 116.8420, -27.8566
        Hunter-Lab:
        50.1800, 78.1393, -4.8740
      #fa349c color charts
#fa349c RGB chart
      #fa349c CMYK chart
      #fa349c RGB pie chart
      #fa349c color shades, tints & tones
#fa349c color schemes
#fa349c color preview, HTML & CSS examples
           This text has a color of #fa349c        
        
          <p style="color:#fa349c;">Text here</p>
        
        
          .mytext {color:#fa349c;}
        
        Text color #fa349c
      
           This box has a color of #fa349c        
        
          <div style="background-color:#fa349c;">Content here</div>
        
        
          .mybackground {background-color:#fa349c;}
        
        Background color #fa349c
      
           Border around this has a color of #fa349c        
        
          <div style="border:2px solid #fa349c;">Content here</div>
        
        
          .myborder {border:2px solid #fa349c;}
        
        Border color #fa349c