#fc1aca color space conversions
Hex:
        #fc1aca
        RGB:
        252, 26, 202
        CMY:
        1, 90, 21
        CMYK:
        0, 90, 20, 1
      HSL:
        313°, 97.4138%, 54.5098%
        HSV (HSB):
        313°, 89.6825%, 98.8235%
        XYZ:
        51.1749, 25.6985, 58.1402
        xyY:
        0.3790, 0.1903, 25.6985
      CIE-Lab:
        57.7498, 88.8776, -35.1018
        CIE-LCH:
        57.7498, 95.5581, 338.4487
        CIE-Luv:
        57.7498, 102.9607, -67.4500
        Hunter-Lab:
        50.6937, 91.4806, -32.5137
      #fc1aca color charts
#fc1aca RGB chart
      #fc1aca CMYK chart
      #fc1aca RGB pie chart
      #fc1aca color shades, tints & tones
#fc1aca color schemes
#fc1aca color preview, HTML & CSS examples
           This text has a color of #fc1aca        
        
          <p style="color:#fc1aca;">Text here</p>
        
        
          .mytext {color:#fc1aca;}
        
        Text color #fc1aca
      
           This box has a color of #fc1aca        
        
          <div style="background-color:#fc1aca;">Content here</div>
        
        
          .mybackground {background-color:#fc1aca;}
        
        Background color #fc1aca
      
           Border around this has a color of #fc1aca        
        
          <div style="border:2px solid #fc1aca;">Content here</div>
        
        
          .myborder {border:2px solid #fc1aca;}
        
        Border color #fc1aca