#ffffae color space conversions
Hex:
        #ffffae
        RGB:
        255, 255, 174
        CMY:
        0, 0, 32
        CMYK:
        0, 0, 32, 0
      HSL:
        60°, 100.0000%, 84.1176%
        HSV (HSB):
        60°, 31.7647%, 100.0000%
        XYZ:
        84.6400, 95.8360, 54.0816
        xyY:
        0.3608, 0.4086, 95.8360
      CIE-Lab:
        98.3670, -11.9200, 38.7950
        CIE-LCH:
        98.3670, 40.5850, 107.0799
        CIE-Luv:
        98.3670, 4.0340, 55.9107
        Hunter-Lab:
        97.8959, -16.9881, 35.7729
      #ffffae color charts
#ffffae RGB chart
      #ffffae CMYK chart
      #ffffae RGB pie chart
      #ffffae color shades, tints & tones
#ffffae color schemes
#ffffae color preview, HTML & CSS examples
           This text has a color of #ffffae        
        
          <p style="color:#ffffae;">Text here</p>
        
        
          .mytext {color:#ffffae;}
        
        Text color #ffffae
      
           This box has a color of #ffffae        
        
          <div style="background-color:#ffffae;">Content here</div>
        
        
          .mybackground {background-color:#ffffae;}
        
        Background color #ffffae
      
           Border around this has a color of #ffffae        
        
          <div style="border:2px solid #ffffae;">Content here</div>
        
        
          .myborder {border:2px solid #ffffae;}
        
        Border color #ffffae