#ff96fa color space conversions
Hex:
        #ff96fa
        RGB:
        255, 150, 250
        CMY:
        0, 41, 2
        CMYK:
        0, 41, 2, 0
      HSL:
        303°, 100.0000%, 79.4118%
        HSV (HSB):
        303°, 41.1765%, 100.0000%
        XYZ:
        69.4017, 49.9748, 96.4307
        xyY:
        0.3216, 0.2316, 49.9748
      CIE-Lab:
        76.0538, 53.4596, -33.3516
        CIE-LCH:
        76.0538, 63.0100, 328.0413
        CIE-Luv:
        76.0538, 52.0414, -61.8129
        Hunter-Lab:
        70.6929, 51.5272, -31.3913
      #ff96fa color charts
#ff96fa RGB chart
      #ff96fa CMYK chart
      #ff96fa RGB pie chart
      #ff96fa color shades, tints & tones
#ff96fa color schemes
#ff96fa color preview, HTML & CSS examples
           This text has a color of #ff96fa        
        
          <p style="color:#ff96fa;">Text here</p>
        
        
          .mytext {color:#ff96fa;}
        
        Text color #ff96fa
      
           This box has a color of #ff96fa        
        
          <div style="background-color:#ff96fa;">Content here</div>
        
        
          .mybackground {background-color:#ff96fa;}
        
        Background color #ff96fa
      
           Border around this has a color of #ff96fa        
        
          <div style="border:2px solid #ff96fa;">Content here</div>
        
        
          .myborder {border:2px solid #ff96fa;}
        
        Border color #ff96fa