#ff8385 color space conversions
Hex:
        #ff8385
        RGB:
        255, 131, 133
        CMY:
        0, 49, 48
        CMYK:
        0, 49, 48, 0
      HSL:
        359°, 100.0000%, 75.6863%
        HSV (HSB):
        359°, 48.6275%, 100.0000%
        XYZ:
        53.5899, 39.1861, 26.9295
        xyY:
        0.4477, 0.3274, 39.1861
      CIE-Lab:
        68.8858, 47.1777, 20.8138
        CIE-LCH:
        68.8858, 51.5650, 23.8060
        CIE-Luv:
        68.8858, 88.6451, 17.9265
        Hunter-Lab:
        62.5988, 43.2635, 18.3131
      #ff8385 color charts
#ff8385 RGB chart
      #ff8385 CMYK chart
      #ff8385 RGB pie chart
      #ff8385 color shades, tints & tones
#ff8385 color schemes
#ff8385 color preview, HTML & CSS examples
           This text has a color of #ff8385        
        
          <p style="color:#ff8385;">Text here</p>
        
        
          .mytext {color:#ff8385;}
        
        Text color #ff8385
      
           This box has a color of #ff8385        
        
          <div style="background-color:#ff8385;">Content here</div>
        
        
          .mybackground {background-color:#ff8385;}
        
        Background color #ff8385
      
           Border around this has a color of #ff8385        
        
          <div style="border:2px solid #ff8385;">Content here</div>
        
        
          .myborder {border:2px solid #ff8385;}
        
        Border color #ff8385