#fdeeba color space conversions
Hex:
        #fdeeba
        RGB:
        253, 238, 186
        CMY:
        1, 7, 27
        CMYK:
        0, 6, 26, 1
      HSL:
        47°, 94.3662%, 86.0784%
        HSV (HSB):
        47°, 26.4822%, 99.2157%
        XYZ:
        79.9455, 85.5769, 58.7588
        xyY:
        0.3565, 0.3816, 85.5769
      CIE-Lab:
        94.1311, -2.7251, 27.0514
        CIE-LCH:
        94.1311, 27.1883, 95.7525
        CIE-Luv:
        94.1311, 12.0261, 38.9492
        Hunter-Lab:
        92.5078, -7.6284, 27.0958
      #fdeeba color charts
#fdeeba RGB chart
      #fdeeba CMYK chart
      #fdeeba RGB pie chart
      #fdeeba color shades, tints & tones
#fdeeba color schemes
#fdeeba color preview, HTML & CSS examples
           This text has a color of #fdeeba        
        
          <p style="color:#fdeeba;">Text here</p>
        
        
          .mytext {color:#fdeeba;}
        
        Text color #fdeeba
      
           This box has a color of #fdeeba        
        
          <div style="background-color:#fdeeba;">Content here</div>
        
        
          .mybackground {background-color:#fdeeba;}
        
        Background color #fdeeba
      
           Border around this has a color of #fdeeba        
        
          <div style="border:2px solid #fdeeba;">Content here</div>
        
        
          .myborder {border:2px solid #fdeeba;}
        
        Border color #fdeeba