#f8fafc color space conversions
Hex:
        #f8fafc
        RGB:
        248, 250, 252
        CMY:
        3, 2, 1
        CMYK:
        2, 1, 0, 1
      HSL:
        210°, 40.0000%, 98.0392%
        HSV (HSB):
        210°, 1.5873%, 98.8235%
        XYZ:
        90.4677, 95.3559, 105.7328
        xyY:
        0.3103, 0.3271, 95.3559
      CIE-Lab:
        98.1758, -0.2993, -1.1976
        CIE-LCH:
        98.1758, 1.2344, 255.9666
        CIE-Luv:
        98.1758, -1.2220, -1.8062
        Hunter-Lab:
        97.6504, -5.5177, 4.1579
      #f8fafc color charts
#f8fafc RGB chart
      #f8fafc CMYK chart
      #f8fafc RGB pie chart
      #f8fafc color shades, tints & tones
#f8fafc color schemes
#f8fafc color preview, HTML & CSS examples
           This text has a color of #f8fafc        
        
          <p style="color:#f8fafc;">Text here</p>
        
        
          .mytext {color:#f8fafc;}
        
        Text color #f8fafc
      
           This box has a color of #f8fafc        
        
          <div style="background-color:#f8fafc;">Content here</div>
        
        
          .mybackground {background-color:#f8fafc;}
        
        Background color #f8fafc
      
           Border around this has a color of #f8fafc        
        
          <div style="border:2px solid #f8fafc;">Content here</div>
        
        
          .myborder {border:2px solid #f8fafc;}
        
        Border color #f8fafc