#f1f2ae color space conversions
Hex:
        #f1f2ae
        RGB:
        241, 242, 174
        CMY:
        5, 5, 32
        CMYK:
        0, 0, 28, 5
      HSL:
        61°, 72.3404%, 81.5686%
        HSV (HSB):
        61°, 28.0992%, 94.9020%
        XYZ:
        75.6677, 85.2610, 52.5133
        xyY:
        0.3545, 0.3995, 85.2610
      CIE-Lab:
        93.9955, -10.7134, 32.8039
        CIE-LCH:
        93.9955, 34.5090, 108.0864
        CIE-Luv:
        93.9955, 2.8387, 47.8127
        Hunter-Lab:
        92.3369, -15.3134, 30.9168
      #f1f2ae color charts
#f1f2ae RGB chart
      #f1f2ae CMYK chart
      #f1f2ae RGB pie chart
      #f1f2ae color shades, tints & tones
#f1f2ae color schemes
#f1f2ae color preview, HTML & CSS examples
           This text has a color of #f1f2ae        
        
          <p style="color:#f1f2ae;">Text here</p>
        
        
          .mytext {color:#f1f2ae;}
        
        Text color #f1f2ae
      
           This box has a color of #f1f2ae        
        
          <div style="background-color:#f1f2ae;">Content here</div>
        
        
          .mybackground {background-color:#f1f2ae;}
        
        Background color #f1f2ae
      
           Border around this has a color of #f1f2ae        
        
          <div style="border:2px solid #f1f2ae;">Content here</div>
        
        
          .myborder {border:2px solid #f1f2ae;}
        
        Border color #f1f2ae