#fc3ddf color space conversions
Hex:
        #fc3ddf
        RGB:
        252, 61, 223
        CMY:
        1, 76, 13
        CMYK:
        0, 76, 12, 1
      HSL:
        309°, 96.9543%, 61.3725%
        HSV (HSB):
        309°, 75.7937%, 98.8235%
        XYZ:
        55.1329, 29.3606, 72.5734
        xyY:
        0.3510, 0.1869, 29.3606
      CIE-Lab:
        61.0986, 84.6702, -41.7752
        CIE-LCH:
        61.0986, 94.4151, 333.7389
        CIE-Luv:
        61.0986, 88.4411, -77.7297
        Hunter-Lab:
        54.1855, 86.7965, -41.4803
      #fc3ddf color charts
#fc3ddf RGB chart
      #fc3ddf CMYK chart
      #fc3ddf RGB pie chart
      #fc3ddf color shades, tints & tones
#fc3ddf color schemes
#fc3ddf color preview, HTML & CSS examples
           This text has a color of #fc3ddf        
        
          <p style="color:#fc3ddf;">Text here</p>
        
        
          .mytext {color:#fc3ddf;}
        
        Text color #fc3ddf
      
           This box has a color of #fc3ddf        
        
          <div style="background-color:#fc3ddf;">Content here</div>
        
        
          .mybackground {background-color:#fc3ddf;}
        
        Background color #fc3ddf
      
           Border around this has a color of #fc3ddf        
        
          <div style="border:2px solid #fc3ddf;">Content here</div>
        
        
          .myborder {border:2px solid #fc3ddf;}
        
        Border color #fc3ddf