#f0badd color space conversions
Hex:
        #f0badd
        RGB:
        240, 186, 221
        CMY:
        6, 27, 13
        CMYK:
        0, 23, 8, 6
      HSL:
        321°, 64.2857%, 83.5294%
        HSV (HSB):
        321°, 22.5000%, 94.1176%
        XYZ:
        66.5452, 58.8635, 76.2611
        xyY:
        0.3300, 0.2919, 58.8635
      CIE-Lab:
        81.2165, 24.9427, -9.9995
        CIE-LCH:
        81.2165, 26.8724, 338.1542
        CIE-Luv:
        81.2165, 29.6328, -19.7673
        Hunter-Lab:
        76.7226, 20.5573, -5.2276
      #f0badd color charts
#f0badd RGB chart
      #f0badd CMYK chart
      #f0badd RGB pie chart
      #f0badd color shades, tints & tones
#f0badd color schemes
#f0badd color preview, HTML & CSS examples
           This text has a color of #f0badd        
        
          <p style="color:#f0badd;">Text here</p>
        
        
          .mytext {color:#f0badd;}
        
        Text color #f0badd
      
           This box has a color of #f0badd        
        
          <div style="background-color:#f0badd;">Content here</div>
        
        
          .mybackground {background-color:#f0badd;}
        
        Background color #f0badd
      
           Border around this has a color of #f0badd        
        
          <div style="border:2px solid #f0badd;">Content here</div>
        
        
          .myborder {border:2px solid #f0badd;}
        
        Border color #f0badd