#faafce color space conversions
Hex:
        #faafce
        RGB:
        250, 175, 206
        CMY:
        2, 31, 19
        CMYK:
        0, 30, 18, 2
      HSL:
        335°, 88.2353%, 83.3333%
        HSV (HSB):
        335°, 30.0000%, 98.0392%
        XYZ:
        65.8949, 55.4402, 65.6205
        xyY:
        0.3525, 0.2965, 55.4402
      CIE-Lab:
        79.2941, 31.7778, -4.6361
        CIE-LCH:
        79.2941, 32.1142, 351.6995
        CIE-Luv:
        79.2941, 44.3390, -12.7789
        Hunter-Lab:
        74.4582, 27.6693, -0.1320
      #faafce color charts
#faafce RGB chart
      #faafce CMYK chart
      #faafce RGB pie chart
      #faafce color shades, tints & tones
#faafce color schemes
#faafce color preview, HTML & CSS examples
           This text has a color of #faafce        
        
          <p style="color:#faafce;">Text here</p>
        
        
          .mytext {color:#faafce;}
        
        Text color #faafce
      
           This box has a color of #faafce        
        
          <div style="background-color:#faafce;">Content here</div>
        
        
          .mybackground {background-color:#faafce;}
        
        Background color #faafce
      
           Border around this has a color of #faafce        
        
          <div style="border:2px solid #faafce;">Content here</div>
        
        
          .myborder {border:2px solid #faafce;}
        
        Border color #faafce