#faaabe color space conversions
Hex:
        #faaabe
        RGB:
        250, 170, 190
        CMY:
        2, 33, 25
        CMYK:
        0, 32, 24, 2
      HSL:
        345°, 88.8889%, 82.3529%
        HSV (HSB):
        345°, 32.0000%, 98.0392%
        XYZ:
        63.0933, 52.7911, 55.5795
        xyY:
        0.3680, 0.3079, 52.7911
      CIE-Lab:
        77.7515, 32.0645, 1.8020
        CIE-LCH:
        77.7515, 32.1150, 3.2166
        CIE-Luv:
        77.7515, 49.7031, -3.3423
        Hunter-Lab:
        72.6575, 27.8527, 5.5062
      #faaabe color charts
#faaabe RGB chart
      #faaabe CMYK chart
      #faaabe RGB pie chart
      #faaabe color shades, tints & tones
#faaabe color schemes
#faaabe color preview, HTML & CSS examples
           This text has a color of #faaabe        
        
          <p style="color:#faaabe;">Text here</p>
        
        
          .mytext {color:#faaabe;}
        
        Text color #faaabe
      
           This box has a color of #faaabe        
        
          <div style="background-color:#faaabe;">Content here</div>
        
        
          .mybackground {background-color:#faaabe;}
        
        Background color #faaabe
      
           Border around this has a color of #faaabe        
        
          <div style="border:2px solid #faaabe;">Content here</div>
        
        
          .myborder {border:2px solid #faaabe;}
        
        Border color #faaabe