#fd01aa color space conversions
Hex:
        #fd01aa
        RGB:
        253, 1, 170
        CMY:
        1, 100, 33
        CMYK:
        0, 100, 33, 1
      HSL:
        320°, 99.2126%, 49.8039%
        HSV (HSB):
        320°, 99.6047%, 99.2157%
        XYZ:
        47.7746, 23.8066, 40.1073
        xyY:
        0.4277, 0.2132, 23.8066
      CIE-Lab:
        55.8937, 87.6614, -19.4131
        CIE-LCH:
        55.8937, 89.7852, 347.5131
        CIE-Luv:
        55.8937, 120.6338, -43.8695
        Hunter-Lab:
        48.7920, 89.3916, -14.5823
      #fd01aa color charts
#fd01aa RGB chart
      #fd01aa CMYK chart
      #fd01aa RGB pie chart
      #fd01aa color shades, tints & tones
#fd01aa color schemes
#fd01aa color preview, HTML & CSS examples
           This text has a color of #fd01aa        
        
          <p style="color:#fd01aa;">Text here</p>
        
        
          .mytext {color:#fd01aa;}
        
        Text color #fd01aa
      
           This box has a color of #fd01aa        
        
          <div style="background-color:#fd01aa;">Content here</div>
        
        
          .mybackground {background-color:#fd01aa;}
        
        Background color #fd01aa
      
           Border around this has a color of #fd01aa        
        
          <div style="border:2px solid #fd01aa;">Content here</div>
        
        
          .myborder {border:2px solid #fd01aa;}
        
        Border color #fd01aa