#ff8380 color space conversions
Hex:
        #ff8380
        RGB:
        255, 131, 128
        CMY:
        0, 49, 50
        CMYK:
        0, 49, 50, 0
      HSL:
        1°, 100.0000%, 75.0980%
        HSV (HSB):
        1°, 49.8039%, 100.0000%
        XYZ:
        53.2526, 39.0511, 25.1530
        xyY:
        0.4534, 0.3325, 39.0511
      CIE-Lab:
        68.7883, 46.7296, 23.4692
        CIE-LCH:
        68.7883, 52.2921, 26.6674
        CIE-Luv:
        68.7883, 89.6880, 21.0820
        Hunter-Lab:
        62.4909, 42.7525, 19.8790
      #ff8380 color charts
#ff8380 RGB chart
      #ff8380 CMYK chart
      #ff8380 RGB pie chart
      #ff8380 color shades, tints & tones
#ff8380 color schemes
#ff8380 color preview, HTML & CSS examples
           This text has a color of #ff8380        
        
          <p style="color:#ff8380;">Text here</p>
        
        
          .mytext {color:#ff8380;}
        
        Text color #ff8380
      
           This box has a color of #ff8380        
        
          <div style="background-color:#ff8380;">Content here</div>
        
        
          .mybackground {background-color:#ff8380;}
        
        Background color #ff8380
      
           Border around this has a color of #ff8380        
        
          <div style="border:2px solid #ff8380;">Content here</div>
        
        
          .myborder {border:2px solid #ff8380;}
        
        Border color #ff8380