#fbfacc color space conversions
Hex:
        #fbfacc
        RGB:
        251, 250, 204
        CMY:
        2, 2, 20
        CMYK:
        0, 0, 19, 2
      HSL:
        59°, 85.4545%, 89.2157%
        HSV (HSB):
        59°, 18.7251%, 98.4314%
        XYZ:
        84.8684, 93.2401, 70.6508
        xyY:
        0.3412, 0.3748, 93.2401
      CIE-Lab:
        97.3249, -6.9960, 22.2405
        CIE-LCH:
        97.3249, 23.3149, 107.4616
        CIE-Luv:
        97.3249, 3.0234, 33.6809
        Hunter-Lab:
        96.5609, -12.0961, 24.2118
      #fbfacc color charts
#fbfacc RGB chart
      #fbfacc CMYK chart
      #fbfacc RGB pie chart
      #fbfacc color shades, tints & tones
#fbfacc color schemes
#fbfacc color preview, HTML & CSS examples
           This text has a color of #fbfacc        
        
          <p style="color:#fbfacc;">Text here</p>
        
        
          .mytext {color:#fbfacc;}
        
        Text color #fbfacc
      
           This box has a color of #fbfacc        
        
          <div style="background-color:#fbfacc;">Content here</div>
        
        
          .mybackground {background-color:#fbfacc;}
        
        Background color #fbfacc
      
           Border around this has a color of #fbfacc        
        
          <div style="border:2px solid #fbfacc;">Content here</div>
        
        
          .myborder {border:2px solid #fbfacc;}
        
        Border color #fbfacc