#fccc6d color space conversions
Hex:
        #fccc6d
        RGB:
        252, 204, 109
        CMY:
        1, 20, 57
        CMYK:
        0, 19, 57, 1
      HSL:
        40°, 95.9732%, 70.7843%
        HSV (HSB):
        40°, 56.7460%, 98.8235%
        XYZ:
        64.4981, 64.9853, 23.6120
        xyY:
        0.4213, 0.4245, 64.9853
      CIE-Lab:
        84.4762, 6.2922, 53.0763
        CIE-LCH:
        84.4762, 53.4480, 83.2391
        CIE-Luv:
        84.4762, 37.9555, 64.2635
        Hunter-Lab:
        80.6135, 1.7426, 39.0631
      #fccc6d color charts
#fccc6d RGB chart
      #fccc6d CMYK chart
      #fccc6d RGB pie chart
      #fccc6d color shades, tints & tones
#fccc6d color schemes
#fccc6d color preview, HTML & CSS examples
           This text has a color of #fccc6d        
        
          <p style="color:#fccc6d;">Text here</p>
        
        
          .mytext {color:#fccc6d;}
        
        Text color #fccc6d
      
           This box has a color of #fccc6d        
        
          <div style="background-color:#fccc6d;">Content here</div>
        
        
          .mybackground {background-color:#fccc6d;}
        
        Background color #fccc6d
      
           Border around this has a color of #fccc6d        
        
          <div style="border:2px solid #fccc6d;">Content here</div>
        
        
          .myborder {border:2px solid #fccc6d;}
        
        Border color #fccc6d