#fe1ace color space conversions
Hex:
        #fe1ace
        RGB:
        254, 26, 206
        CMY:
        0, 90, 19
        CMYK:
        0, 90, 19, 0
      HSL:
        313°, 99.1304%, 54.9020%
        HSV (HSB):
        313°, 89.7638%, 99.6078%
        XYZ:
        52.3830, 26.2659, 60.7014
        xyY:
        0.3759, 0.1885, 26.2659
      CIE-Lab:
        58.2885, 89.7312, -36.5213
        CIE-LCH:
        58.2885, 96.8787, 337.8533
        CIE-Luv:
        58.2885, 102.7191, -69.8642
        Hunter-Lab:
        51.2502, 92.7576, -34.3487
      #fe1ace color charts
#fe1ace RGB chart
      #fe1ace CMYK chart
      #fe1ace RGB pie chart
      #fe1ace color shades, tints & tones
#fe1ace color schemes
#fe1ace color preview, HTML & CSS examples
           This text has a color of #fe1ace        
        
          <p style="color:#fe1ace;">Text here</p>
        
        
          .mytext {color:#fe1ace;}
        
        Text color #fe1ace
      
           This box has a color of #fe1ace        
        
          <div style="background-color:#fe1ace;">Content here</div>
        
        
          .mybackground {background-color:#fe1ace;}
        
        Background color #fe1ace
      
           Border around this has a color of #fe1ace        
        
          <div style="border:2px solid #fe1ace;">Content here</div>
        
        
          .myborder {border:2px solid #fe1ace;}
        
        Border color #fe1ace