#ffd2ae color space conversions
Hex:
        #ffd2ae
        RGB:
        255, 210, 174
        CMY:
        0, 18, 32
        CMYK:
        0, 18, 32, 0
      HSL:
        27°, 100.0000%, 84.1176%
        HSV (HSB):
        27°, 31.7647%, 100.0000%
        XYZ:
        71.9266, 70.4092, 49.8438
        xyY:
        0.3743, 0.3664, 70.4092
      CIE-Lab:
        87.1972, 10.8231, 23.7867
        CIE-LCH:
        87.1972, 26.1333, 65.5343
        CIE-Luv:
        87.1972, 31.0072, 31.3543
        Hunter-Lab:
        83.9102, 6.1648, 23.5181
      #ffd2ae color charts
#ffd2ae RGB chart
      #ffd2ae CMYK chart
      #ffd2ae RGB pie chart
      #ffd2ae color shades, tints & tones
#ffd2ae color schemes
#ffd2ae color preview, HTML & CSS examples
           This text has a color of #ffd2ae        
        
          <p style="color:#ffd2ae;">Text here</p>
        
        
          .mytext {color:#ffd2ae;}
        
        Text color #ffd2ae
      
           This box has a color of #ffd2ae        
        
          <div style="background-color:#ffd2ae;">Content here</div>
        
        
          .mybackground {background-color:#ffd2ae;}
        
        Background color #ffd2ae
      
           Border around this has a color of #ffd2ae        
        
          <div style="border:2px solid #ffd2ae;">Content here</div>
        
        
          .myborder {border:2px solid #ffd2ae;}
        
        Border color #ffd2ae