#fc5bac color space conversions
Hex:
        #fc5bac
        RGB:
        252, 91, 172
        CMY:
        1, 64, 33
        CMYK:
        0, 64, 32, 1
      HSL:
        330°, 96.4072%, 67.2549%
        HSV (HSB):
        330°, 63.8889%, 98.8235%
        XYZ:
        51.3324, 31.1562, 42.3380
        xyY:
        0.4112, 0.2496, 31.1562
      CIE-Lab:
        62.6393, 68.2188, -10.3928
        CIE-LCH:
        62.6393, 69.0059, 351.3379
        CIE-Luv:
        62.6393, 97.8482, -27.7377
        Hunter-Lab:
        55.8177, 66.4752, -5.8993
      #fc5bac color charts
#fc5bac RGB chart
      #fc5bac CMYK chart
      #fc5bac RGB pie chart
      #fc5bac color shades, tints & tones
#fc5bac color schemes
#fc5bac color preview, HTML & CSS examples
           This text has a color of #fc5bac        
        
          <p style="color:#fc5bac;">Text here</p>
        
        
          .mytext {color:#fc5bac;}
        
        Text color #fc5bac
      
           This box has a color of #fc5bac        
        
          <div style="background-color:#fc5bac;">Content here</div>
        
        
          .mybackground {background-color:#fc5bac;}
        
        Background color #fc5bac
      
           Border around this has a color of #fc5bac        
        
          <div style="border:2px solid #fc5bac;">Content here</div>
        
        
          .myborder {border:2px solid #fc5bac;}
        
        Border color #fc5bac