#fbb2ae color space conversions
Hex:
        #fbb2ae
        RGB:
        251, 178, 174
        CMY:
        2, 30, 32
        CMYK:
        0, 29, 31, 2
      HSL:
        3°, 90.5882%, 83.3333%
        HSV (HSB):
        3°, 30.6773%, 98.4314%
        XYZ:
        63.3440, 55.4060, 47.4002
        xyY:
        0.3812, 0.3335, 55.4060
      CIE-Lab:
        79.2746, 26.0766, 12.6883
        CIE-LCH:
        79.2746, 28.9997, 25.9465
        CIE-Luv:
        79.2746, 48.0060, 13.0833
        Hunter-Lab:
        74.4352, 21.6411, 14.3489
      #fbb2ae color charts
#fbb2ae RGB chart
      #fbb2ae CMYK chart
      #fbb2ae RGB pie chart
      #fbb2ae color shades, tints & tones
#fbb2ae color schemes
#fbb2ae color preview, HTML & CSS examples
           This text has a color of #fbb2ae        
        
          <p style="color:#fbb2ae;">Text here</p>
        
        
          .mytext {color:#fbb2ae;}
        
        Text color #fbb2ae
      
           This box has a color of #fbb2ae        
        
          <div style="background-color:#fbb2ae;">Content here</div>
        
        
          .mybackground {background-color:#fbb2ae;}
        
        Background color #fbb2ae
      
           Border around this has a color of #fbb2ae        
        
          <div style="border:2px solid #fbb2ae;">Content here</div>
        
        
          .myborder {border:2px solid #fbb2ae;}
        
        Border color #fbb2ae