#feaded color space conversions
Hex:
        #feaded
        RGB:
        254, 173, 237
        CMY:
        0, 32, 7
        CMYK:
        0, 32, 7, 0
      HSL:
        313°, 97.5904%, 83.7255%
        HSV (HSB):
        313°, 31.8898%, 99.6078%
        XYZ:
        71.1027, 57.0724, 87.3893
        xyY:
        0.3298, 0.2648, 57.0724
      CIE-Lab:
        80.2203, 39.1493, -19.9673
        CIE-LCH:
        80.2203, 43.9473, 332.9771
        CIE-Luv:
        80.2203, 43.0600, -38.0258
        Hunter-Lab:
        75.5463, 35.7947, -15.7022
      #feaded color charts
#feaded RGB chart
      #feaded CMYK chart
      #feaded RGB pie chart
      #feaded color shades, tints & tones
#feaded color schemes
#feaded color preview, HTML & CSS examples
           This text has a color of #feaded        
        
          <p style="color:#feaded;">Text here</p>
        
        
          .mytext {color:#feaded;}
        
        Text color #feaded
      
           This box has a color of #feaded        
        
          <div style="background-color:#feaded;">Content here</div>
        
        
          .mybackground {background-color:#feaded;}
        
        Background color #feaded
      
           Border around this has a color of #feaded        
        
          <div style="border:2px solid #feaded;">Content here</div>
        
        
          .myborder {border:2px solid #feaded;}
        
        Border color #feaded