#feffe1 color space conversions
Hex:
        #feffe1
        RGB:
        254, 255, 225
        CMY:
        0, 0, 12
        CMYK:
        0, 0, 12, 0
      HSL:
        62°, 100.0000%, 94.1176%
        HSV (HSB):
        62°, 11.7647%, 100.0000%
        XYZ:
        90.2237, 98.0271, 85.4000
        xyY:
        0.3297, 0.3582, 98.0271
      CIE-Lab:
        99.2321, -5.2950, 14.2328
        CIE-LCH:
        99.2321, 15.1858, 110.4066
        CIE-Luv:
        99.2321, 1.0320, 22.2642
        Hunter-Lab:
        99.0086, -10.6033, 18.1654
      #feffe1 color charts
#feffe1 RGB chart
      #feffe1 CMYK chart
      #feffe1 RGB pie chart
      #feffe1 color shades, tints & tones
#feffe1 color schemes
#feffe1 color preview, HTML & CSS examples
           This text has a color of #feffe1        
        
          <p style="color:#feffe1;">Text here</p>
        
        
          .mytext {color:#feffe1;}
        
        Text color #feffe1
      
           This box has a color of #feffe1        
        
          <div style="background-color:#feffe1;">Content here</div>
        
        
          .mybackground {background-color:#feffe1;}
        
        Background color #feffe1
      
           Border around this has a color of #feffe1        
        
          <div style="border:2px solid #feffe1;">Content here</div>
        
        
          .myborder {border:2px solid #feffe1;}
        
        Border color #feffe1