#ffc3bc color space conversions
Hex:
        #ffc3bc
        RGB:
        255, 195, 188
        CMY:
        0, 24, 26
        CMYK:
        0, 24, 26, 0
      HSL:
        6°, 100.0000%, 86.8627%
        HSV (HSB):
        6°, 26.2745%, 100.0000%
        XYZ:
        69.8322, 63.9211, 56.2344
        xyY:
        0.3676, 0.3364, 63.9211
      CIE-Lab:
        83.9246, 20.4626, 11.8200
        CIE-LCH:
        83.9246, 23.6312, 30.0124
        CIE-Luv:
        83.9246, 38.6758, 13.2364
        Hunter-Lab:
        79.9506, 15.9957, 14.2630
      #ffc3bc color charts
#ffc3bc RGB chart
      #ffc3bc CMYK chart
      #ffc3bc RGB pie chart
      #ffc3bc color shades, tints & tones
#ffc3bc color schemes
#ffc3bc color preview, HTML & CSS examples
           This text has a color of #ffc3bc        
        
          <p style="color:#ffc3bc;">Text here</p>
        
        
          .mytext {color:#ffc3bc;}
        
        Text color #ffc3bc
      
           This box has a color of #ffc3bc        
        
          <div style="background-color:#ffc3bc;">Content here</div>
        
        
          .mybackground {background-color:#ffc3bc;}
        
        Background color #ffc3bc
      
           Border around this has a color of #ffc3bc        
        
          <div style="border:2px solid #ffc3bc;">Content here</div>
        
        
          .myborder {border:2px solid #ffc3bc;}
        
        Border color #ffc3bc