#fcdcaf color space conversions
Hex:
        #fcdcaf
        RGB:
        252, 220, 175
        CMY:
        1, 14, 31
        CMYK:
        0, 13, 31, 1
      HSL:
        35°, 92.7711%, 83.7255%
        HSV (HSB):
        35°, 30.5556%, 98.8235%
        XYZ:
        73.4759, 74.9770, 51.1568
        xyY:
        0.3681, 0.3756, 74.9770
      CIE-Lab:
        89.3822, 4.6531, 26.2123
        CIE-LCH:
        89.3822, 26.6221, 79.9338
        CIE-Luv:
        89.3822, 22.7848, 35.9259
        Hunter-Lab:
        86.5893, -0.0637, 25.5840
      #fcdcaf color charts
#fcdcaf RGB chart
      #fcdcaf CMYK chart
      #fcdcaf RGB pie chart
      #fcdcaf color shades, tints & tones
#fcdcaf color schemes
#fcdcaf color preview, HTML & CSS examples
           This text has a color of #fcdcaf        
        
          <p style="color:#fcdcaf;">Text here</p>
        
        
          .mytext {color:#fcdcaf;}
        
        Text color #fcdcaf
      
           This box has a color of #fcdcaf        
        
          <div style="background-color:#fcdcaf;">Content here</div>
        
        
          .mybackground {background-color:#fcdcaf;}
        
        Background color #fcdcaf
      
           Border around this has a color of #fcdcaf        
        
          <div style="border:2px solid #fcdcaf;">Content here</div>
        
        
          .myborder {border:2px solid #fcdcaf;}
        
        Border color #fcdcaf