#ffa1bc color space conversions
Hex:
        #ffa1bc
        RGB:
        255, 161, 188
        CMY:
        0, 37, 26
        CMYK:
        0, 37, 26, 0
      HSL:
        343°, 100.0000%, 81.5686%
        HSV (HSB):
        343°, 36.8627%, 100.0000%
        XYZ:
        63.0620, 50.3806, 53.9776
        xyY:
        0.3767, 0.3009, 50.3806
      CIE-Lab:
        76.3023, 38.2390, 0.8539
        CIE-LCH:
        76.3023, 38.2485, 1.2792
        CIE-Luv:
        76.3023, 58.8922, -5.9411
        Hunter-Lab:
        70.9793, 34.3757, 4.5972
      #ffa1bc color charts
#ffa1bc RGB chart
      #ffa1bc CMYK chart
      #ffa1bc RGB pie chart
      #ffa1bc color shades, tints & tones
#ffa1bc color schemes
#ffa1bc color preview, HTML & CSS examples
           This text has a color of #ffa1bc        
        
          <p style="color:#ffa1bc;">Text here</p>
        
        
          .mytext {color:#ffa1bc;}
        
        Text color #ffa1bc
      
           This box has a color of #ffa1bc        
        
          <div style="background-color:#ffa1bc;">Content here</div>
        
        
          .mybackground {background-color:#ffa1bc;}
        
        Background color #ffa1bc
      
           Border around this has a color of #ffa1bc        
        
          <div style="border:2px solid #ffa1bc;">Content here</div>
        
        
          .myborder {border:2px solid #ffa1bc;}
        
        Border color #ffa1bc