#fadcd3 color space conversions
Hex:
        #fadcd3
        RGB:
        250, 220, 211
        CMY:
        2, 14, 17
        CMYK:
        0, 12, 16, 2
      HSL:
        14°, 79.5918%, 90.3922%
        HSV (HSB):
        14°, 15.6000%, 98.0392%
        XYZ:
        76.7754, 76.2135, 72.2922
        xyY:
        0.3408, 0.3383, 76.2135
      CIE-Lab:
        89.9584, 8.9381, 8.2090
        CIE-LCH:
        89.9584, 12.1358, 42.5651
        CIE-Luv:
        89.9584, 18.5851, 10.5730
        Hunter-Lab:
        87.3004, 4.2044, 12.0130
      #fadcd3 color charts
#fadcd3 RGB chart
      #fadcd3 CMYK chart
      #fadcd3 RGB pie chart
      #fadcd3 color shades, tints & tones
#fadcd3 color schemes
#fadcd3 color preview, HTML & CSS examples
           This text has a color of #fadcd3        
        
          <p style="color:#fadcd3;">Text here</p>
        
        
          .mytext {color:#fadcd3;}
        
        Text color #fadcd3
      
           This box has a color of #fadcd3        
        
          <div style="background-color:#fadcd3;">Content here</div>
        
        
          .mybackground {background-color:#fadcd3;}
        
        Background color #fadcd3
      
           Border around this has a color of #fadcd3        
        
          <div style="border:2px solid #fadcd3;">Content here</div>
        
        
          .myborder {border:2px solid #fadcd3;}
        
        Border color #fadcd3