#facde4 color space conversions
Hex:
        #facde4
        RGB:
        250, 205, 228
        CMY:
        2, 20, 11
        CMYK:
        0, 18, 9, 2
      HSL:
        329°, 81.8182%, 89.2157%
        HSV (HSB):
        329°, 18.0000%, 98.0392%
        XYZ:
        75.2593, 69.5881, 82.8640
        xyY:
        0.3305, 0.3056, 69.5881
      CIE-Lab:
        86.7944, 19.4902, -5.3673
        CIE-LCH:
        86.7944, 20.2158, 344.6032
        CIE-Luv:
        86.7944, 25.1270, -11.7463
        Hunter-Lab:
        83.4195, 15.0548, -0.5016
      #facde4 color charts
#facde4 RGB chart
      #facde4 CMYK chart
      #facde4 RGB pie chart
      #facde4 color shades, tints & tones
#facde4 color schemes
#facde4 color preview, HTML & CSS examples
           This text has a color of #facde4        
        
          <p style="color:#facde4;">Text here</p>
        
        
          .mytext {color:#facde4;}
        
        Text color #facde4
      
           This box has a color of #facde4        
        
          <div style="background-color:#facde4;">Content here</div>
        
        
          .mybackground {background-color:#facde4;}
        
        Background color #facde4
      
           Border around this has a color of #facde4        
        
          <div style="border:2px solid #facde4;">Content here</div>
        
        
          .myborder {border:2px solid #facde4;}
        
        Border color #facde4