#fa81dc color space conversions
Hex:
        #fa81dc
        RGB:
        250, 129, 220
        CMY:
        2, 49, 14
        CMYK:
        0, 48, 12, 2
      HSL:
        315°, 92.3664%, 74.3137%
        HSV (HSB):
        315°, 48.4000%, 98.0392%
        XYZ:
        60.1929, 41.1918, 72.4884
        xyY:
        0.3462, 0.2369, 41.1918
      CIE-Lab:
        70.3101, 57.3508, -25.8251
        CIE-LCH:
        70.3101, 62.8971, 335.7579
        CIE-Luv:
        70.3101, 64.9125, -49.6909
        Hunter-Lab:
        64.1808, 55.0921, -22.0379
      #fa81dc color charts
#fa81dc RGB chart
      #fa81dc CMYK chart
      #fa81dc RGB pie chart
      #fa81dc color shades, tints & tones
#fa81dc color schemes
#fa81dc color preview, HTML & CSS examples
           This text has a color of #fa81dc        
        
          <p style="color:#fa81dc;">Text here</p>
        
        
          .mytext {color:#fa81dc;}
        
        Text color #fa81dc
      
           This box has a color of #fa81dc        
        
          <div style="background-color:#fa81dc;">Content here</div>
        
        
          .mybackground {background-color:#fa81dc;}
        
        Background color #fa81dc
      
           Border around this has a color of #fa81dc        
        
          <div style="border:2px solid #fa81dc;">Content here</div>
        
        
          .myborder {border:2px solid #fa81dc;}
        
        Border color #fa81dc