#fddacc color space conversions
Hex:
        #fddacc
        RGB:
        253, 218, 204
        CMY:
        1, 15, 20
        CMYK:
        0, 14, 19, 1
      HSL:
        17°, 92.4528%, 89.6078%
        HSV (HSB):
        17°, 19.3676%, 99.2157%
        XYZ:
        76.4785, 75.3851, 67.6467
        xyY:
        0.3484, 0.3434, 75.3851
      CIE-Lab:
        89.5731, 9.9980, 11.3650
        CIE-LCH:
        89.5731, 15.1368, 48.6614
        CIE-Luv:
        89.5731, 22.2299, 14.8801
        Hunter-Lab:
        86.8246, 5.2868, 14.5833
      #fddacc color charts
#fddacc RGB chart
      #fddacc CMYK chart
      #fddacc RGB pie chart
      #fddacc color shades, tints & tones
#fddacc color schemes
#fddacc color preview, HTML & CSS examples
           This text has a color of #fddacc        
        
          <p style="color:#fddacc;">Text here</p>
        
        
          .mytext {color:#fddacc;}
        
        Text color #fddacc
      
           This box has a color of #fddacc        
        
          <div style="background-color:#fddacc;">Content here</div>
        
        
          .mybackground {background-color:#fddacc;}
        
        Background color #fddacc
      
           Border around this has a color of #fddacc        
        
          <div style="border:2px solid #fddacc;">Content here</div>
        
        
          .myborder {border:2px solid #fddacc;}
        
        Border color #fddacc