#f2dabe color space conversions
Hex:
        #f2dabe
        RGB:
        242, 218, 190
        CMY:
        5, 15, 25
        CMYK:
        0, 10, 21, 5
      HSL:
        32°, 66.6667%, 84.7059%
        HSV (HSB):
        32°, 21.4876%, 94.9020%
        XYZ:
        70.9836, 72.7378, 59.0138
        xyY:
        0.3501, 0.3588, 72.7378
      CIE-Lab:
        88.3225, 3.9726, 16.8013
        CIE-LCH:
        88.3225, 17.2645, 76.6970
        CIE-Luv:
        88.3225, 16.2990, 23.5752
        Hunter-Lab:
        85.2864, -0.6863, 18.6749
      #f2dabe color charts
#f2dabe RGB chart
      #f2dabe CMYK chart
      #f2dabe RGB pie chart
      #f2dabe color shades, tints & tones
#f2dabe color schemes
#f2dabe color preview, HTML & CSS examples
           This text has a color of #f2dabe        
        
          <p style="color:#f2dabe;">Text here</p>
        
        
          .mytext {color:#f2dabe;}
        
        Text color #f2dabe
      
           This box has a color of #f2dabe        
        
          <div style="background-color:#f2dabe;">Content here</div>
        
        
          .mybackground {background-color:#f2dabe;}
        
        Background color #f2dabe
      
           Border around this has a color of #f2dabe        
        
          <div style="border:2px solid #f2dabe;">Content here</div>
        
        
          .myborder {border:2px solid #f2dabe;}
        
        Border color #f2dabe