#fadbc3 color space conversions
Hex:
        #fadbc3
        RGB:
        250, 219, 195
        CMY:
        2, 14, 24
        CMYK:
        0, 12, 22, 2
      HSL:
        26°, 84.6154%, 87.2549%
        HSV (HSB):
        26°, 22.0000%, 98.0392%
        XYZ:
        74.6062, 74.9272, 62.1600
        xyY:
        0.3524, 0.3539, 74.9272
      CIE-Lab:
        89.3589, 7.0948, 15.7403
        CIE-LCH:
        89.3589, 17.2653, 65.7370
        CIE-Luv:
        89.3589, 20.4805, 21.5573
        Hunter-Lab:
        86.5605, 2.3677, 18.0156
      #fadbc3 color charts
#fadbc3 RGB chart
      #fadbc3 CMYK chart
      #fadbc3 RGB pie chart
      #fadbc3 color shades, tints & tones
#fadbc3 color schemes
#fadbc3 color preview, HTML & CSS examples
           This text has a color of #fadbc3        
        
          <p style="color:#fadbc3;">Text here</p>
        
        
          .mytext {color:#fadbc3;}
        
        Text color #fadbc3
      
           This box has a color of #fadbc3        
        
          <div style="background-color:#fadbc3;">Content here</div>
        
        
          .mybackground {background-color:#fadbc3;}
        
        Background color #fadbc3
      
           Border around this has a color of #fadbc3        
        
          <div style="border:2px solid #fadbc3;">Content here</div>
        
        
          .myborder {border:2px solid #fadbc3;}
        
        Border color #fadbc3