#f2accf color space conversions
Hex:
        #f2accf
        RGB:
        242, 172, 207
        CMY:
        5, 33, 19
        CMYK:
        0, 29, 14, 5
      HSL:
        330°, 72.9167%, 81.1765%
        HSV (HSB):
        330°, 28.9256%, 94.9020%
        XYZ:
        62.6330, 52.8873, 65.9386
        xyY:
        0.3452, 0.2915, 52.8873
      CIE-Lab:
        77.8084, 30.7559, -7.4703
        CIE-LCH:
        77.8084, 31.6501, 346.3478
        CIE-Luv:
        77.8084, 40.3703, -16.8249
        Hunter-Lab:
        72.7236, 26.4661, -2.8518
      #f2accf color charts
#f2accf RGB chart
      #f2accf CMYK chart
      #f2accf RGB pie chart
      #f2accf color shades, tints & tones
#f2accf color schemes
#f2accf color preview, HTML & CSS examples
           This text has a color of #f2accf        
        
          <p style="color:#f2accf;">Text here</p>
        
        
          .mytext {color:#f2accf;}
        
        Text color #f2accf
      
           This box has a color of #f2accf        
        
          <div style="background-color:#f2accf;">Content here</div>
        
        
          .mybackground {background-color:#f2accf;}
        
        Background color #f2accf
      
           Border around this has a color of #f2accf        
        
          <div style="border:2px solid #f2accf;">Content here</div>
        
        
          .myborder {border:2px solid #f2accf;}
        
        Border color #f2accf