#ffaefe color space conversions
Hex:
        #ffaefe
        RGB:
        255, 174, 254
        CMY:
        0, 32, 0
        CMYK:
        0, 32, 0, 0
      HSL:
        301°, 100.0000%, 84.1176%
        HSV (HSB):
        301°, 31.7647%, 100.0000%
        XYZ:
        74.2654, 58.6879, 101.1796
        xyY:
        0.3172, 0.2507, 58.6879
      CIE-Lab:
        81.1197, 41.9051, -27.7198
        CIE-LCH:
        81.1197, 50.2436, 326.5158
        CIE-Luv:
        81.1197, 40.3636, -51.1582
        Hunter-Lab:
        76.6080, 38.9777, -24.6813
      #ffaefe color charts
#ffaefe RGB chart
      #ffaefe CMYK chart
      #ffaefe RGB pie chart
      #ffaefe color shades, tints & tones
#ffaefe color schemes
#ffaefe color preview, HTML & CSS examples
           This text has a color of #ffaefe        
        
          <p style="color:#ffaefe;">Text here</p>
        
        
          .mytext {color:#ffaefe;}
        
        Text color #ffaefe
      
           This box has a color of #ffaefe        
        
          <div style="background-color:#ffaefe;">Content here</div>
        
        
          .mybackground {background-color:#ffaefe;}
        
        Background color #ffaefe
      
           Border around this has a color of #ffaefe        
        
          <div style="border:2px solid #ffaefe;">Content here</div>
        
        
          .myborder {border:2px solid #ffaefe;}
        
        Border color #ffaefe