#febdcd color space conversions
Hex:
        #febdcd
        RGB:
        254, 189, 205
        CMY:
        0, 26, 20
        CMYK:
        0, 26, 19, 0
      HSL:
        345°, 97.0149%, 86.8627%
        HSV (HSB):
        345°, 25.5906%, 99.6078%
        XYZ:
        70.0901, 61.8738, 66.0063
        xyY:
        0.3540, 0.3125, 61.8738
      CIE-Lab:
        82.8463, 25.6655, 1.1578
        CIE-LCH:
        82.8463, 25.6917, 2.5829
        CIE-Luv:
        82.8463, 39.3460, -3.0316
        Hunter-Lab:
        78.6599, 21.3980, 5.3096
      #febdcd color charts
#febdcd RGB chart
      #febdcd CMYK chart
      #febdcd RGB pie chart
      #febdcd color shades, tints & tones
#febdcd color schemes
#febdcd color preview, HTML & CSS examples
           This text has a color of #febdcd        
        
          <p style="color:#febdcd;">Text here</p>
        
        
          .mytext {color:#febdcd;}
        
        Text color #febdcd
      
           This box has a color of #febdcd        
        
          <div style="background-color:#febdcd;">Content here</div>
        
        
          .mybackground {background-color:#febdcd;}
        
        Background color #febdcd
      
           Border around this has a color of #febdcd        
        
          <div style="border:2px solid #febdcd;">Content here</div>
        
        
          .myborder {border:2px solid #febdcd;}
        
        Border color #febdcd