#fbcfac color space conversions
Hex:
        #fbcfac
        RGB:
        251, 207, 172
        CMY:
        2, 19, 33
        CMYK:
        0, 18, 31, 2
      HSL:
        27°, 90.8046%, 82.9412%
        HSV (HSB):
        27°, 31.4741%, 98.4314%
        XYZ:
        69.5429, 68.1134, 48.5116
        xyY:
        0.3735, 0.3659, 68.1134
      CIE-Lab:
        86.0631, 10.6211, 23.2172
        CIE-LCH:
        86.0631, 25.5312, 65.4175
        CIE-Luv:
        86.0631, 30.2935, 30.5693
        Hunter-Lab:
        82.5309, 5.9802, 22.9210
      #fbcfac color charts
#fbcfac RGB chart
      #fbcfac CMYK chart
      #fbcfac RGB pie chart
      #fbcfac color shades, tints & tones
#fbcfac color schemes
#fbcfac color preview, HTML & CSS examples
           This text has a color of #fbcfac        
        
          <p style="color:#fbcfac;">Text here</p>
        
        
          .mytext {color:#fbcfac;}
        
        Text color #fbcfac
      
           This box has a color of #fbcfac        
        
          <div style="background-color:#fbcfac;">Content here</div>
        
        
          .mybackground {background-color:#fbcfac;}
        
        Background color #fbcfac
      
           Border around this has a color of #fbcfac        
        
          <div style="border:2px solid #fbcfac;">Content here</div>
        
        
          .myborder {border:2px solid #fbcfac;}
        
        Border color #fbcfac