#fa96ff color space conversions
Hex:
        #fa96ff
        RGB:
        250, 150, 255
        CMY:
        2, 41, 0
        CMYK:
        2, 41, 0, 0
      HSL:
        297°, 100.0000%, 79.4118%
        HSV (HSB):
        297°, 41.1765%, 100.0000%
        XYZ:
        68.3807, 49.3567, 100.5305
        xyY:
        0.3133, 0.2261, 49.3567
      CIE-Lab:
        75.6727, 52.8835, -36.6929
        CIE-LCH:
        75.6727, 64.3664, 325.2454
        CIE-Luv:
        75.6727, 47.7171, -67.1535
        Hunter-Lab:
        70.2543, 50.7945, -35.6631
      #fa96ff color charts
#fa96ff RGB chart
      #fa96ff CMYK chart
      #fa96ff RGB pie chart
      #fa96ff color shades, tints & tones
#fa96ff color schemes
#fa96ff color preview, HTML & CSS examples
           This text has a color of #fa96ff        
        
          <p style="color:#fa96ff;">Text here</p>
        
        
          .mytext {color:#fa96ff;}
        
        Text color #fa96ff
      
           This box has a color of #fa96ff        
        
          <div style="background-color:#fa96ff;">Content here</div>
        
        
          .mybackground {background-color:#fa96ff;}
        
        Background color #fa96ff
      
           Border around this has a color of #fa96ff        
        
          <div style="border:2px solid #fa96ff;">Content here</div>
        
        
          .myborder {border:2px solid #fa96ff;}
        
        Border color #fa96ff