#fed56e color space conversions
Hex:
        #fed56e
        RGB:
        254, 213, 110
        CMY:
        0, 16, 57
        CMYK:
        0, 16, 57, 0
      HSL:
        43°, 98.6301%, 71.3725%
        HSV (HSB):
        43°, 56.6929%, 99.6078%
        XYZ:
        67.4818, 69.7851, 24.6651
        xyY:
        0.4167, 0.4310, 69.7851
      CIE-Lab:
        86.8914, 2.5553, 55.4801
        CIE-LCH:
        86.8914, 55.5389, 87.3630
        CIE-Luv:
        86.8914, 33.1229, 68.0305
        Hunter-Lab:
        83.5375, -1.9979, 40.9704
      #fed56e color charts
#fed56e RGB chart
      #fed56e CMYK chart
      #fed56e RGB pie chart
      #fed56e color shades, tints & tones
#fed56e color schemes
#fed56e color preview, HTML & CSS examples
           This text has a color of #fed56e        
        
          <p style="color:#fed56e;">Text here</p>
        
        
          .mytext {color:#fed56e;}
        
        Text color #fed56e
      
           This box has a color of #fed56e        
        
          <div style="background-color:#fed56e;">Content here</div>
        
        
          .mybackground {background-color:#fed56e;}
        
        Background color #fed56e
      
           Border around this has a color of #fed56e        
        
          <div style="border:2px solid #fed56e;">Content here</div>
        
        
          .myborder {border:2px solid #fed56e;}
        
        Border color #fed56e