#fdfeac color space conversions
Hex:
        #fdfeac
        RGB:
        253, 254, 172
        CMY:
        1, 0, 33
        CMYK:
        0, 0, 32, 0
      HSL:
        61°, 97.6190%, 83.5294%
        HSV (HSB):
        61°, 32.2835%, 99.6078%
        XYZ:
        83.3962, 94.7448, 52.9219
        xyY:
        0.3609, 0.4100, 94.7448
      CIE-Lab:
        97.9313, -12.4099, 39.1842
        CIE-LCH:
        97.9313, 41.1024, 107.5733
        CIE-Luv:
        97.9313, 3.4528, 56.4124
        Hunter-Lab:
        97.3370, -17.4047, 35.9000
      #fdfeac color charts
#fdfeac RGB chart
      #fdfeac CMYK chart
      #fdfeac RGB pie chart
      #fdfeac color shades, tints & tones
#fdfeac color schemes
#fdfeac color preview, HTML & CSS examples
           This text has a color of #fdfeac        
        
          <p style="color:#fdfeac;">Text here</p>
        
        
          .mytext {color:#fdfeac;}
        
        Text color #fdfeac
      
           This box has a color of #fdfeac        
        
          <div style="background-color:#fdfeac;">Content here</div>
        
        
          .mybackground {background-color:#fdfeac;}
        
        Background color #fdfeac
      
           Border around this has a color of #fdfeac        
        
          <div style="border:2px solid #fdfeac;">Content here</div>
        
        
          .myborder {border:2px solid #fdfeac;}
        
        Border color #fdfeac