#fedbd7 color space conversions
Hex:
        #fedbd7
        RGB:
        254, 219, 215
        CMY:
        0, 14, 16
        CMYK:
        0, 14, 15, 0
      HSL:
        6°, 95.1220%, 91.9608%
        HSV (HSB):
        6°, 15.3543%, 99.6078%
        XYZ:
        78.4703, 76.6402, 74.9472
        xyY:
        0.3411, 0.3331, 76.6402
      CIE-Lab:
        90.1557, 11.4892, 6.4389
        CIE-LCH:
        90.1557, 13.1705, 29.2676
        CIE-Luv:
        90.1557, 21.3259, 7.5093
        Hunter-Lab:
        87.5444, 6.7957, 10.5226
      #fedbd7 color charts
#fedbd7 RGB chart
      #fedbd7 CMYK chart
      #fedbd7 RGB pie chart
      #fedbd7 color shades, tints & tones
#fedbd7 color schemes
#fedbd7 color preview, HTML & CSS examples
           This text has a color of #fedbd7        
        
          <p style="color:#fedbd7;">Text here</p>
        
        
          .mytext {color:#fedbd7;}
        
        Text color #fedbd7
      
           This box has a color of #fedbd7        
        
          <div style="background-color:#fedbd7;">Content here</div>
        
        
          .mybackground {background-color:#fedbd7;}
        
        Background color #fedbd7
      
           Border around this has a color of #fedbd7        
        
          <div style="border:2px solid #fedbd7;">Content here</div>
        
        
          .myborder {border:2px solid #fedbd7;}
        
        Border color #fedbd7