#fcc096 color space conversions
Hex:
        #fcc096
        RGB:
        252, 192, 150
        CMY:
        1, 25, 41
        CMYK:
        0, 24, 40, 1
      HSL:
        25°, 94.4444%, 78.8235%
        HSV (HSB):
        25°, 40.4762%, 98.8235%
        XYZ:
        64.4995, 60.5967, 37.1510
        xyY:
        0.3975, 0.3735, 60.5967
      CIE-Lab:
        82.1615, 16.2727, 29.4891
        CIE-LCH:
        82.1615, 33.6810, 61.1091
        CIE-Luv:
        82.1615, 42.6894, 36.6936
        Hunter-Lab:
        77.8439, 11.6739, 26.1946
      #fcc096 color charts
#fcc096 RGB chart
      #fcc096 CMYK chart
      #fcc096 RGB pie chart
      #fcc096 color shades, tints & tones
#fcc096 color schemes
#fcc096 color preview, HTML & CSS examples
           This text has a color of #fcc096        
        
          <p style="color:#fcc096;">Text here</p>
        
        
          .mytext {color:#fcc096;}
        
        Text color #fcc096
      
           This box has a color of #fcc096        
        
          <div style="background-color:#fcc096;">Content here</div>
        
        
          .mybackground {background-color:#fcc096;}
        
        Background color #fcc096
      
           Border around this has a color of #fcc096        
        
          <div style="border:2px solid #fcc096;">Content here</div>
        
        
          .myborder {border:2px solid #fcc096;}
        
        Border color #fcc096