#fa8acd color space conversions
Hex:
        #fa8acd
        RGB:
        250, 138, 205
        CMY:
        2, 46, 20
        CMYK:
        0, 45, 18, 2
      HSL:
        324°, 91.8033%, 76.0784%
        HSV (HSB):
        324°, 44.8000%, 98.0392%
        XYZ:
        59.5323, 42.9087, 62.9021
        xyY:
        0.3601, 0.2595, 42.9087
      CIE-Lab:
        71.4930, 50.6756, -15.7207
        CIE-LCH:
        71.4930, 53.0581, 342.7650
        CIE-Luv:
        71.4930, 64.2780, -32.8429
        Hunter-Lab:
        65.5048, 47.5917, -11.0810
      #fa8acd color charts
#fa8acd RGB chart
      #fa8acd CMYK chart
      #fa8acd RGB pie chart
      #fa8acd color shades, tints & tones
#fa8acd color schemes
#fa8acd color preview, HTML & CSS examples
           This text has a color of #fa8acd        
        
          <p style="color:#fa8acd;">Text here</p>
        
        
          .mytext {color:#fa8acd;}
        
        Text color #fa8acd
      
           This box has a color of #fa8acd        
        
          <div style="background-color:#fa8acd;">Content here</div>
        
        
          .mybackground {background-color:#fa8acd;}
        
        Background color #fa8acd
      
           Border around this has a color of #fa8acd        
        
          <div style="border:2px solid #fa8acd;">Content here</div>
        
        
          .myborder {border:2px solid #fa8acd;}
        
        Border color #fa8acd