#fc04be color space conversions
Hex:
        #fc04be
        RGB:
        252, 4, 190
        CMY:
        1, 98, 25
        CMYK:
        0, 98, 25, 1
      HSL:
        315°, 97.6378%, 50.1961%
        HSV (HSB):
        315°, 98.4127%, 98.8235%
        XYZ:
        49.4826, 24.5000, 50.8361
        xyY:
        0.3964, 0.1963, 24.5000
      CIE-Lab:
        56.5850, 89.3640, -30.0091
        CIE-LCH:
        56.5850, 94.2681, 341.4375
        CIE-Luv:
        56.5850, 110.1323, -59.6932
        Hunter-Lab:
        49.4975, 91.8257, -26.2453
      #fc04be color charts
#fc04be RGB chart
      #fc04be CMYK chart
      #fc04be RGB pie chart
      #fc04be color shades, tints & tones
#fc04be color schemes
#fc04be color preview, HTML & CSS examples
           This text has a color of #fc04be        
        
          <p style="color:#fc04be;">Text here</p>
        
        
          .mytext {color:#fc04be;}
        
        Text color #fc04be
      
           This box has a color of #fc04be        
        
          <div style="background-color:#fc04be;">Content here</div>
        
        
          .mybackground {background-color:#fc04be;}
        
        Background color #fc04be
      
           Border around this has a color of #fc04be        
        
          <div style="border:2px solid #fc04be;">Content here</div>
        
        
          .myborder {border:2px solid #fc04be;}
        
        Border color #fc04be