#fac3ce color space conversions
Hex:
        #fac3ce
        RGB:
        250, 195, 206
        CMY:
        2, 24, 19
        CMYK:
        0, 22, 18, 2
      HSL:
        348°, 84.6154%, 87.2549%
        HSV (HSB):
        348°, 22.0000%, 98.0392%
        XYZ:
        70.0800, 63.8104, 67.0155
        xyY:
        0.3488, 0.3176, 63.8104
      CIE-Lab:
        83.8670, 21.2443, 2.0593
        CIE-LCH:
        83.8670, 21.3439, 5.5366
        CIE-Luv:
        83.8670, 33.1238, -0.8483
        Hunter-Lab:
        79.8814, 16.8056, 6.1764
      #fac3ce color charts
#fac3ce RGB chart
      #fac3ce CMYK chart
      #fac3ce RGB pie chart
      #fac3ce color shades, tints & tones
#fac3ce color schemes
#fac3ce color preview, HTML & CSS examples
           This text has a color of #fac3ce        
        
          <p style="color:#fac3ce;">Text here</p>
        
        
          .mytext {color:#fac3ce;}
        
        Text color #fac3ce
      
           This box has a color of #fac3ce        
        
          <div style="background-color:#fac3ce;">Content here</div>
        
        
          .mybackground {background-color:#fac3ce;}
        
        Background color #fac3ce
      
           Border around this has a color of #fac3ce        
        
          <div style="border:2px solid #fac3ce;">Content here</div>
        
        
          .myborder {border:2px solid #fac3ce;}
        
        Border color #fac3ce