#faa4bc color space conversions
Hex:
        #faa4bc
        RGB:
        250, 164, 188
        CMY:
        2, 36, 26
        CMYK:
        0, 34, 25, 2
      HSL:
        343°, 89.5833%, 81.1765%
        HSV (HSB):
        343°, 34.4000%, 98.0392%
        XYZ:
        61.7769, 50.5058, 54.0695
        xyY:
        0.3714, 0.3036, 50.5058
      CIE-Lab:
        76.3786, 34.9272, 0.8958
        CIE-LCH:
        76.3786, 34.9387, 1.4691
        CIE-Luv:
        76.3786, 53.5255, -5.2135
        Hunter-Lab:
        71.0674, 30.7971, 4.6381
      #faa4bc color charts
#faa4bc RGB chart
      #faa4bc CMYK chart
      #faa4bc RGB pie chart
      #faa4bc color shades, tints & tones
#faa4bc color schemes
#faa4bc color preview, HTML & CSS examples
           This text has a color of #faa4bc        
        
          <p style="color:#faa4bc;">Text here</p>
        
        
          .mytext {color:#faa4bc;}
        
        Text color #faa4bc
      
           This box has a color of #faa4bc        
        
          <div style="background-color:#faa4bc;">Content here</div>
        
        
          .mybackground {background-color:#faa4bc;}
        
        Background color #faa4bc
      
           Border around this has a color of #faa4bc        
        
          <div style="border:2px solid #faa4bc;">Content here</div>
        
        
          .myborder {border:2px solid #faa4bc;}
        
        Border color #faa4bc