#ff96fe color space conversions
Hex:
        #ff96fe
        RGB:
        255, 150, 254
        CMY:
        0, 41, 0
        CMYK:
        0, 41, 0, 0
      HSL:
        301°, 100.0000%, 79.4118%
        HSV (HSB):
        301°, 41.1765%, 100.0000%
        XYZ:
        70.0357, 50.2284, 99.7697
        xyY:
        0.3183, 0.2283, 50.2284
      CIE-Lab:
        76.2093, 54.1565, -35.2753
        CIE-LCH:
        76.2093, 64.6318, 326.9214
        CIE-Luv:
        76.2093, 51.1909, -65.1014
        Hunter-Lab:
        70.8720, 52.3676, -33.8547
      #ff96fe color charts
#ff96fe RGB chart
      #ff96fe CMYK chart
      #ff96fe RGB pie chart
      #ff96fe color shades, tints & tones
#ff96fe color schemes
#ff96fe color preview, HTML & CSS examples
           This text has a color of #ff96fe        
        
          <p style="color:#ff96fe;">Text here</p>
        
        
          .mytext {color:#ff96fe;}
        
        Text color #ff96fe
      
           This box has a color of #ff96fe        
        
          <div style="background-color:#ff96fe;">Content here</div>
        
        
          .mybackground {background-color:#ff96fe;}
        
        Background color #ff96fe
      
           Border around this has a color of #ff96fe        
        
          <div style="border:2px solid #ff96fe;">Content here</div>
        
        
          .myborder {border:2px solid #ff96fe;}
        
        Border color #ff96fe