#fc12bd color space conversions
Hex:
        #fc12bd
        RGB:
        252, 18, 189
        CMY:
        1, 93, 26
        CMYK:
        0, 93, 25, 1
      HSL:
        316°, 97.5000%, 52.9412%
        HSV (HSB):
        316°, 92.8571%, 98.8235%
        XYZ:
        49.5465, 24.8022, 50.3200
        xyY:
        0.3974, 0.1989, 24.8022
      CIE-Lab:
        56.8822, 88.2560, -28.9698
        CIE-LCH:
        56.8822, 92.8890, 341.8277
        CIE-Luv:
        56.8822, 109.6726, -58.0185
        Hunter-Lab:
        49.8018, 90.4318, -25.0457
      #fc12bd color charts
#fc12bd RGB chart
      #fc12bd CMYK chart
      #fc12bd RGB pie chart
      #fc12bd color shades, tints & tones
#fc12bd color schemes
#fc12bd color preview, HTML & CSS examples
           This text has a color of #fc12bd        
        
          <p style="color:#fc12bd;">Text here</p>
        
        
          .mytext {color:#fc12bd;}
        
        Text color #fc12bd
      
           This box has a color of #fc12bd        
        
          <div style="background-color:#fc12bd;">Content here</div>
        
        
          .mybackground {background-color:#fc12bd;}
        
        Background color #fc12bd
      
           Border around this has a color of #fc12bd        
        
          <div style="border:2px solid #fc12bd;">Content here</div>
        
        
          .myborder {border:2px solid #fc12bd;}
        
        Border color #fc12bd