#fadaf2 color space conversions
Hex:
        #fadaf2
        RGB:
        250, 218, 242
        CMY:
        2, 15, 5
        CMYK:
        0, 13, 3, 2
      HSL:
        315°, 76.1905%, 91.7647%
        HSV (HSB):
        315°, 12.8000%, 98.0392%
        XYZ:
        80.5228, 76.8776, 94.5993
        xyY:
        0.3195, 0.3051, 76.8776
      CIE-Lab:
        90.2653, 15.0715, -7.6254
        CIE-LCH:
        90.2653, 16.8908, 333.1629
        CIE-Luv:
        90.2653, 16.9134, -14.5336
        Hunter-Lab:
        87.6799, 10.4896, -2.5930
      #fadaf2 color charts
#fadaf2 RGB chart
      #fadaf2 CMYK chart
      #fadaf2 RGB pie chart
      #fadaf2 color shades, tints & tones
#fadaf2 color schemes
#fadaf2 color preview, HTML & CSS examples
           This text has a color of #fadaf2        
        
          <p style="color:#fadaf2;">Text here</p>
        
        
          .mytext {color:#fadaf2;}
        
        Text color #fadaf2
      
           This box has a color of #fadaf2        
        
          <div style="background-color:#fadaf2;">Content here</div>
        
        
          .mybackground {background-color:#fadaf2;}
        
        Background color #fadaf2
      
           Border around this has a color of #fadaf2        
        
          <div style="border:2px solid #fadaf2;">Content here</div>
        
        
          .myborder {border:2px solid #fadaf2;}
        
        Border color #fadaf2