#fbadfa color space conversions
Hex:
        #fbadfa
        RGB:
        251, 173, 250
        CMY:
        2, 32, 2
        CMYK:
        0, 31, 0, 2
      HSL:
        301°, 90.6977%, 83.1373%
        HSV (HSB):
        301°, 31.0757%, 98.4314%
        XYZ:
        71.9826, 57.2985, 97.7083
        xyY:
        0.3171, 0.2524, 57.2985
      CIE-Lab:
        80.3472, 40.4669, -26.7937
        CIE-LCH:
        80.3472, 48.5333, 326.4909
        CIE-Luv:
        80.3472, 38.9446, -49.3272
        Hunter-Lab:
        75.6958, 37.2762, -23.5446
      #fbadfa color charts
#fbadfa RGB chart
      #fbadfa CMYK chart
      #fbadfa RGB pie chart
      #fbadfa color shades, tints & tones
#fbadfa color schemes
#fbadfa color preview, HTML & CSS examples
           This text has a color of #fbadfa        
        
          <p style="color:#fbadfa;">Text here</p>
        
        
          .mytext {color:#fbadfa;}
        
        Text color #fbadfa
      
           This box has a color of #fbadfa        
        
          <div style="background-color:#fbadfa;">Content here</div>
        
        
          .mybackground {background-color:#fbadfa;}
        
        Background color #fbadfa
      
           Border around this has a color of #fbadfa        
        
          <div style="border:2px solid #fbadfa;">Content here</div>
        
        
          .myborder {border:2px solid #fbadfa;}
        
        Border color #fbadfa