#fbb3dc color space conversions
Hex:
        #fbb3dc
        RGB:
        251, 179, 220
        CMY:
        2, 30, 14
        CMYK:
        0, 29, 12, 2
      HSL:
        326°, 90.0000%, 84.3137%
        HSV (HSB):
        326°, 28.6853%, 98.4314%
        XYZ:
        68.8220, 57.9167, 75.2619
        xyY:
        0.3407, 0.2867, 57.9167
      CIE-Lab:
        80.6925, 32.2083, -10.1239
        CIE-LCH:
        80.6925, 33.7619, 342.5508
        CIE-Luv:
        80.6925, 40.6933, -21.2734
        Hunter-Lab:
        76.1030, 28.2420, -5.3625
      #fbb3dc color charts
#fbb3dc RGB chart
      #fbb3dc CMYK chart
      #fbb3dc RGB pie chart
      #fbb3dc color shades, tints & tones
#fbb3dc color schemes
#fbb3dc color preview, HTML & CSS examples
           This text has a color of #fbb3dc        
        
          <p style="color:#fbb3dc;">Text here</p>
        
        
          .mytext {color:#fbb3dc;}
        
        Text color #fbb3dc
      
           This box has a color of #fbb3dc        
        
          <div style="background-color:#fbb3dc;">Content here</div>
        
        
          .mybackground {background-color:#fbb3dc;}
        
        Background color #fbb3dc
      
           Border around this has a color of #fbb3dc        
        
          <div style="border:2px solid #fbb3dc;">Content here</div>
        
        
          .myborder {border:2px solid #fbb3dc;}
        
        Border color #fbb3dc