#f2dade color space conversions
Hex:
        #f2dade
        RGB:
        242, 218, 222
        CMY:
        5, 15, 13
        CMYK:
        0, 10, 8, 5
      HSL:
        350°, 48.0000%, 90.1961%
        HSV (HSB):
        350°, 9.9174%, 94.9020%
        XYZ:
        74.8742, 74.2940, 79.5011
        xyY:
        0.3274, 0.3249, 74.2940
      CIE-Lab:
        89.0612, 8.9292, 1.0453
        CIE-LCH:
        89.0612, 8.9902, 6.6771
        CIE-Luv:
        89.0612, 13.8044, -0.0314
        Hunter-Lab:
        86.1940, 4.2183, 5.6496
      #f2dade color charts
#f2dade RGB chart
      #f2dade CMYK chart
      #f2dade RGB pie chart
      #f2dade color shades, tints & tones
#f2dade color schemes
#f2dade color preview, HTML & CSS examples
           This text has a color of #f2dade        
        
          <p style="color:#f2dade;">Text here</p>
        
        
          .mytext {color:#f2dade;}
        
        Text color #f2dade
      
           This box has a color of #f2dade        
        
          <div style="background-color:#f2dade;">Content here</div>
        
        
          .mybackground {background-color:#f2dade;}
        
        Background color #f2dade
      
           Border around this has a color of #f2dade        
        
          <div style="border:2px solid #f2dade;">Content here</div>
        
        
          .myborder {border:2px solid #f2dade;}
        
        Border color #f2dade