#faed4e color space conversions
Hex:
        #faed4e
        RGB:
        250, 237, 78
        CMY:
        2, 7, 69
        CMYK:
        0, 5, 69, 2
      HSL:
        55°, 94.5055%, 64.3137%
        HSV (HSB):
        55°, 68.8000%, 98.0392%
        XYZ:
        71.0837, 81.4424, 19.1812
        xyY:
        0.4140, 0.4743, 81.4424
      CIE-Lab:
        92.3282, -13.0804, 74.6566
        CIE-LCH:
        92.3282, 75.7938, 99.9378
        CIE-Luv:
        92.3282, 15.2883, 89.4285
        Hunter-Lab:
        90.2455, -17.3304, 50.5701
      #faed4e color charts
#faed4e RGB chart
      #faed4e CMYK chart
      #faed4e RGB pie chart
      #faed4e color shades, tints & tones
#faed4e color schemes
#faed4e color preview, HTML & CSS examples
           This text has a color of #faed4e        
        
          <p style="color:#faed4e;">Text here</p>
        
        
          .mytext {color:#faed4e;}
        
        Text color #faed4e
      
           This box has a color of #faed4e        
        
          <div style="background-color:#faed4e;">Content here</div>
        
        
          .mybackground {background-color:#faed4e;}
        
        Background color #faed4e
      
           Border around this has a color of #faed4e        
        
          <div style="border:2px solid #faed4e;">Content here</div>
        
        
          .myborder {border:2px solid #faed4e;}
        
        Border color #faed4e