#fa96ee color space conversions
Hex:
        #fa96ee
        RGB:
        250, 150, 238
        CMY:
        2, 41, 7
        CMYK:
        0, 40, 5, 2
      HSL:
        307°, 90.9091%, 78.4314%
        HSV (HSB):
        307°, 40.0000%, 98.0392%
        XYZ:
        65.7633, 48.3097, 86.7475
        xyY:
        0.3275, 0.2406, 48.3097
      CIE-Lab:
        75.0199, 49.9066, -28.4774
        CIE-LCH:
        75.0199, 57.4598, 330.2903
        CIE-Luv:
        75.0199, 51.2319, -53.1611
        Hunter-Lab:
        69.5052, 47.2561, -25.3446
      #fa96ee color charts
#fa96ee RGB chart
      #fa96ee CMYK chart
      #fa96ee RGB pie chart
      #fa96ee color shades, tints & tones
#fa96ee color schemes
#fa96ee color preview, HTML & CSS examples
           This text has a color of #fa96ee        
        
          <p style="color:#fa96ee;">Text here</p>
        
        
          .mytext {color:#fa96ee;}
        
        Text color #fa96ee
      
           This box has a color of #fa96ee        
        
          <div style="background-color:#fa96ee;">Content here</div>
        
        
          .mybackground {background-color:#fa96ee;}
        
        Background color #fa96ee
      
           Border around this has a color of #fa96ee        
        
          <div style="border:2px solid #fa96ee;">Content here</div>
        
        
          .myborder {border:2px solid #fa96ee;}
        
        Border color #fa96ee