#feb6bc color space conversions
Hex:
        #feb6bc
        RGB:
        254, 182, 188
        CMY:
        0, 29, 26
        CMYK:
        0, 28, 26, 0
      HSL:
        355°, 97.2973%, 85.4902%
        HSV (HSB):
        355°, 28.3465%, 99.6078%
        XYZ:
        66.6781, 58.1576, 55.2882
        xyY:
        0.3702, 0.3229, 58.1576
      CIE-Lab:
        80.8263, 26.9199, 7.3831
        CIE-LCH:
        80.8263, 27.9140, 15.3370
        CIE-Luv:
        80.8263, 45.7592, 5.6588
        Hunter-Lab:
        76.2611, 22.6127, 10.3984
      #feb6bc color charts
#feb6bc RGB chart
      #feb6bc CMYK chart
      #feb6bc RGB pie chart
      #feb6bc color shades, tints & tones
#feb6bc color schemes
#feb6bc color preview, HTML & CSS examples
           This text has a color of #feb6bc        
        
          <p style="color:#feb6bc;">Text here</p>
        
        
          .mytext {color:#feb6bc;}
        
        Text color #feb6bc
      
           This box has a color of #feb6bc        
        
          <div style="background-color:#feb6bc;">Content here</div>
        
        
          .mybackground {background-color:#feb6bc;}
        
        Background color #feb6bc
      
           Border around this has a color of #feb6bc        
        
          <div style="border:2px solid #feb6bc;">Content here</div>
        
        
          .myborder {border:2px solid #feb6bc;}
        
        Border color #feb6bc