#fdc3bd color space conversions
Hex:
        #fdc3bd
        RGB:
        253, 195, 189
        CMY:
        1, 24, 26
        CMYK:
        0, 23, 25, 1
      HSL:
        6°, 94.1176%, 86.6667%
        HSV (HSB):
        6°, 25.2964%, 99.2157%
        XYZ:
        69.2084, 63.5870, 56.7699
        xyY:
        0.3651, 0.3354, 63.5870
      CIE-Lab:
        83.7503, 19.8669, 11.0115
        CIE-LCH:
        83.7503, 22.7145, 28.9981
        CIE-Luv:
        83.7503, 37.1763, 12.2316
        Hunter-Lab:
        79.7414, 15.3745, 13.6090
      #fdc3bd color charts
#fdc3bd RGB chart
      #fdc3bd CMYK chart
      #fdc3bd RGB pie chart
      #fdc3bd color shades, tints & tones
#fdc3bd color schemes
#fdc3bd color preview, HTML & CSS examples
           This text has a color of #fdc3bd        
        
          <p style="color:#fdc3bd;">Text here</p>
        
        
          .mytext {color:#fdc3bd;}
        
        Text color #fdc3bd
      
           This box has a color of #fdc3bd        
        
          <div style="background-color:#fdc3bd;">Content here</div>
        
        
          .mybackground {background-color:#fdc3bd;}
        
        Background color #fdc3bd
      
           Border around this has a color of #fdc3bd        
        
          <div style="border:2px solid #fdc3bd;">Content here</div>
        
        
          .myborder {border:2px solid #fdc3bd;}
        
        Border color #fdc3bd