#fed2bd color space conversions
Hex:
        #fed2bd
        RGB:
        254, 210, 189
        CMY:
        0, 18, 26
        CMYK:
        0, 17, 26, 0
      HSL:
        19°, 97.0149%, 86.8627%
        HSV (HSB):
        19°, 25.5906%, 99.6078%
        XYZ:
        73.1050, 70.8381, 57.9642
        xyY:
        0.3621, 0.3508, 70.8381
      CIE-Lab:
        87.4063, 12.3963, 16.1941
        CIE-LCH:
        87.4063, 20.3941, 52.5665
        CIE-Luv:
        87.4063, 28.9238, 21.0188
        Hunter-Lab:
        84.1654, 7.7533, 18.0831
      #fed2bd color charts
#fed2bd RGB chart
      #fed2bd CMYK chart
      #fed2bd RGB pie chart
      #fed2bd color shades, tints & tones
#fed2bd color schemes
#fed2bd color preview, HTML & CSS examples
           This text has a color of #fed2bd        
        
          <p style="color:#fed2bd;">Text here</p>
        
        
          .mytext {color:#fed2bd;}
        
        Text color #fed2bd
      
           This box has a color of #fed2bd        
        
          <div style="background-color:#fed2bd;">Content here</div>
        
        
          .mybackground {background-color:#fed2bd;}
        
        Background color #fed2bd
      
           Border around this has a color of #fed2bd        
        
          <div style="border:2px solid #fed2bd;">Content here</div>
        
        
          .myborder {border:2px solid #fed2bd;}
        
        Border color #fed2bd