#fbbfaf color space conversions
Hex:
        #fbbfaf
        RGB:
        251, 191, 175
        CMY:
        2, 25, 31
        CMYK:
        0, 24, 30, 2
      HSL:
        13°, 90.4762%, 83.5294%
        HSV (HSB):
        13°, 30.2789%, 98.4314%
        XYZ:
        66.1523, 60.8660, 48.8191
        xyY:
        0.3762, 0.3461, 60.8660
      CIE-Lab:
        82.3066, 19.3684, 16.4184
        CIE-LCH:
        82.3066, 25.3909, 40.2876
        CIE-Luv:
        82.3066, 39.8497, 19.6152
        Hunter-Lab:
        78.0167, 14.8256, 17.5108
      #fbbfaf color charts
#fbbfaf RGB chart
      #fbbfaf CMYK chart
      #fbbfaf RGB pie chart
      #fbbfaf color shades, tints & tones
#fbbfaf color schemes
#fbbfaf color preview, HTML & CSS examples
           This text has a color of #fbbfaf        
        
          <p style="color:#fbbfaf;">Text here</p>
        
        
          .mytext {color:#fbbfaf;}
        
        Text color #fbbfaf
      
           This box has a color of #fbbfaf        
        
          <div style="background-color:#fbbfaf;">Content here</div>
        
        
          .mybackground {background-color:#fbbfaf;}
        
        Background color #fbbfaf
      
           Border around this has a color of #fbbfaf        
        
          <div style="border:2px solid #fbbfaf;">Content here</div>
        
        
          .myborder {border:2px solid #fbbfaf;}
        
        Border color #fbbfaf