#febecd color space conversions
Hex:
        #febecd
        RGB:
        254, 190, 205
        CMY:
        0, 25, 20
        CMYK:
        0, 25, 19, 0
      HSL:
        346°, 96.9697%, 87.0588%
        HSV (HSB):
        346°, 25.1969%, 99.6078%
        XYZ:
        70.3060, 62.3055, 66.0782
        xyY:
        0.3538, 0.3136, 62.3055
      CIE-Lab:
        83.0756, 25.1402, 1.4918
        CIE-LCH:
        83.0756, 25.1844, 3.3958
        CIE-Luv:
        83.0756, 38.7767, -2.4387
        Hunter-Lab:
        78.9338, 20.8548, 5.6200
      #febecd color charts
#febecd RGB chart
      #febecd CMYK chart
      #febecd RGB pie chart
      #febecd color shades, tints & tones
#febecd color schemes
#febecd color preview, HTML & CSS examples
           This text has a color of #febecd        
        
          <p style="color:#febecd;">Text here</p>
        
        
          .mytext {color:#febecd;}
        
        Text color #febecd
      
           This box has a color of #febecd        
        
          <div style="background-color:#febecd;">Content here</div>
        
        
          .mybackground {background-color:#febecd;}
        
        Background color #febecd
      
           Border around this has a color of #febecd        
        
          <div style="border:2px solid #febecd;">Content here</div>
        
        
          .myborder {border:2px solid #febecd;}
        
        Border color #febecd