#f980bc color space conversions
Hex:
        #f980bc
        RGB:
        249, 128, 188
        CMY:
        2, 50, 26
        CMYK:
        0, 49, 24, 2
      HSL:
        330°, 90.9774%, 73.9216%
        HSV (HSB):
        330°, 48.5944%, 97.6471%
        XYZ:
        55.8632, 39.2089, 52.2007
        xyY:
        0.3793, 0.2662, 39.2089
      CIE-Lab:
        68.9023, 52.8665, -10.1483
        CIE-LCH:
        68.9023, 53.8318, 349.1336
        CIE-Luv:
        68.9023, 72.7934, -24.6918
        Hunter-Lab:
        62.6170, 49.6673, -5.5952
      #f980bc color charts
#f980bc RGB chart
      #f980bc CMYK chart
      #f980bc RGB pie chart
      #f980bc color shades, tints & tones
#f980bc color schemes
#f980bc color preview, HTML & CSS examples
           This text has a color of #f980bc        
        
          <p style="color:#f980bc;">Text here</p>
        
        
          .mytext {color:#f980bc;}
        
        Text color #f980bc
      
           This box has a color of #f980bc        
        
          <div style="background-color:#f980bc;">Content here</div>
        
        
          .mybackground {background-color:#f980bc;}
        
        Background color #f980bc
      
           Border around this has a color of #f980bc        
        
          <div style="border:2px solid #f980bc;">Content here</div>
        
        
          .myborder {border:2px solid #f980bc;}
        
        Border color #f980bc