#fa8dea color space conversions
Hex:
        #fa8dea
        RGB:
        250, 141, 234
        CMY:
        2, 45, 8
        CMYK:
        0, 44, 6, 2
      HSL:
        309°, 91.5966%, 76.6667%
        HSV (HSB):
        309°, 43.6000%, 98.0392%
        XYZ:
        63.8005, 45.3143, 83.2258
        xyY:
        0.3317, 0.2356, 45.3143
      CIE-Lab:
        73.0983, 53.7448, -29.2466
        CIE-LCH:
        73.0983, 61.1872, 331.4461
        CIE-Luv:
        73.0983, 56.1725, -54.8428
        Hunter-Lab:
        67.3159, 51.3756, -26.1819
      #fa8dea color charts
#fa8dea RGB chart
      #fa8dea CMYK chart
      #fa8dea RGB pie chart
      #fa8dea color shades, tints & tones
#fa8dea color schemes
#fa8dea color preview, HTML & CSS examples
           This text has a color of #fa8dea        
        
          <p style="color:#fa8dea;">Text here</p>
        
        
          .mytext {color:#fa8dea;}
        
        Text color #fa8dea
      
           This box has a color of #fa8dea        
        
          <div style="background-color:#fa8dea;">Content here</div>
        
        
          .mybackground {background-color:#fa8dea;}
        
        Background color #fa8dea
      
           Border around this has a color of #fa8dea        
        
          <div style="border:2px solid #fa8dea;">Content here</div>
        
        
          .myborder {border:2px solid #fa8dea;}
        
        Border color #fa8dea