#fadffb color space conversions
Hex:
        #fadffb
        RGB:
        250, 223, 251
        CMY:
        2, 13, 2
        CMYK:
        0, 11, 0, 2
      HSL:
        298°, 77.7778%, 92.9412%
        HSV (HSB):
        298°, 11.1554%, 98.4314%
        XYZ:
        83.2246, 80.0644, 102.3343
        xyY:
        0.3133, 0.3014, 80.0644
      CIE-Lab:
        91.7137, 14.0615, -10.1939
        CIE-LCH:
        91.7137, 17.3678, 324.0598
        CIE-Luv:
        91.7137, 13.5601, -18.4584
        Hunter-Lab:
        89.4787, 9.4360, -5.1733
      #fadffb color charts
#fadffb RGB chart
      #fadffb CMYK chart
      #fadffb RGB pie chart
      #fadffb color shades, tints & tones
#fadffb color schemes
#fadffb color preview, HTML & CSS examples
           This text has a color of #fadffb        
        
          <p style="color:#fadffb;">Text here</p>
        
        
          .mytext {color:#fadffb;}
        
        Text color #fadffb
      
           This box has a color of #fadffb        
        
          <div style="background-color:#fadffb;">Content here</div>
        
        
          .mybackground {background-color:#fadffb;}
        
        Background color #fadffb
      
           Border around this has a color of #fadffb        
        
          <div style="border:2px solid #fadffb;">Content here</div>
        
        
          .myborder {border:2px solid #fadffb;}
        
        Border color #fadffb