#f2f5ed color space conversions
Hex:
        #f2f5ed
        RGB:
        242, 245, 237
        CMY:
        5, 4, 7
        CMYK:
        1, 0, 3, 4
      HSL:
        83°, 28.5714%, 94.5098%
        HSV (HSB):
        83°, 3.2653%, 96.0784%
        XYZ:
        84.5564, 90.2965, 93.0931
        xyY:
        0.3156, 0.3370, 90.2965
      CIE-Lab:
        96.1196, -2.3912, 3.4865
        CIE-LCH:
        96.1196, 4.2278, 124.4443
        CIE-Luv:
        96.1196, -1.2502, 5.7697
        Hunter-Lab:
        95.0245, -7.4567, 8.4322
      #f2f5ed color charts
#f2f5ed RGB chart
      #f2f5ed CMYK chart
      #f2f5ed RGB pie chart
      #f2f5ed color shades, tints & tones
#f2f5ed color schemes
#f2f5ed color preview, HTML & CSS examples
           This text has a color of #f2f5ed        
        
          <p style="color:#f2f5ed;">Text here</p>
        
        
          .mytext {color:#f2f5ed;}
        
        Text color #f2f5ed
      
           This box has a color of #f2f5ed        
        
          <div style="background-color:#f2f5ed;">Content here</div>
        
        
          .mybackground {background-color:#f2f5ed;}
        
        Background color #f2f5ed
      
           Border around this has a color of #f2f5ed        
        
          <div style="border:2px solid #f2f5ed;">Content here</div>
        
        
          .myborder {border:2px solid #f2f5ed;}
        
        Border color #f2f5ed