#fa11ce color space conversions
Hex:
        #fa11ce
        RGB:
        250, 17, 206
        CMY:
        2, 93, 19
        CMYK:
        0, 93, 18, 2
      HSL:
        311°, 95.8848%, 52.3529%
        HSV (HSB):
        311°, 93.2000%, 98.0392%
        XYZ:
        50.7654, 25.1811, 60.5773
        xyY:
        0.3718, 0.1844, 25.1811
      CIE-Lab:
        57.2515, 89.9373, -38.1971
        CIE-LCH:
        57.2515, 97.7125, 336.9887
        CIE-Luv:
        57.2515, 100.4250, -72.1509
        Hunter-Lab:
        50.1808, 92.7630, -36.4472
      #fa11ce color charts
#fa11ce RGB chart
      #fa11ce CMYK chart
      #fa11ce RGB pie chart
      #fa11ce color shades, tints & tones
#fa11ce color schemes
#fa11ce color preview, HTML & CSS examples
           This text has a color of #fa11ce        
        
          <p style="color:#fa11ce;">Text here</p>
        
        
          .mytext {color:#fa11ce;}
        
        Text color #fa11ce
      
           This box has a color of #fa11ce        
        
          <div style="background-color:#fa11ce;">Content here</div>
        
        
          .mybackground {background-color:#fa11ce;}
        
        Background color #fa11ce
      
           Border around this has a color of #fa11ce        
        
          <div style="border:2px solid #fa11ce;">Content here</div>
        
        
          .myborder {border:2px solid #fa11ce;}
        
        Border color #fa11ce