#f5dade color space conversions
Hex:
        #f5dade
        RGB:
        245, 218, 222
        CMY:
        4, 15, 13
        CMYK:
        0, 11, 9, 4
      HSL:
        351°, 57.4468%, 90.7843%
        HSV (HSB):
        351°, 11.0204%, 96.0784%
        XYZ:
        75.9124, 74.8292, 79.5497
        xyY:
        0.3296, 0.3249, 74.8292
      CIE-Lab:
        89.3129, 9.9689, 1.4426
        CIE-LCH:
        89.3129, 10.0728, 8.2340
        CIE-Luv:
        89.3129, 15.6376, 0.3747
        Hunter-Lab:
        86.5039, 5.2628, 6.0291
      #f5dade color charts
#f5dade RGB chart
      #f5dade CMYK chart
      #f5dade RGB pie chart
      #f5dade color shades, tints & tones
#f5dade color schemes
#f5dade color preview, HTML & CSS examples
           This text has a color of #f5dade        
        
          <p style="color:#f5dade;">Text here</p>
        
        
          .mytext {color:#f5dade;}
        
        Text color #f5dade
      
           This box has a color of #f5dade        
        
          <div style="background-color:#f5dade;">Content here</div>
        
        
          .mybackground {background-color:#f5dade;}
        
        Background color #f5dade
      
           Border around this has a color of #f5dade        
        
          <div style="border:2px solid #f5dade;">Content here</div>
        
        
          .myborder {border:2px solid #f5dade;}
        
        Border color #f5dade