#fa90df color space conversions
Hex:
        #fa90df
        RGB:
        250, 144, 223
        CMY:
        2, 44, 13
        CMYK:
        0, 42, 11, 2
      HSL:
        315°, 91.3793%, 77.2549%
        HSV (HSB):
        315°, 42.4000%, 98.0392%
        XYZ:
        62.7169, 45.5982, 75.3078
        xyY:
        0.3416, 0.2483, 45.5982
      CIE-Lab:
        73.2841, 50.4516, -22.9330
        CIE-LCH:
        73.2841, 55.4191, 335.5556
        CIE-Luv:
        73.2841, 57.2487, -44.2020
        Hunter-Lab:
        67.5265, 47.6150, -18.8537
      #fa90df color charts
#fa90df RGB chart
      #fa90df CMYK chart
      #fa90df RGB pie chart
      #fa90df color shades, tints & tones
#fa90df color schemes
#fa90df color preview, HTML & CSS examples
           This text has a color of #fa90df        
        
          <p style="color:#fa90df;">Text here</p>
        
        
          .mytext {color:#fa90df;}
        
        Text color #fa90df
      
           This box has a color of #fa90df        
        
          <div style="background-color:#fa90df;">Content here</div>
        
        
          .mybackground {background-color:#fa90df;}
        
        Background color #fa90df
      
           Border around this has a color of #fa90df        
        
          <div style="border:2px solid #fa90df;">Content here</div>
        
        
          .myborder {border:2px solid #fa90df;}
        
        Border color #fa90df