#f2facb color space conversions
Hex:
        #f2facb
        RGB:
        242, 250, 203
        CMY:
        5, 2, 20
        CMYK:
        3, 0, 19, 2
      HSL:
        70°, 82.4561%, 88.8235%
        HSV (HSB):
        70°, 18.8000%, 98.0392%
        XYZ:
        81.5830, 91.5603, 69.8729
        xyY:
        0.3357, 0.3768, 91.5603
      CIE-Lab:
        96.6403, -10.3394, 21.6979
        CIE-LCH:
        96.6403, 24.0354, 115.4787
        CIE-Luv:
        96.6403, -2.2589, 33.5454
        Hunter-Lab:
        95.6871, -15.2630, 23.6861
      #f2facb color charts
#f2facb RGB chart
      #f2facb CMYK chart
      #f2facb RGB pie chart
      #f2facb color shades, tints & tones
#f2facb color schemes
#f2facb color preview, HTML & CSS examples
           This text has a color of #f2facb        
        
          <p style="color:#f2facb;">Text here</p>
        
        
          .mytext {color:#f2facb;}
        
        Text color #f2facb
      
           This box has a color of #f2facb        
        
          <div style="background-color:#f2facb;">Content here</div>
        
        
          .mybackground {background-color:#f2facb;}
        
        Background color #f2facb
      
           Border around this has a color of #f2facb        
        
          <div style="border:2px solid #f2facb;">Content here</div>
        
        
          .myborder {border:2px solid #f2facb;}
        
        Border color #f2facb