#fcdef3 color space conversions
Hex:
        #fcdef3
        RGB:
        252, 222, 243
        CMY:
        1, 13, 5
        CMYK:
        0, 12, 4, 1
      HSL:
        318°, 83.3333%, 92.9412%
        HSV (HSB):
        318°, 11.9048%, 98.8235%
        XYZ:
        82.4438, 79.4091, 95.7762
        xyY:
        0.3200, 0.3082, 79.4091
      CIE-Lab:
        91.4191, 13.8311, -6.4243
        CIE-LCH:
        91.4191, 15.2503, 335.0859
        CIE-Luv:
        91.4191, 15.9627, -12.4475
        Hunter-Lab:
        89.1118, 9.1978, -1.3459
      #fcdef3 color charts
#fcdef3 RGB chart
      #fcdef3 CMYK chart
      #fcdef3 RGB pie chart
      #fcdef3 color shades, tints & tones
#fcdef3 color schemes
#fcdef3 color preview, HTML & CSS examples
           This text has a color of #fcdef3        
        
          <p style="color:#fcdef3;">Text here</p>
        
        
          .mytext {color:#fcdef3;}
        
        Text color #fcdef3
      
           This box has a color of #fcdef3        
        
          <div style="background-color:#fcdef3;">Content here</div>
        
        
          .mybackground {background-color:#fcdef3;}
        
        Background color #fcdef3
      
           Border around this has a color of #fcdef3        
        
          <div style="border:2px solid #fcdef3;">Content here</div>
        
        
          .myborder {border:2px solid #fcdef3;}
        
        Border color #fcdef3