#feafde color space conversions
Hex:
        #feafde
        RGB:
        254, 175, 222
        CMY:
        0, 31, 13
        CMYK:
        0, 31, 13, 0
      HSL:
        324°, 97.5309%, 84.1176%
        HSV (HSB):
        324°, 31.1024%, 99.6078%
        XYZ:
        69.3878, 57.0047, 76.4531
        xyY:
        0.3421, 0.2810, 57.0047
      CIE-Lab:
        80.1822, 35.6347, -11.9317
        CIE-LCH:
        80.1822, 37.5792, 341.4877
        CIE-Luv:
        80.1822, 44.5203, -24.6923
        Hunter-Lab:
        75.5015, 31.9187, -7.1863
      #feafde color charts
#feafde RGB chart
      #feafde CMYK chart
      #feafde RGB pie chart
      #feafde color shades, tints & tones
#feafde color schemes
#feafde color preview, HTML & CSS examples
           This text has a color of #feafde        
        
          <p style="color:#feafde;">Text here</p>
        
        
          .mytext {color:#feafde;}
        
        Text color #feafde
      
           This box has a color of #feafde        
        
          <div style="background-color:#feafde;">Content here</div>
        
        
          .mybackground {background-color:#feafde;}
        
        Background color #feafde
      
           Border around this has a color of #feafde        
        
          <div style="border:2px solid #feafde;">Content here</div>
        
        
          .myborder {border:2px solid #feafde;}
        
        Border color #feafde