#f08faa color space conversions
Hex:
        #f08faa
        RGB:
        240, 143, 170
        CMY:
        6, 44, 33
        CMYK:
        0, 40, 29, 6
      HSL:
        343°, 76.3780%, 75.0980%
        HSV (HSB):
        343°, 40.4167%, 94.1176%
        XYZ:
        53.0133, 41.0725, 43.1639
        xyY:
        0.3863, 0.2993, 41.0725
      CIE-Lab:
        70.2267, 39.9114, 1.7458
        CIE-LCH:
        70.2267, 39.9496, 2.5046
        CIE-Luv:
        70.2267, 61.8012, -4.9814
        Hunter-Lab:
        64.0878, 35.5013, 4.9290
      #f08faa color charts
#f08faa RGB chart
      #f08faa CMYK chart
      #f08faa RGB pie chart
      #f08faa color shades, tints & tones
#f08faa color schemes
#f08faa color preview, HTML & CSS examples
           This text has a color of #f08faa        
        
          <p style="color:#f08faa;">Text here</p>
        
        
          .mytext {color:#f08faa;}
        
        Text color #f08faa
      
           This box has a color of #f08faa        
        
          <div style="background-color:#f08faa;">Content here</div>
        
        
          .mybackground {background-color:#f08faa;}
        
        Background color #f08faa
      
           Border around this has a color of #f08faa        
        
          <div style="border:2px solid #f08faa;">Content here</div>
        
        
          .myborder {border:2px solid #f08faa;}
        
        Border color #f08faa