#faa8ea color space conversions
Hex:
        #faa8ea
        RGB:
        250, 168, 234
        CMY:
        2, 34, 8
        CMYK:
        0, 33, 6, 2
      HSL:
        312°, 89.1304%, 81.9608%
        HSV (HSB):
        312°, 32.8000%, 98.0392%
        XYZ:
        68.2783, 54.2698, 84.7184
        xyY:
        0.3294, 0.2618, 54.2698
      CIE-Lab:
        78.6188, 39.9611, -20.8153
        CIE-LCH:
        78.6188, 45.0573, 332.4854
        CIE-Luv:
        78.6188, 43.4114, -39.4138
        Hunter-Lab:
        73.6680, 36.5214, -16.6160
      #faa8ea color charts
#faa8ea RGB chart
      #faa8ea CMYK chart
      #faa8ea RGB pie chart
      #faa8ea color shades, tints & tones
#faa8ea color schemes
#faa8ea color preview, HTML & CSS examples
           This text has a color of #faa8ea        
        
          <p style="color:#faa8ea;">Text here</p>
        
        
          .mytext {color:#faa8ea;}
        
        Text color #faa8ea
      
           This box has a color of #faa8ea        
        
          <div style="background-color:#faa8ea;">Content here</div>
        
        
          .mybackground {background-color:#faa8ea;}
        
        Background color #faa8ea
      
           Border around this has a color of #faa8ea        
        
          <div style="border:2px solid #faa8ea;">Content here</div>
        
        
          .myborder {border:2px solid #faa8ea;}
        
        Border color #faa8ea