#fe5cae color space conversions
Hex:
        #fe5cae
        RGB:
        254, 92, 174
        CMY:
        0, 64, 32
        CMYK:
        0, 64, 31, 0
      HSL:
        330°, 98.7805%, 67.8431%
        HSV (HSB):
        330°, 63.7795%, 99.6078%
        XYZ:
        52.3402, 31.7811, 43.4201
        xyY:
        0.4104, 0.2492, 31.7811
      CIE-Lab:
        63.1616, 68.6150, -10.7256
        CIE-LCH:
        63.1616, 69.4482, 351.1157
        CIE-Luv:
        63.1616, 98.2872, -28.3351
        Hunter-Lab:
        56.3747, 67.0695, -6.2032
      #fe5cae color charts
#fe5cae RGB chart
      #fe5cae CMYK chart
      #fe5cae RGB pie chart
      #fe5cae color shades, tints & tones
#fe5cae color schemes
#fe5cae color preview, HTML & CSS examples
           This text has a color of #fe5cae        
        
          <p style="color:#fe5cae;">Text here</p>
        
        
          .mytext {color:#fe5cae;}
        
        Text color #fe5cae
      
           This box has a color of #fe5cae        
        
          <div style="background-color:#fe5cae;">Content here</div>
        
        
          .mybackground {background-color:#fe5cae;}
        
        Background color #fe5cae
      
           Border around this has a color of #fe5cae        
        
          <div style="border:2px solid #fe5cae;">Content here</div>
        
        
          .myborder {border:2px solid #fe5cae;}
        
        Border color #fe5cae