#fac3bc color space conversions
Hex:
        #fac3bc
        RGB:
        250, 195, 188
        CMY:
        2, 24, 26
        CMYK:
        0, 22, 25, 2
      HSL:
        7°, 86.1111%, 85.8824%
        HSV (HSB):
        7°, 24.8000%, 98.0392%
        XYZ:
        68.0165, 62.9850, 56.1494
        xyY:
        0.3634, 0.3365, 62.9850
      CIE-Lab:
        83.4345, 18.6307, 11.0558
        CIE-LCH:
        83.4345, 21.6641, 30.6856
        CIE-Luv:
        83.4345, 35.2322, 12.5316
        Hunter-Lab:
        79.3631, 14.0943, 13.6065
      #fac3bc color charts
#fac3bc RGB chart
      #fac3bc CMYK chart
      #fac3bc RGB pie chart
      #fac3bc color shades, tints & tones
#fac3bc color schemes
#fac3bc color preview, HTML & CSS examples
           This text has a color of #fac3bc        
        
          <p style="color:#fac3bc;">Text here</p>
        
        
          .mytext {color:#fac3bc;}
        
        Text color #fac3bc
      
           This box has a color of #fac3bc        
        
          <div style="background-color:#fac3bc;">Content here</div>
        
        
          .mybackground {background-color:#fac3bc;}
        
        Background color #fac3bc
      
           Border around this has a color of #fac3bc        
        
          <div style="border:2px solid #fac3bc;">Content here</div>
        
        
          .myborder {border:2px solid #fac3bc;}
        
        Border color #fac3bc