#fabff2 color space conversions
Hex:
        #fabff2
        RGB:
        250, 191, 242
        CMY:
        2, 25, 5
        CMYK:
        0, 24, 3, 2
      HSL:
        308°, 85.5072%, 86.4706%
        HSV (HSB):
        308°, 23.6000%, 98.0392%
        XYZ:
        74.0822, 63.9964, 92.4524
        xyY:
        0.3214, 0.2776, 63.9964
      CIE-Lab:
        83.9639, 29.2665, -17.0351
        CIE-LCH:
        83.9639, 33.8633, 329.7977
        CIE-Luv:
        83.9639, 30.7007, -31.7972
        Hunter-Lab:
        79.9978, 25.3044, -12.5223
      #fabff2 color charts
#fabff2 RGB chart
      #fabff2 CMYK chart
      #fabff2 RGB pie chart
      #fabff2 color shades, tints & tones
#fabff2 color schemes
#fabff2 color preview, HTML & CSS examples
           This text has a color of #fabff2        
        
          <p style="color:#fabff2;">Text here</p>
        
        
          .mytext {color:#fabff2;}
        
        Text color #fabff2
      
           This box has a color of #fabff2        
        
          <div style="background-color:#fabff2;">Content here</div>
        
        
          .mybackground {background-color:#fabff2;}
        
        Background color #fabff2
      
           Border around this has a color of #fabff2        
        
          <div style="border:2px solid #fabff2;">Content here</div>
        
        
          .myborder {border:2px solid #fabff2;}
        
        Border color #fabff2