#facee2 color space conversions
Hex:
        #facee2
        RGB:
        250, 206, 226
        CMY:
        2, 19, 11
        CMYK:
        0, 18, 10, 2
      HSL:
        333°, 81.4815%, 89.4118%
        HSV (HSB):
        333°, 17.6000%, 98.0392%
        XYZ:
        75.2231, 69.9576, 81.4900
        xyY:
        0.3319, 0.3086, 69.9576
      CIE-Lab:
        86.9761, 18.6333, -4.0393
        CIE-LCH:
        86.9761, 19.0661, 347.7689
        CIE-Luv:
        86.9761, 24.8085, -9.5479
        Hunter-Lab:
        83.6407, 14.1647, 0.7830
      #facee2 color charts
#facee2 RGB chart
      #facee2 CMYK chart
      #facee2 RGB pie chart
      #facee2 color shades, tints & tones
#facee2 color schemes
#facee2 color preview, HTML & CSS examples
           This text has a color of #facee2        
        
          <p style="color:#facee2;">Text here</p>
        
        
          .mytext {color:#facee2;}
        
        Text color #facee2
      
           This box has a color of #facee2        
        
          <div style="background-color:#facee2;">Content here</div>
        
        
          .mybackground {background-color:#facee2;}
        
        Background color #facee2
      
           Border around this has a color of #facee2        
        
          <div style="border:2px solid #facee2;">Content here</div>
        
        
          .myborder {border:2px solid #facee2;}
        
        Border color #facee2