#fafc2e color space conversions
Hex:
        #fafc2e
        RGB:
        250, 252, 46
        CMY:
        2, 1, 82
        CMYK:
        1, 0, 82, 1
      HSL:
        61°, 97.1698%, 58.4314%
        HSV (HSB):
        61°, 81.7460%, 98.8235%
        XYZ:
        74.7279, 90.1421, 16.0453
        xyY:
        0.4131, 0.4983, 90.1421
      CIE-Lab:
        96.0557, -21.5201, 87.5599
        CIE-LCH:
        96.0557, 90.1657, 103.8082
        CIE-Luv:
        96.0557, 6.0099, 102.0020
        Hunter-Lab:
        94.9432, -25.6567, 56.4402
      #fafc2e color charts
#fafc2e RGB chart
      #fafc2e CMYK chart
      #fafc2e RGB pie chart
      #fafc2e color shades, tints & tones
#fafc2e color schemes
#fafc2e color preview, HTML & CSS examples
           This text has a color of #fafc2e        
        
          <p style="color:#fafc2e;">Text here</p>
        
        
          .mytext {color:#fafc2e;}
        
        Text color #fafc2e
      
           This box has a color of #fafc2e        
        
          <div style="background-color:#fafc2e;">Content here</div>
        
        
          .mybackground {background-color:#fafc2e;}
        
        Background color #fafc2e
      
           Border around this has a color of #fafc2e        
        
          <div style="border:2px solid #fafc2e;">Content here</div>
        
        
          .myborder {border:2px solid #fafc2e;}
        
        Border color #fafc2e