#fa0cce color space conversions
Hex:
        #fa0cce
        RGB:
        250, 12, 206
        CMY:
        2, 95, 19
        CMYK:
        0, 95, 18, 2
      HSL:
        311°, 95.9677%, 51.3725%
        HSV (HSB):
        311°, 95.2000%, 98.0392%
        XYZ:
        50.6964, 25.0432, 60.5543
        xyY:
        0.3720, 0.1837, 25.0432
      CIE-Lab:
        57.1175, 90.3311, -38.4073
        CIE-LCH:
        57.1175, 98.1572, 336.9656
        CIE-Luv:
        57.1175, 100.7500, -72.4972
        Hunter-Lab:
        50.0432, 93.2545, -36.7132
      #fa0cce color charts
#fa0cce RGB chart
      #fa0cce CMYK chart
      #fa0cce RGB pie chart
      #fa0cce color shades, tints & tones
#fa0cce color schemes
#fa0cce color preview, HTML & CSS examples
           This text has a color of #fa0cce        
        
          <p style="color:#fa0cce;">Text here</p>
        
        
          .mytext {color:#fa0cce;}
        
        Text color #fa0cce
      
           This box has a color of #fa0cce        
        
          <div style="background-color:#fa0cce;">Content here</div>
        
        
          .mybackground {background-color:#fa0cce;}
        
        Background color #fa0cce
      
           Border around this has a color of #fa0cce        
        
          <div style="border:2px solid #fa0cce;">Content here</div>
        
        
          .myborder {border:2px solid #fa0cce;}
        
        Border color #fa0cce