#fddbec color space conversions
Hex:
        #fddbec
        RGB:
        253, 219, 236
        CMY:
        1, 14, 7
        CMYK:
        0, 13, 7, 1
      HSL:
        330°, 89.4737%, 92.5490%
        HSV (HSB):
        330°, 13.4387%, 99.2157%
        XYZ:
        80.9799, 77.6018, 90.0674
        xyY:
        0.3257, 0.3121, 77.6018
      CIE-Lab:
        90.5979, 14.5313, -3.9545
        CIE-LCH:
        90.5979, 15.0597, 344.7765
        CIE-Luv:
        90.5979, 18.7723, -8.7145
        Hunter-Lab:
        88.0919, 9.9281, 1.0447
      #fddbec color charts
#fddbec RGB chart
      #fddbec CMYK chart
      #fddbec RGB pie chart
      #fddbec color shades, tints & tones
#fddbec color schemes
#fddbec color preview, HTML & CSS examples
           This text has a color of #fddbec        
        
          <p style="color:#fddbec;">Text here</p>
        
        
          .mytext {color:#fddbec;}
        
        Text color #fddbec
      
           This box has a color of #fddbec        
        
          <div style="background-color:#fddbec;">Content here</div>
        
        
          .mybackground {background-color:#fddbec;}
        
        Background color #fddbec
      
           Border around this has a color of #fddbec        
        
          <div style="border:2px solid #fddbec;">Content here</div>
        
        
          .myborder {border:2px solid #fddbec;}
        
        Border color #fddbec