#f2f2ca color space conversions
Hex:
        #f2f2ca
        RGB:
        242, 242, 202
        CMY:
        5, 5, 21
        CMYK:
        0, 0, 17, 5
      HSL:
        60°, 60.6061%, 87.0588%
        HSV (HSB):
        60°, 16.5289%, 94.9020%
        XYZ:
        79.0308, 86.6458, 68.4361
        xyY:
        0.3376, 0.3701, 86.6458
      CIE-Lab:
        94.5878, -6.5004, 19.3498
        CIE-LCH:
        94.5878, 20.4125, 108.5693
        CIE-Luv:
        94.5878, 2.1268, 29.4638
        Hunter-Lab:
        93.0837, -11.3449, 21.5680
      #f2f2ca color charts
#f2f2ca RGB chart
      #f2f2ca CMYK chart
      #f2f2ca RGB pie chart
      #f2f2ca color shades, tints & tones
#f2f2ca color schemes
#f2f2ca color preview, HTML & CSS examples
           This text has a color of #f2f2ca        
        
          <p style="color:#f2f2ca;">Text here</p>
        
        
          .mytext {color:#f2f2ca;}
        
        Text color #f2f2ca
      
           This box has a color of #f2f2ca        
        
          <div style="background-color:#f2f2ca;">Content here</div>
        
        
          .mybackground {background-color:#f2f2ca;}
        
        Background color #f2f2ca
      
           Border around this has a color of #f2f2ca        
        
          <div style="border:2px solid #f2f2ca;">Content here</div>
        
        
          .myborder {border:2px solid #f2f2ca;}
        
        Border color #f2f2ca