#f89daa color space conversions
Hex:
        #f89daa
        RGB:
        248, 157, 170
        CMY:
        3, 38, 33
        CMYK:
        0, 37, 31, 3
      HSL:
        351°, 86.6667%, 79.4118%
        HSV (HSB):
        351°, 36.6935%, 97.2549%
        XYZ:
        58.0241, 46.9727, 44.0386
        xyY:
        0.3893, 0.3152, 46.9727
      CIE-Lab:
        74.1723, 35.4833, 7.5627
        CIE-LCH:
        74.1723, 36.2803, 12.0317
        CIE-Luv:
        74.1723, 59.3623, 4.0085
        Hunter-Lab:
        68.5366, 31.1815, 9.8785
      #f89daa color charts
#f89daa RGB chart
      #f89daa CMYK chart
      #f89daa RGB pie chart
      #f89daa color shades, tints & tones
#f89daa color schemes
#f89daa color preview, HTML & CSS examples
           This text has a color of #f89daa        
        
          <p style="color:#f89daa;">Text here</p>
        
        
          .mytext {color:#f89daa;}
        
        Text color #f89daa
      
           This box has a color of #f89daa        
        
          <div style="background-color:#f89daa;">Content here</div>
        
        
          .mybackground {background-color:#f89daa;}
        
        Background color #f89daa
      
           Border around this has a color of #f89daa        
        
          <div style="border:2px solid #f89daa;">Content here</div>
        
        
          .myborder {border:2px solid #f89daa;}
        
        Border color #f89daa