#fa1bac color space conversions
Hex:
        #fa1bac
        RGB:
        250, 27, 172
        CMY:
        2, 89, 33
        CMYK:
        0, 89, 31, 2
      HSL:
        321°, 95.7082%, 54.3137%
        HSV (HSB):
        321°, 89.2000%, 98.0392%
        XYZ:
        47.2627, 24.0864, 41.1878
        xyY:
        0.4200, 0.2140, 24.0864
      CIE-Lab:
        56.1742, 85.0272, -20.2055
        CIE-LCH:
        56.1742, 87.3949, 346.6324
        CIE-Luv:
        56.1742, 114.9706, -44.5119
        Hunter-Lab:
        49.0779, 86.0115, -15.4036
      #fa1bac color charts
#fa1bac RGB chart
      #fa1bac CMYK chart
      #fa1bac RGB pie chart
      #fa1bac color shades, tints & tones
#fa1bac color schemes
#fa1bac color preview, HTML & CSS examples
           This text has a color of #fa1bac        
        
          <p style="color:#fa1bac;">Text here</p>
        
        
          .mytext {color:#fa1bac;}
        
        Text color #fa1bac
      
           This box has a color of #fa1bac        
        
          <div style="background-color:#fa1bac;">Content here</div>
        
        
          .mybackground {background-color:#fa1bac;}
        
        Background color #fa1bac
      
           Border around this has a color of #fa1bac        
        
          <div style="border:2px solid #fa1bac;">Content here</div>
        
        
          .myborder {border:2px solid #fa1bac;}
        
        Border color #fa1bac