#fa4cad color space conversions
Hex:
        #fa4cad
        RGB:
        250, 76, 173
        CMY:
        2, 70, 32
        CMYK:
        0, 70, 31, 2
      HSL:
        327°, 94.5652%, 63.9216%
        HSV (HSB):
        327°, 69.6000%, 98.0392%
        XYZ:
        49.5516, 28.5100, 42.4265
        xyY:
        0.4113, 0.2366, 28.5100
      CIE-Lab:
        60.3467, 73.3364, -14.4471
        CIE-LCH:
        60.3467, 74.7459, 348.8556
        CIE-Luv:
        60.3467, 102.0294, -34.4057
        Hunter-Lab:
        53.3948, 72.2114, -9.7344
      #fa4cad color charts
#fa4cad RGB chart
      #fa4cad CMYK chart
      #fa4cad RGB pie chart
      #fa4cad color shades, tints & tones
#fa4cad color schemes
#fa4cad color preview, HTML & CSS examples
           This text has a color of #fa4cad        
        
          <p style="color:#fa4cad;">Text here</p>
        
        
          .mytext {color:#fa4cad;}
        
        Text color #fa4cad
      
           This box has a color of #fa4cad        
        
          <div style="background-color:#fa4cad;">Content here</div>
        
        
          .mybackground {background-color:#fa4cad;}
        
        Background color #fa4cad
      
           Border around this has a color of #fa4cad        
        
          <div style="border:2px solid #fa4cad;">Content here</div>
        
        
          .myborder {border:2px solid #fa4cad;}
        
        Border color #fa4cad