#fdc2bd color space conversions
Hex:
        #fdc2bd
        RGB:
        253, 194, 189
        CMY:
        1, 24, 26
        CMYK:
        0, 23, 25, 1
      HSL:
        5°, 94.1176%, 86.6667%
        HSV (HSB):
        5°, 25.2964%, 99.2157%
        XYZ:
        68.9851, 63.1403, 56.6955
        xyY:
        0.3653, 0.3344, 63.1403
      CIE-Lab:
        83.5162, 20.3916, 10.6783
        CIE-LCH:
        83.5162, 23.0183, 27.6394
        CIE-Luv:
        83.5162, 37.7722, 11.6549
        Hunter-Lab:
        79.4609, 15.9107, 13.3191
      #fdc2bd color charts
#fdc2bd RGB chart
      #fdc2bd CMYK chart
      #fdc2bd RGB pie chart
      #fdc2bd color shades, tints & tones
#fdc2bd color schemes
#fdc2bd color preview, HTML & CSS examples
           This text has a color of #fdc2bd        
        
          <p style="color:#fdc2bd;">Text here</p>
        
        
          .mytext {color:#fdc2bd;}
        
        Text color #fdc2bd
      
           This box has a color of #fdc2bd        
        
          <div style="background-color:#fdc2bd;">Content here</div>
        
        
          .mybackground {background-color:#fdc2bd;}
        
        Background color #fdc2bd
      
           Border around this has a color of #fdc2bd        
        
          <div style="border:2px solid #fdc2bd;">Content here</div>
        
        
          .myborder {border:2px solid #fdc2bd;}
        
        Border color #fdc2bd