#fbaaff color space conversions
Hex:
        #fbaaff
        RGB:
        251, 170, 255
        CMY:
        2, 33, 0
        CMYK:
        2, 33, 0, 0
      HSL:
        297°, 100.0000%, 83.3333%
        HSV (HSB):
        297°, 33.3333%, 100.0000%
        XYZ:
        72.2084, 56.4787, 101.7034
        xyY:
        0.3134, 0.2451, 56.4787
      CIE-Lab:
        79.8855, 42.9332, -30.1840
        CIE-LCH:
        79.8855, 52.4818, 324.8911
        CIE-Luv:
        79.8855, 39.5041, -55.2707
        Hunter-Lab:
        75.1523, 39.9912, -27.6304
      #fbaaff color charts
#fbaaff RGB chart
      #fbaaff CMYK chart
      #fbaaff RGB pie chart
      #fbaaff color shades, tints & tones
#fbaaff color schemes
#fbaaff color preview, HTML & CSS examples
           This text has a color of #fbaaff        
        
          <p style="color:#fbaaff;">Text here</p>
        
        
          .mytext {color:#fbaaff;}
        
        Text color #fbaaff
      
           This box has a color of #fbaaff        
        
          <div style="background-color:#fbaaff;">Content here</div>
        
        
          .mybackground {background-color:#fbaaff;}
        
        Background color #fbaaff
      
           Border around this has a color of #fbaaff        
        
          <div style="border:2px solid #fbaaff;">Content here</div>
        
        
          .myborder {border:2px solid #fbaaff;}
        
        Border color #fbaaff