#f5baca color space conversions
Hex:
        #f5baca
        RGB:
        245, 186, 202
        CMY:
        4, 27, 21
        CMYK:
        0, 24, 18, 4
      HSL:
        344°, 74.6835%, 84.5098%
        HSV (HSB):
        344°, 24.0816%, 96.0784%
        XYZ:
        65.8758, 58.7946, 63.7536
        xyY:
        0.3496, 0.3120, 58.7946
      CIE-Lab:
        81.1785, 23.6125, 0.2304
        CIE-LCH:
        81.1785, 23.6137, 0.5590
        CIE-Luv:
        81.1785, 35.3480, -3.9929
        Hunter-Lab:
        76.6776, 19.1683, 4.3777
      #f5baca color charts
#f5baca RGB chart
      #f5baca CMYK chart
      #f5baca RGB pie chart
      #f5baca color shades, tints & tones
#f5baca color schemes
#f5baca color preview, HTML & CSS examples
           This text has a color of #f5baca        
        
          <p style="color:#f5baca;">Text here</p>
        
        
          .mytext {color:#f5baca;}
        
        Text color #f5baca
      
           This box has a color of #f5baca        
        
          <div style="background-color:#f5baca;">Content here</div>
        
        
          .mybackground {background-color:#f5baca;}
        
        Background color #f5baca
      
           Border around this has a color of #f5baca        
        
          <div style="border:2px solid #f5baca;">Content here</div>
        
        
          .myborder {border:2px solid #f5baca;}
        
        Border color #f5baca