#fcc8aa color space conversions
Hex:
        #fcc8aa
        RGB:
        252, 200, 170
        CMY:
        1, 22, 33
        CMYK:
        0, 21, 33, 1
      HSL:
        22°, 93.1818%, 82.7451%
        HSV (HSB):
        22°, 32.5397%, 98.8235%
        XYZ:
        68.0549, 64.9063, 46.9715
        xyY:
        0.3782, 0.3607, 64.9063
      CIE-Lab:
        84.4354, 14.4004, 22.0447
        CIE-LCH:
        84.4354, 26.3314, 56.8460
        CIE-Luv:
        84.4354, 35.5143, 28.1423
        Hunter-Lab:
        80.5644, 9.7958, 21.8272
      #fcc8aa color charts
#fcc8aa RGB chart
      #fcc8aa CMYK chart
      #fcc8aa RGB pie chart
      #fcc8aa color shades, tints & tones
#fcc8aa color schemes
#fcc8aa color preview, HTML & CSS examples
           This text has a color of #fcc8aa        
        
          <p style="color:#fcc8aa;">Text here</p>
        
        
          .mytext {color:#fcc8aa;}
        
        Text color #fcc8aa
      
           This box has a color of #fcc8aa        
        
          <div style="background-color:#fcc8aa;">Content here</div>
        
        
          .mybackground {background-color:#fcc8aa;}
        
        Background color #fcc8aa
      
           Border around this has a color of #fcc8aa        
        
          <div style="border:2px solid #fcc8aa;">Content here</div>
        
        
          .myborder {border:2px solid #fcc8aa;}
        
        Border color #fcc8aa