#ff85aa color space conversions
Hex:
        #ff85aa
        RGB:
        255, 133, 170
        CMY:
        0, 48, 33
        CMYK:
        0, 48, 33, 0
      HSL:
        342°, 100.0000%, 76.0784%
        HSV (HSB):
        342°, 47.8431%, 100.0000%
        XYZ:
        56.8832, 40.9373, 42.9338
        xyY:
        0.4041, 0.2908, 40.9373
      CIE-Lab:
        70.1320, 50.1001, 1.8441
        CIE-LCH:
        70.1320, 50.1340, 2.1080
        CIE-Luv:
        70.1320, 79.0158, -6.9694
        Hunter-Lab:
        63.9823, 46.7258, 5.0024
      #ff85aa color charts
#ff85aa RGB chart
      #ff85aa CMYK chart
      #ff85aa RGB pie chart
      #ff85aa color shades, tints & tones
#ff85aa color schemes
#ff85aa color preview, HTML & CSS examples
           This text has a color of #ff85aa        
        
          <p style="color:#ff85aa;">Text here</p>
        
        
          .mytext {color:#ff85aa;}
        
        Text color #ff85aa
      
           This box has a color of #ff85aa        
        
          <div style="background-color:#ff85aa;">Content here</div>
        
        
          .mybackground {background-color:#ff85aa;}
        
        Background color #ff85aa
      
           Border around this has a color of #ff85aa        
        
          <div style="border:2px solid #ff85aa;">Content here</div>
        
        
          .myborder {border:2px solid #ff85aa;}
        
        Border color #ff85aa