#fffacb color space conversions
Hex:
        #fffacb
        RGB:
        255, 250, 203
        CMY:
        0, 2, 20
        CMYK:
        0, 2, 20, 0
      HSL:
        54°, 100.0000%, 89.8039%
        HSV (HSB):
        54°, 20.3922%, 100.0000%
        XYZ:
        86.2051, 93.9430, 70.0892
        xyY:
        0.3445, 0.3754, 93.9430
      CIE-Lab:
        97.6090, -5.7058, 23.1903
        CIE-LCH:
        97.6090, 23.8819, 103.8225
        CIE-Luv:
        97.6090, 5.4914, 34.7314
        Hunter-Lab:
        96.9242, -10.8581, 24.9723
      #fffacb color charts
#fffacb RGB chart
      #fffacb CMYK chart
      #fffacb RGB pie chart
      #fffacb color shades, tints & tones
#fffacb color schemes
#fffacb color preview, HTML & CSS examples
           This text has a color of #fffacb        
        
          <p style="color:#fffacb;">Text here</p>
        
        
          .mytext {color:#fffacb;}
        
        Text color #fffacb
      
           This box has a color of #fffacb        
        
          <div style="background-color:#fffacb;">Content here</div>
        
        
          .mybackground {background-color:#fffacb;}
        
        Background color #fffacb
      
           Border around this has a color of #fffacb        
        
          <div style="border:2px solid #fffacb;">Content here</div>
        
        
          .myborder {border:2px solid #fffacb;}
        
        Border color #fffacb