#ff95a1 color space conversions
Hex:
        #ff95a1
        RGB:
        255, 149, 161
        CMY:
        0, 42, 37
        CMYK:
        0, 42, 37, 0
      HSL:
        353°, 100.0000%, 79.2157%
        HSV (HSB):
        353°, 41.5686%, 100.0000%
        XYZ:
        58.4205, 45.3281, 39.3883
        xyY:
        0.4081, 0.3167, 45.3281
      CIE-Lab:
        73.1074, 41.0370, 11.1277
        CIE-LCH:
        73.1074, 42.5189, 15.1717
        CIE-Luv:
        73.1074, 71.2716, 7.5672
        Hunter-Lab:
        67.3261, 37.0679, 12.4414
      #ff95a1 color charts
#ff95a1 RGB chart
      #ff95a1 CMYK chart
      #ff95a1 RGB pie chart
      #ff95a1 color shades, tints & tones
#ff95a1 color schemes
#ff95a1 color preview, HTML & CSS examples
           This text has a color of #ff95a1        
        
          <p style="color:#ff95a1;">Text here</p>
        
        
          .mytext {color:#ff95a1;}
        
        Text color #ff95a1
      
           This box has a color of #ff95a1        
        
          <div style="background-color:#ff95a1;">Content here</div>
        
        
          .mybackground {background-color:#ff95a1;}
        
        Background color #ff95a1
      
           Border around this has a color of #ff95a1        
        
          <div style="border:2px solid #ff95a1;">Content here</div>
        
        
          .myborder {border:2px solid #ff95a1;}
        
        Border color #ff95a1