#fd04ed color space conversions
Hex:
        #fd04ed
        RGB:
        253, 4, 237
        CMY:
        1, 98, 7
        CMYK:
        0, 98, 6, 1
      HSL:
        304°, 98.4190%, 50.3922%
        HSV (HSB):
        304°, 98.4190%, 99.2157%
        XYZ:
        55.8375, 27.0839, 82.4055
        xyY:
        0.3377, 0.1638, 27.0839
      CIE-Lab:
        59.0519, 95.2610, -52.8618
        CIE-LCH:
        59.0519, 108.9451, 330.9734
        CIE-Luv:
        59.0519, 89.8506, -95.7187
        Hunter-Lab:
        52.0422, 100.4437, -57.4524
      #fd04ed color charts
#fd04ed RGB chart
      #fd04ed CMYK chart
      #fd04ed RGB pie chart
      #fd04ed color shades, tints & tones
#fd04ed color schemes
#fd04ed color preview, HTML & CSS examples
           This text has a color of #fd04ed        
        
          <p style="color:#fd04ed;">Text here</p>
        
        
          .mytext {color:#fd04ed;}
        
        Text color #fd04ed
      
           This box has a color of #fd04ed        
        
          <div style="background-color:#fd04ed;">Content here</div>
        
        
          .mybackground {background-color:#fd04ed;}
        
        Background color #fd04ed
      
           Border around this has a color of #fd04ed        
        
          <div style="border:2px solid #fd04ed;">Content here</div>
        
        
          .myborder {border:2px solid #fd04ed;}
        
        Border color #fd04ed