#fc2cdf color space conversions
Hex:
        #fc2cdf
        RGB:
        252, 44, 223
        CMY:
        1, 83, 13
        CMYK:
        0, 83, 12, 1
      HSL:
        308°, 97.1963%, 58.0392%
        HSV (HSB):
        308°, 82.5397%, 98.8235%
        XYZ:
        54.3648, 27.8245, 72.3174
        xyY:
        0.3519, 0.1801, 27.8245
      CIE-Lab:
        59.7299, 88.6245, -43.9294
        CIE-LCH:
        59.7299, 98.9146, 333.6333
        CIE-Luv:
        59.7299, 91.5640, -81.3097
        Hunter-Lab:
        52.7490, 91.6574, -44.3607
      #fc2cdf color charts
#fc2cdf RGB chart
      #fc2cdf CMYK chart
      #fc2cdf RGB pie chart
      #fc2cdf color shades, tints & tones
#fc2cdf color schemes
#fc2cdf color preview, HTML & CSS examples
           This text has a color of #fc2cdf        
        
          <p style="color:#fc2cdf;">Text here</p>
        
        
          .mytext {color:#fc2cdf;}
        
        Text color #fc2cdf
      
           This box has a color of #fc2cdf        
        
          <div style="background-color:#fc2cdf;">Content here</div>
        
        
          .mybackground {background-color:#fc2cdf;}
        
        Background color #fc2cdf
      
           Border around this has a color of #fc2cdf        
        
          <div style="border:2px solid #fc2cdf;">Content here</div>
        
        
          .myborder {border:2px solid #fc2cdf;}
        
        Border color #fc2cdf