#f0edac color space conversions
Hex:
        #f0edac
        RGB:
        240, 237, 172
        CMY:
        6, 7, 33
        CMYK:
        0, 1, 28, 6
      HSL:
        57°, 69.3878%, 80.7843%
        HSV (HSB):
        57°, 28.3333%, 94.1176%
        XYZ:
        73.6658, 82.0722, 50.9886
        xyY:
        0.3563, 0.3970, 82.0722
      CIE-Lab:
        92.6067, -8.8507, 31.9423
        CIE-LCH:
        92.6067, 33.1459, 105.4872
        CIE-Luv:
        92.6067, 5.1775, 46.2068
        Hunter-Lab:
        90.5937, -13.3927, 30.0455
      #f0edac color charts
#f0edac RGB chart
      #f0edac CMYK chart
      #f0edac RGB pie chart
      #f0edac color shades, tints & tones
#f0edac color schemes
#f0edac color preview, HTML & CSS examples
           This text has a color of #f0edac        
        
          <p style="color:#f0edac;">Text here</p>
        
        
          .mytext {color:#f0edac;}
        
        Text color #f0edac
      
           This box has a color of #f0edac        
        
          <div style="background-color:#f0edac;">Content here</div>
        
        
          .mybackground {background-color:#f0edac;}
        
        Background color #f0edac
      
           Border around this has a color of #f0edac        
        
          <div style="border:2px solid #f0edac;">Content here</div>
        
        
          .myborder {border:2px solid #f0edac;}
        
        Border color #f0edac