#faa2ce color space conversions
Hex:
        #faa2ce
        RGB:
        250, 162, 206
        CMY:
        2, 36, 19
        CMYK:
        0, 35, 18, 2
      HSL:
        330°, 89.7959%, 80.7843%
        HSV (HSB):
        330°, 35.2000%, 98.0392%
        XYZ:
        63.4852, 50.6209, 64.8173
        xyY:
        0.3548, 0.2829, 50.6209
      CIE-Lab:
        76.4488, 38.5810, -8.8498
        CIE-LCH:
        76.4488, 39.5829, 347.0808
        CIE-Luv:
        76.4488, 51.4755, -20.3479
        Hunter-Lab:
        71.1484, 34.7649, -4.2103
      #faa2ce color charts
#faa2ce RGB chart
      #faa2ce CMYK chart
      #faa2ce RGB pie chart
      #faa2ce color shades, tints & tones
#faa2ce color schemes
#faa2ce color preview, HTML & CSS examples
           This text has a color of #faa2ce        
        
          <p style="color:#faa2ce;">Text here</p>
        
        
          .mytext {color:#faa2ce;}
        
        Text color #faa2ce
      
           This box has a color of #faa2ce        
        
          <div style="background-color:#faa2ce;">Content here</div>
        
        
          .mybackground {background-color:#faa2ce;}
        
        Background color #faa2ce
      
           Border around this has a color of #faa2ce        
        
          <div style="border:2px solid #faa2ce;">Content here</div>
        
        
          .myborder {border:2px solid #faa2ce;}
        
        Border color #faa2ce