#ff82ac color space conversions
Hex:
        #ff82ac
        RGB:
        255, 130, 172
        CMY:
        0, 49, 33
        CMYK:
        0, 49, 33, 0
      HSL:
        340°, 100.0000%, 75.4902%
        HSV (HSB):
        340°, 49.0196%, 100.0000%
        XYZ:
        56.6690, 40.2038, 43.8031
        xyY:
        0.4028, 0.2858, 40.2038
      CIE-Lab:
        69.6145, 51.8013, -0.0314
        CIE-LCH:
        69.6145, 51.8013, 359.9653
        CIE-Luv:
        69.6145, 80.2545, -9.9327
        Hunter-Lab:
        63.4065, 48.5716, 3.4253
      #ff82ac color charts
#ff82ac RGB chart
      #ff82ac CMYK chart
      #ff82ac RGB pie chart
      #ff82ac color shades, tints & tones
#ff82ac color schemes
#ff82ac color preview, HTML & CSS examples
           This text has a color of #ff82ac        
        
          <p style="color:#ff82ac;">Text here</p>
        
        
          .mytext {color:#ff82ac;}
        
        Text color #ff82ac
      
           This box has a color of #ff82ac        
        
          <div style="background-color:#ff82ac;">Content here</div>
        
        
          .mybackground {background-color:#ff82ac;}
        
        Background color #ff82ac
      
           Border around this has a color of #ff82ac        
        
          <div style="border:2px solid #ff82ac;">Content here</div>
        
        
          .myborder {border:2px solid #ff82ac;}
        
        Border color #ff82ac