#feb3ef color space conversions
Hex:
        #feb3ef
        RGB:
        254, 179, 239
        CMY:
        0, 30, 6
        CMYK:
        0, 30, 6, 0
      HSL:
        312°, 97.4026%, 84.9020%
        HSV (HSB):
        312°, 29.5276%, 99.6078%
        XYZ:
        72.5731, 59.5430, 89.3293
        xyY:
        0.3277, 0.2689, 59.5430
      CIE-Lab:
        81.5892, 36.3566, -18.9724
        CIE-LCH:
        81.5892, 41.0093, 332.4425
        CIE-Luv:
        81.5892, 39.7337, -36.0248
        Hunter-Lab:
        77.1641, 32.8427, -14.6224
      #feb3ef color charts
#feb3ef RGB chart
      #feb3ef CMYK chart
      #feb3ef RGB pie chart
      #feb3ef color shades, tints & tones
#feb3ef color schemes
#feb3ef color preview, HTML & CSS examples
           This text has a color of #feb3ef        
        
          <p style="color:#feb3ef;">Text here</p>
        
        
          .mytext {color:#feb3ef;}
        
        Text color #feb3ef
      
           This box has a color of #feb3ef        
        
          <div style="background-color:#feb3ef;">Content here</div>
        
        
          .mybackground {background-color:#feb3ef;}
        
        Background color #feb3ef
      
           Border around this has a color of #feb3ef        
        
          <div style="border:2px solid #feb3ef;">Content here</div>
        
        
          .myborder {border:2px solid #feb3ef;}
        
        Border color #feb3ef