#fd01ec color space conversions
Hex:
        #fd01ec
        RGB:
        253, 1, 236
        CMY:
        1, 100, 7
        CMYK:
        0, 100, 7, 1
      HSL:
        304°, 99.2126%, 49.8039%
        HSV (HSB):
        304°, 99.6047%, 99.2157%
        XYZ:
        55.6592, 26.9605, 81.6272
        xyY:
        0.3389, 0.1641, 26.9605
      CIE-Lab:
        58.9377, 95.3069, -52.4831
        CIE-LCH:
        58.9377, 108.8021, 331.1596
        CIE-Luv:
        58.9377, 90.3954, -95.1107
        Hunter-Lab:
        51.9235, 100.4763, -56.8614
      #fd01ec color charts
#fd01ec RGB chart
      #fd01ec CMYK chart
      #fd01ec RGB pie chart
      #fd01ec color shades, tints & tones
#fd01ec color schemes
#fd01ec color preview, HTML & CSS examples
           This text has a color of #fd01ec        
        
          <p style="color:#fd01ec;">Text here</p>
        
        
          .mytext {color:#fd01ec;}
        
        Text color #fd01ec
      
           This box has a color of #fd01ec        
        
          <div style="background-color:#fd01ec;">Content here</div>
        
        
          .mybackground {background-color:#fd01ec;}
        
        Background color #fd01ec
      
           Border around this has a color of #fd01ec        
        
          <div style="border:2px solid #fd01ec;">Content here</div>
        
        
          .myborder {border:2px solid #fd01ec;}
        
        Border color #fd01ec