#f3badd color space conversions
Hex:
        #f3badd
        RGB:
        243, 186, 221
        CMY:
        5, 27, 13
        CMYK:
        0, 23, 9, 5
      HSL:
        323°, 70.3704%, 84.1176%
        HSV (HSB):
        323°, 23.4568%, 95.2941%
        XYZ:
        67.5722, 59.3930, 76.3092
        xyY:
        0.3324, 0.2922, 59.3930
      CIE-Lab:
        81.5071, 25.9624, -9.5358
        CIE-LCH:
        81.5071, 27.6582, 339.8321
        CIE-Luv:
        81.5071, 31.5675, -19.2422
        Hunter-Lab:
        77.0668, 21.6419, -4.7603
      #f3badd color charts
#f3badd RGB chart
      #f3badd CMYK chart
      #f3badd RGB pie chart
      #f3badd color shades, tints & tones
#f3badd color schemes
#f3badd color preview, HTML & CSS examples
           This text has a color of #f3badd        
        
          <p style="color:#f3badd;">Text here</p>
        
        
          .mytext {color:#f3badd;}
        
        Text color #f3badd
      
           This box has a color of #f3badd        
        
          <div style="background-color:#f3badd;">Content here</div>
        
        
          .mybackground {background-color:#f3badd;}
        
        Background color #f3badd
      
           Border around this has a color of #f3badd        
        
          <div style="border:2px solid #f3badd;">Content here</div>
        
        
          .myborder {border:2px solid #f3badd;}
        
        Border color #f3badd