#feb3cb color space conversions
Hex:
        #feb3cb
        RGB:
        254, 179, 203
        CMY:
        0, 30, 20
        CMYK:
        0, 30, 20, 0
      HSL:
        341°, 97.4026%, 84.9020%
        HSV (HSB):
        341°, 29.5276%, 99.6078%
        XYZ:
        67.7726, 57.6228, 64.0502
        xyY:
        0.3577, 0.3042, 57.6228
      CIE-Lab:
        80.5286, 30.6208, -1.1493
        CIE-LCH:
        80.5286, 30.6424, 357.8506
        CIE-Luv:
        80.5286, 45.3159, -7.3832
        Hunter-Lab:
        75.9097, 26.5239, 3.1097
      #feb3cb color charts
#feb3cb RGB chart
      #feb3cb CMYK chart
      #feb3cb RGB pie chart
      #feb3cb color shades, tints & tones
#feb3cb color schemes
#feb3cb color preview, HTML & CSS examples
           This text has a color of #feb3cb        
        
          <p style="color:#feb3cb;">Text here</p>
        
        
          .mytext {color:#feb3cb;}
        
        Text color #feb3cb
      
           This box has a color of #feb3cb        
        
          <div style="background-color:#feb3cb;">Content here</div>
        
        
          .mybackground {background-color:#feb3cb;}
        
        Background color #feb3cb
      
           Border around this has a color of #feb3cb        
        
          <div style="border:2px solid #feb3cb;">Content here</div>
        
        
          .myborder {border:2px solid #feb3cb;}
        
        Border color #feb3cb