#fd98ac color space conversions
Hex:
        #fd98ac
        RGB:
        253, 152, 172
        CMY:
        1, 40, 33
        CMYK:
        0, 40, 32, 1
      HSL:
        348°, 96.1905%, 79.4118%
        HSV (HSB):
        348°, 39.9209%, 99.2157%
        XYZ:
        59.1826, 46.3177, 44.8507
        xyY:
        0.3936, 0.3081, 46.3177
      CIE-Lab:
        73.7512, 40.1028, 5.9332
        CIE-LCH:
        73.7512, 40.5394, 8.4158
        CIE-Luv:
        73.7512, 65.7701, 0.8011
        Hunter-Lab:
        68.0571, 36.1242, 8.5669
      #fd98ac color charts
#fd98ac RGB chart
      #fd98ac CMYK chart
      #fd98ac RGB pie chart
      #fd98ac color shades, tints & tones
#fd98ac color schemes
#fd98ac color preview, HTML & CSS examples
           This text has a color of #fd98ac        
        
          <p style="color:#fd98ac;">Text here</p>
        
        
          .mytext {color:#fd98ac;}
        
        Text color #fd98ac
      
           This box has a color of #fd98ac        
        
          <div style="background-color:#fd98ac;">Content here</div>
        
        
          .mybackground {background-color:#fd98ac;}
        
        Background color #fd98ac
      
           Border around this has a color of #fd98ac        
        
          <div style="border:2px solid #fd98ac;">Content here</div>
        
        
          .myborder {border:2px solid #fd98ac;}
        
        Border color #fd98ac