#f2feae color space conversions
Hex:
        #f2feae
        RGB:
        242, 254, 174
        CMY:
        5, 0, 32
        CMYK:
        5, 0, 31, 0
      HSL:
        69°, 97.5610%, 83.9216%
        HSV (HSB):
        69°, 31.4961%, 99.6078%
        XYZ:
        79.6997, 92.8169, 53.7592
        xyY:
        0.3522, 0.4102, 92.8169
      CIE-Lab:
        97.1532, -16.2354, 37.0176
        CIE-LCH:
        97.1532, 40.4214, 113.6816
        CIE-Luv:
        97.1532, -3.3399, 54.4802
        Hunter-Lab:
        96.3415, -20.9312, 34.3548
      #f2feae color charts
#f2feae RGB chart
      #f2feae CMYK chart
      #f2feae RGB pie chart
      #f2feae color shades, tints & tones
#f2feae color schemes
#f2feae color preview, HTML & CSS examples
           This text has a color of #f2feae        
        
          <p style="color:#f2feae;">Text here</p>
        
        
          .mytext {color:#f2feae;}
        
        Text color #f2feae
      
           This box has a color of #f2feae        
        
          <div style="background-color:#f2feae;">Content here</div>
        
        
          .mybackground {background-color:#f2feae;}
        
        Background color #f2feae
      
           Border around this has a color of #f2feae        
        
          <div style="border:2px solid #f2feae;">Content here</div>
        
        
          .myborder {border:2px solid #f2feae;}
        
        Border color #f2feae