#ffc2bf color space conversions
Hex:
        #ffc2bf
        RGB:
        255, 194, 191
        CMY:
        0, 24, 25
        CMYK:
        0, 24, 25, 0
      HSL:
        3°, 100.0000%, 87.4510%
        HSV (HSB):
        3°, 25.0980%, 100.0000%
        XYZ:
        69.9358, 63.6052, 57.8812
        xyY:
        0.3653, 0.3323, 63.6052
      CIE-Lab:
        83.7598, 21.3962, 9.9844
        CIE-LCH:
        83.7598, 23.6111, 25.0157
        CIE-Luv:
        83.7598, 38.9115, 10.4921
        Hunter-Lab:
        79.7528, 16.9603, 12.7968
      #ffc2bf color charts
#ffc2bf RGB chart
      #ffc2bf CMYK chart
      #ffc2bf RGB pie chart
      #ffc2bf color shades, tints & tones
#ffc2bf color schemes
#ffc2bf color preview, HTML & CSS examples
           This text has a color of #ffc2bf        
        
          <p style="color:#ffc2bf;">Text here</p>
        
        
          .mytext {color:#ffc2bf;}
        
        Text color #ffc2bf
      
           This box has a color of #ffc2bf        
        
          <div style="background-color:#ffc2bf;">Content here</div>
        
        
          .mybackground {background-color:#ffc2bf;}
        
        Background color #ffc2bf
      
           Border around this has a color of #ffc2bf        
        
          <div style="border:2px solid #ffc2bf;">Content here</div>
        
        
          .myborder {border:2px solid #ffc2bf;}
        
        Border color #ffc2bf