#fe0afe color space conversions
Hex:
        #fe0afe
        RGB:
        254, 10, 254
        CMY:
        0, 96, 0
        CMYK:
        0, 96, 0, 0
      HSL:
        300°, 99.1870%, 51.7647%
        HSV (HSB):
        300°, 96.0630%, 99.6078%
        XYZ:
        58.8710, 28.4437, 96.1533
        xyY:
        0.3209, 0.1550, 28.4437
      CIE-Lab:
        60.2875, 97.3854, -60.3506
        CIE-LCH:
        60.2875, 114.5692, 328.2131
        CIE-Luv:
        60.2875, 83.3964, -107.8343
        Hunter-Lab:
        53.3326, 103.7044, -69.5610
      #fe0afe color charts
#fe0afe RGB chart
      #fe0afe CMYK chart
      #fe0afe RGB pie chart
      #fe0afe color shades, tints & tones
#fe0afe color schemes
#fe0afe color preview, HTML & CSS examples
           This text has a color of #fe0afe        
        
          <p style="color:#fe0afe;">Text here</p>
        
        
          .mytext {color:#fe0afe;}
        
        Text color #fe0afe
      
           This box has a color of #fe0afe        
        
          <div style="background-color:#fe0afe;">Content here</div>
        
        
          .mybackground {background-color:#fe0afe;}
        
        Background color #fe0afe
      
           Border around this has a color of #fe0afe        
        
          <div style="border:2px solid #fe0afe;">Content here</div>
        
        
          .myborder {border:2px solid #fe0afe;}
        
        Border color #fe0afe