#fbaedd color space conversions
Hex:
        #fbaedd
        RGB:
        251, 174, 221
        CMY:
        2, 32, 13
        CMYK:
        0, 31, 12, 2
      HSL:
        323°, 90.5882%, 83.3333%
        HSV (HSB):
        323°, 30.6773%, 98.4314%
        XYZ:
        67.9709, 56.0018, 75.6336
        xyY:
        0.3405, 0.2806, 56.0018
      CIE-Lab:
        79.6148, 34.9946, -12.2725
        CIE-LCH:
        79.6148, 37.0842, 340.6744
        CIE-Luv:
        79.6148, 43.1866, -25.0774
        Hunter-Lab:
        74.8343, 31.1686, -7.5392
      #fbaedd color charts
#fbaedd RGB chart
      #fbaedd CMYK chart
      #fbaedd RGB pie chart
      #fbaedd color shades, tints & tones
#fbaedd color schemes
#fbaedd color preview, HTML & CSS examples
           This text has a color of #fbaedd        
        
          <p style="color:#fbaedd;">Text here</p>
        
        
          .mytext {color:#fbaedd;}
        
        Text color #fbaedd
      
           This box has a color of #fbaedd        
        
          <div style="background-color:#fbaedd;">Content here</div>
        
        
          .mybackground {background-color:#fbaedd;}
        
        Background color #fbaedd
      
           Border around this has a color of #fbaedd        
        
          <div style="border:2px solid #fbaedd;">Content here</div>
        
        
          .myborder {border:2px solid #fbaedd;}
        
        Border color #fbaedd