#fddade color space conversions
Hex:
        #fddade
        RGB:
        253, 218, 222
        CMY:
        1, 15, 13
        CMYK:
        0, 14, 12, 1
      HSL:
        353°, 89.7436%, 92.3529%
        HSV (HSB):
        353°, 13.8340%, 99.2157%
        XYZ:
        78.7642, 76.2994, 79.6832
        xyY:
        0.3355, 0.3250, 76.2994
      CIE-Lab:
        89.9982, 12.7533, 2.5233
        CIE-LCH:
        89.9982, 13.0006, 11.1918
        CIE-Luv:
        89.9982, 20.6063, 1.4755
        Hunter-Lab:
        87.3495, 8.0942, 7.0583
      #fddade color charts
#fddade RGB chart
      #fddade CMYK chart
      #fddade RGB pie chart
      #fddade color shades, tints & tones
#fddade color schemes
#fddade color preview, HTML & CSS examples
           This text has a color of #fddade        
        
          <p style="color:#fddade;">Text here</p>
        
        
          .mytext {color:#fddade;}
        
        Text color #fddade
      
           This box has a color of #fddade        
        
          <div style="background-color:#fddade;">Content here</div>
        
        
          .mybackground {background-color:#fddade;}
        
        Background color #fddade
      
           Border around this has a color of #fddade        
        
          <div style="border:2px solid #fddade;">Content here</div>
        
        
          .myborder {border:2px solid #fddade;}
        
        Border color #fddade