#fdacea color space conversions
Hex:
        #fdacea
        RGB:
        253, 172, 234
        CMY:
        1, 33, 8
        CMYK:
        0, 32, 8, 1
      HSL:
        314°, 95.2941%, 83.3333%
        HSV (HSB):
        314°, 32.0158%, 99.2157%
        XYZ:
        70.1118, 56.3282, 85.0190
        xyY:
        0.3316, 0.2664, 56.3282
      CIE-Lab:
        79.8002, 38.8416, -18.9957
        CIE-LCH:
        79.8002, 43.2378, 333.9388
        CIE-Luv:
        79.8002, 43.4048, -36.3885
        Hunter-Lab:
        75.0521, 35.4090, -14.6272
      #fdacea color charts
#fdacea RGB chart
      #fdacea CMYK chart
      #fdacea RGB pie chart
      #fdacea color shades, tints & tones
#fdacea color schemes
#fdacea color preview, HTML & CSS examples
           This text has a color of #fdacea        
        
          <p style="color:#fdacea;">Text here</p>
        
        
          .mytext {color:#fdacea;}
        
        Text color #fdacea
      
           This box has a color of #fdacea        
        
          <div style="background-color:#fdacea;">Content here</div>
        
        
          .mybackground {background-color:#fdacea;}
        
        Background color #fdacea
      
           Border around this has a color of #fdacea        
        
          <div style="border:2px solid #fdacea;">Content here</div>
        
        
          .myborder {border:2px solid #fdacea;}
        
        Border color #fdacea