#f2deca color space conversions
Hex:
        #f2deca
        RGB:
        242, 222, 202
        CMY:
        5, 13, 21
        CMYK:
        0, 8, 17, 5
      HSL:
        30°, 60.6061%, 87.0588%
        HSV (HSB):
        30°, 16.5289%, 94.9020%
        XYZ:
        73.3999, 75.3841, 66.5591
        xyY:
        0.3409, 0.3501, 75.3841
      CIE-Lab:
        89.5726, 3.6742, 12.2837
        CIE-LCH:
        89.5726, 12.8214, 73.3475
        CIE-Luv:
        89.5726, 13.1592, 17.4091
        Hunter-Lab:
        86.8240, -1.0404, 15.3252
      #f2deca color charts
#f2deca RGB chart
      #f2deca CMYK chart
      #f2deca RGB pie chart
      #f2deca color shades, tints & tones
#f2deca color schemes
#f2deca color preview, HTML & CSS examples
           This text has a color of #f2deca        
        
          <p style="color:#f2deca;">Text here</p>
        
        
          .mytext {color:#f2deca;}
        
        Text color #f2deca
      
           This box has a color of #f2deca        
        
          <div style="background-color:#f2deca;">Content here</div>
        
        
          .mybackground {background-color:#f2deca;}
        
        Background color #f2deca
      
           Border around this has a color of #f2deca        
        
          <div style="border:2px solid #f2deca;">Content here</div>
        
        
          .myborder {border:2px solid #f2deca;}
        
        Border color #f2deca