#fdadbc color space conversions
Hex:
        #fdadbc
        RGB:
        253, 173, 188
        CMY:
        1, 32, 26
        CMYK:
        0, 32, 26, 1
      HSL:
        349°, 95.2381%, 83.5294%
        HSV (HSB):
        349°, 31.6206%, 99.2157%
        XYZ:
        64.5287, 54.4006, 54.6763
        xyY:
        0.3717, 0.3134, 54.4006
      CIE-Lab:
        78.6948, 31.2816, 4.2989
        CIE-LCH:
        78.6948, 31.5756, 7.8248
        CIE-Luv:
        78.6948, 50.3969, 0.3888
        Hunter-Lab:
        73.7568, 27.0926, 7.6778
      #fdadbc color charts
#fdadbc RGB chart
      #fdadbc CMYK chart
      #fdadbc RGB pie chart
      #fdadbc color shades, tints & tones
#fdadbc color schemes
#fdadbc color preview, HTML & CSS examples
           This text has a color of #fdadbc        
        
          <p style="color:#fdadbc;">Text here</p>
        
        
          .mytext {color:#fdadbc;}
        
        Text color #fdadbc
      
           This box has a color of #fdadbc        
        
          <div style="background-color:#fdadbc;">Content here</div>
        
        
          .mybackground {background-color:#fdadbc;}
        
        Background color #fdadbc
      
           Border around this has a color of #fdadbc        
        
          <div style="border:2px solid #fdadbc;">Content here</div>
        
        
          .myborder {border:2px solid #fdadbc;}
        
        Border color #fdadbc