#f2deae color space conversions
Hex:
        #f2deae
        RGB:
        242, 222, 174
        CMY:
        5, 13, 32
        CMYK:
        0, 8, 28, 5
      HSL:
        42°, 72.3404%, 81.5686%
        HSV (HSB):
        42°, 28.0992%, 94.9020%
        XYZ:
        70.3792, 74.1758, 50.6524
        xyY:
        0.3605, 0.3800, 74.1758
      CIE-Lab:
        89.0055, -0.2626, 26.0755
        CIE-LCH:
        89.0055, 26.0769, 90.5771
        CIE-Luv:
        89.0055, 15.0864, 36.7200
        Hunter-Lab:
        86.1254, -4.8543, 25.4179
      #f2deae color charts
#f2deae RGB chart
      #f2deae CMYK chart
      #f2deae RGB pie chart
      #f2deae color shades, tints & tones
#f2deae color schemes
#f2deae color preview, HTML & CSS examples
           This text has a color of #f2deae        
        
          <p style="color:#f2deae;">Text here</p>
        
        
          .mytext {color:#f2deae;}
        
        Text color #f2deae
      
           This box has a color of #f2deae        
        
          <div style="background-color:#f2deae;">Content here</div>
        
        
          .mybackground {background-color:#f2deae;}
        
        Background color #f2deae
      
           Border around this has a color of #f2deae        
        
          <div style="border:2px solid #f2deae;">Content here</div>
        
        
          .myborder {border:2px solid #f2deae;}
        
        Border color #f2deae