#fa85bf color space conversions
Hex:
        #fa85bf
        RGB:
        250, 133, 191
        CMY:
        2, 48, 25
        CMYK:
        0, 47, 24, 2
      HSL:
        330°, 92.1260%, 75.0980%
        HSV (HSB):
        330°, 46.8000%, 98.0392%
        XYZ:
        57.2158, 40.8606, 54.1615
        xyY:
        0.3758, 0.2684, 40.8606
      CIE-Lab:
        70.0782, 51.1517, -10.0569
        CIE-LCH:
        70.0782, 52.1310, 348.8770
        CIE-Luv:
        70.0782, 70.1800, -24.2859
        Hunter-Lab:
        63.9223, 47.9084, -5.4909
      #fa85bf color charts
#fa85bf RGB chart
      #fa85bf CMYK chart
      #fa85bf RGB pie chart
      #fa85bf color shades, tints & tones
#fa85bf color schemes
#fa85bf color preview, HTML & CSS examples
           This text has a color of #fa85bf        
        
          <p style="color:#fa85bf;">Text here</p>
        
        
          .mytext {color:#fa85bf;}
        
        Text color #fa85bf
      
           This box has a color of #fa85bf        
        
          <div style="background-color:#fa85bf;">Content here</div>
        
        
          .mybackground {background-color:#fa85bf;}
        
        Background color #fa85bf
      
           Border around this has a color of #fa85bf        
        
          <div style="border:2px solid #fa85bf;">Content here</div>
        
        
          .myborder {border:2px solid #fa85bf;}
        
        Border color #fa85bf