#fa84bc color space conversions
Hex:
        #fa84bc
        RGB:
        250, 132, 188
        CMY:
        2, 48, 26
        CMYK:
        0, 47, 25, 2
      HSL:
        332°, 92.1875%, 74.9020%
        HSV (HSB):
        332°, 47.2000%, 98.0392%
        XYZ:
        56.7527, 40.4574, 52.3948
        xyY:
        0.3794, 0.2704, 40.4574
      CIE-Lab:
        69.7941, 51.2342, -8.8046
        CIE-LCH:
        69.7941, 51.9852, 350.2489
        CIE-Luv:
        69.7941, 71.4368, -22.4322
        Hunter-Lab:
        63.6061, 47.9564, -4.3152
      #fa84bc color charts
#fa84bc RGB chart
      #fa84bc CMYK chart
      #fa84bc RGB pie chart
      #fa84bc color shades, tints & tones
#fa84bc color schemes
#fa84bc color preview, HTML & CSS examples
           This text has a color of #fa84bc        
        
          <p style="color:#fa84bc;">Text here</p>
        
        
          .mytext {color:#fa84bc;}
        
        Text color #fa84bc
      
           This box has a color of #fa84bc        
        
          <div style="background-color:#fa84bc;">Content here</div>
        
        
          .mybackground {background-color:#fa84bc;}
        
        Background color #fa84bc
      
           Border around this has a color of #fa84bc        
        
          <div style="border:2px solid #fa84bc;">Content here</div>
        
        
          .myborder {border:2px solid #fa84bc;}
        
        Border color #fa84bc