#fafdbe color space conversions
Hex:
        #fafdbe
        RGB:
        250, 253, 190
        CMY:
        2, 1, 25
        CMYK:
        1, 0, 25, 1
      HSL:
        63°, 94.0299%, 86.8627%
        HSV (HSB):
        63°, 24.9012%, 99.2157%
        XYZ:
        83.8439, 94.2923, 62.4964
        xyY:
        0.3484, 0.3919, 94.2923
      CIE-Lab:
        97.7496, -10.7717, 29.9084
        CIE-LCH:
        97.7496, 31.7890, 109.8069
        CIE-Luv:
        97.7496, 1.4124, 44.5875
        Hunter-Lab:
        97.1042, -15.8079, 29.8138
      #fafdbe color charts
#fafdbe RGB chart
      #fafdbe CMYK chart
      #fafdbe RGB pie chart
      #fafdbe color shades, tints & tones
#fafdbe color schemes
#fafdbe color preview, HTML & CSS examples
           This text has a color of #fafdbe        
        
          <p style="color:#fafdbe;">Text here</p>
        
        
          .mytext {color:#fafdbe;}
        
        Text color #fafdbe
      
           This box has a color of #fafdbe        
        
          <div style="background-color:#fafdbe;">Content here</div>
        
        
          .mybackground {background-color:#fafdbe;}
        
        Background color #fafdbe
      
           Border around this has a color of #fafdbe        
        
          <div style="border:2px solid #fafdbe;">Content here</div>
        
        
          .myborder {border:2px solid #fafdbe;}
        
        Border color #fafdbe