#fac4da color space conversions
Hex:
        #fac4da
        RGB:
        250, 196, 218
        CMY:
        2, 23, 15
        CMYK:
        0, 22, 13, 2
      HSL:
        336°, 84.3750%, 87.4510%
        HSV (HSB):
        336°, 21.6000%, 98.0392%
        XYZ:
        71.8192, 64.8658, 75.0647
        xyY:
        0.3392, 0.3063, 64.8658
      CIE-Lab:
        84.4145, 22.5902, -3.5520
        CIE-LCH:
        84.4145, 22.8677, 351.0642
        CIE-Luv:
        84.4145, 31.1244, -9.5007
        Hunter-Lab:
        80.5393, 18.2297, 1.1177
      #fac4da color charts
#fac4da RGB chart
      #fac4da CMYK chart
      #fac4da RGB pie chart
      #fac4da color shades, tints & tones
#fac4da color schemes
#fac4da color preview, HTML & CSS examples
           This text has a color of #fac4da        
        
          <p style="color:#fac4da;">Text here</p>
        
        
          .mytext {color:#fac4da;}
        
        Text color #fac4da
      
           This box has a color of #fac4da        
        
          <div style="background-color:#fac4da;">Content here</div>
        
        
          .mybackground {background-color:#fac4da;}
        
        Background color #fac4da
      
           Border around this has a color of #fac4da        
        
          <div style="border:2px solid #fac4da;">Content here</div>
        
        
          .myborder {border:2px solid #fac4da;}
        
        Border color #fac4da