#ff96ea color space conversions
Hex:
        #ff96ea
        RGB:
        255, 150, 234
        CMY:
        0, 41, 8
        CMYK:
        0, 41, 8, 0
      HSL:
        312°, 100.0000%, 79.4118%
        HSV (HSB):
        312°, 41.1765%, 100.0000%
        XYZ:
        66.9976, 49.0132, 83.7712
        xyY:
        0.3354, 0.2453, 49.0132
      CIE-Lab:
        75.4595, 50.7611, -25.5742
        CIE-LCH:
        75.4595, 56.8395, 333.2604
        CIE-Luv:
        75.4595, 55.4633, -48.6785
        Hunter-Lab:
        70.0094, 48.3044, -21.9381
      #ff96ea color charts
#ff96ea RGB chart
      #ff96ea CMYK chart
      #ff96ea RGB pie chart
      #ff96ea color shades, tints & tones
#ff96ea color schemes
#ff96ea color preview, HTML & CSS examples
           This text has a color of #ff96ea        
        
          <p style="color:#ff96ea;">Text here</p>
        
        
          .mytext {color:#ff96ea;}
        
        Text color #ff96ea
      
           This box has a color of #ff96ea        
        
          <div style="background-color:#ff96ea;">Content here</div>
        
        
          .mybackground {background-color:#ff96ea;}
        
        Background color #ff96ea
      
           Border around this has a color of #ff96ea        
        
          <div style="border:2px solid #ff96ea;">Content here</div>
        
        
          .myborder {border:2px solid #ff96ea;}
        
        Border color #ff96ea