#ffcede color space conversions
Hex:
        #ffcede
        RGB:
        255, 206, 222
        CMY:
        0, 19, 13
        CMYK:
        0, 19, 13, 0
      HSL:
        340°, 100.0000%, 90.3922%
        HSV (HSB):
        340°, 19.2157%, 100.0000%
        XYZ:
        76.4961, 70.6765, 78.7174
        xyY:
        0.3386, 0.3129, 70.6765
      CIE-Lab:
        87.3276, 19.7123, -1.3499
        CIE-LCH:
        87.3276, 19.7585, 356.0824
        CIE-Luv:
        87.3276, 28.4400, -5.6577
        Hunter-Lab:
        84.0693, 15.2988, 3.3330
      #ffcede color charts
#ffcede RGB chart
      #ffcede CMYK chart
      #ffcede RGB pie chart
      #ffcede color shades, tints & tones
#ffcede color schemes
#ffcede color preview, HTML & CSS examples
           This text has a color of #ffcede        
        
          <p style="color:#ffcede;">Text here</p>
        
        
          .mytext {color:#ffcede;}
        
        Text color #ffcede
      
           This box has a color of #ffcede        
        
          <div style="background-color:#ffcede;">Content here</div>
        
        
          .mybackground {background-color:#ffcede;}
        
        Background color #ffcede
      
           Border around this has a color of #ffcede        
        
          <div style="border:2px solid #ffcede;">Content here</div>
        
        
          .myborder {border:2px solid #ffcede;}
        
        Border color #ffcede