#f5cece color space conversions
Hex:
        #f5cece
        RGB:
        245, 206, 206
        CMY:
        4, 19, 19
        CMYK:
        0, 16, 16, 4
      HSL:
        0°, 66.1017%, 88.4314%
        HSV (HSB):
        0°, 15.9184%, 96.0784%
        XYZ:
        70.8681, 68.0113, 67.7849
        xyY:
        0.3429, 0.3291, 68.0113
      CIE-Lab:
        86.0121, 13.6849, 5.1093
        CIE-LCH:
        86.0121, 14.6075, 20.4733
        CIE-Luv:
        86.0121, 23.6607, 5.0888
        Hunter-Lab:
        82.4690, 9.0697, 8.9952
      #f5cece color charts
#f5cece RGB chart
      #f5cece CMYK chart
      #f5cece RGB pie chart
      #f5cece color shades, tints & tones
#f5cece color schemes
#f5cece color preview, HTML & CSS examples
           This text has a color of #f5cece        
        
          <p style="color:#f5cece;">Text here</p>
        
        
          .mytext {color:#f5cece;}
        
        Text color #f5cece
      
           This box has a color of #f5cece        
        
          <div style="background-color:#f5cece;">Content here</div>
        
        
          .mybackground {background-color:#f5cece;}
        
        Background color #f5cece
      
           Border around this has a color of #f5cece        
        
          <div style="border:2px solid #f5cece;">Content here</div>
        
        
          .myborder {border:2px solid #f5cece;}
        
        Border color #f5cece