#f0ddad color space conversions
Hex:
        #f0ddad
        RGB:
        240, 221, 173
        CMY:
        6, 13, 32
        CMYK:
        0, 8, 28, 6
      HSL:
        43°, 69.0722%, 80.9804%
        HSV (HSB):
        43°, 27.9167%, 94.1176%
        XYZ:
        69.3345, 73.2553, 50.0205
        xyY:
        0.3600, 0.3803, 73.2553
      CIE-Lab:
        88.5693, -0.6321, 25.9706
        CIE-LCH:
        88.5693, 25.9783, 91.3942
        CIE-Luv:
        88.5693, 14.4471, 36.6191
        Hunter-Lab:
        85.5893, -5.1814, 25.2620
      #f0ddad color charts
#f0ddad RGB chart
      #f0ddad CMYK chart
      #f0ddad RGB pie chart
      #f0ddad color shades, tints & tones
#f0ddad color schemes
#f0ddad color preview, HTML & CSS examples
           This text has a color of #f0ddad        
        
          <p style="color:#f0ddad;">Text here</p>
        
        
          .mytext {color:#f0ddad;}
        
        Text color #f0ddad
      
           This box has a color of #f0ddad        
        
          <div style="background-color:#f0ddad;">Content here</div>
        
        
          .mybackground {background-color:#f0ddad;}
        
        Background color #f0ddad
      
           Border around this has a color of #f0ddad        
        
          <div style="border:2px solid #f0ddad;">Content here</div>
        
        
          .myborder {border:2px solid #f0ddad;}
        
        Border color #f0ddad