#fa99bc color space conversions
Hex:
        #fa99bc
        RGB:
        250, 153, 188
        CMY:
        2, 40, 26
        CMYK:
        0, 39, 25, 2
      HSL:
        338°, 90.6542%, 79.0196%
        HSV (HSB):
        338°, 38.8000%, 98.0392%
        XYZ:
        59.8927, 46.7373, 53.4415
        xyY:
        0.3742, 0.2920, 46.7373
      CIE-Lab:
        74.0214, 40.6388, -2.5528
        CIE-LCH:
        74.0214, 40.7189, 356.4056
        CIE-Luv:
        74.0214, 59.8559, -11.3136
        Hunter-Lab:
        68.3647, 36.7414, 1.5076
      #fa99bc color charts
#fa99bc RGB chart
      #fa99bc CMYK chart
      #fa99bc RGB pie chart
      #fa99bc color shades, tints & tones
#fa99bc color schemes
#fa99bc color preview, HTML & CSS examples
           This text has a color of #fa99bc        
        
          <p style="color:#fa99bc;">Text here</p>
        
        
          .mytext {color:#fa99bc;}
        
        Text color #fa99bc
      
           This box has a color of #fa99bc        
        
          <div style="background-color:#fa99bc;">Content here</div>
        
        
          .mybackground {background-color:#fa99bc;}
        
        Background color #fa99bc
      
           Border around this has a color of #fa99bc        
        
          <div style="border:2px solid #fa99bc;">Content here</div>
        
        
          .myborder {border:2px solid #fa99bc;}
        
        Border color #fa99bc