#fbfbda color space conversions
Hex:
        #fbfbda
        RGB:
        251, 251, 218
        CMY:
        2, 2, 15
        CMYK:
        0, 0, 13, 2
      HSL:
        60°, 80.4878%, 91.9608%
        HSV (HSB):
        60°, 13.1474%, 98.4314%
        XYZ:
        86.9357, 94.5655, 80.0006
        xyY:
        0.3324, 0.3616, 94.5655
      CIE-Lab:
        97.8594, -5.4216, 15.8382
        CIE-LCH:
        97.8594, 16.7404, 108.8966
        CIE-Luv:
        97.8594, 1.7706, 24.5233
        Hunter-Lab:
        97.2448, -10.6015, 19.2951
      #fbfbda color charts
#fbfbda RGB chart
      #fbfbda CMYK chart
      #fbfbda RGB pie chart
      #fbfbda color shades, tints & tones
#fbfbda color schemes
#fbfbda color preview, HTML & CSS examples
           This text has a color of #fbfbda        
        
          <p style="color:#fbfbda;">Text here</p>
        
        
          .mytext {color:#fbfbda;}
        
        Text color #fbfbda
      
           This box has a color of #fbfbda        
        
          <div style="background-color:#fbfbda;">Content here</div>
        
        
          .mybackground {background-color:#fbfbda;}
        
        Background color #fbfbda
      
           Border around this has a color of #fbfbda        
        
          <div style="border:2px solid #fbfbda;">Content here</div>
        
        
          .myborder {border:2px solid #fbfbda;}
        
        Border color #fbfbda