#fdbfed color space conversions
Hex:
        #fdbfed
        RGB:
        253, 191, 237
        CMY:
        1, 25, 7
        CMYK:
        0, 25, 6, 1
      HSL:
        315°, 93.9394%, 87.0588%
        HSV (HSB):
        315°, 24.5059%, 99.2157%
        XYZ:
        74.4249, 64.2587, 88.6013
        xyY:
        0.3275, 0.2827, 64.2587
      CIE-Lab:
        84.1003, 29.3872, -14.1330
        CIE-LCH:
        84.1003, 32.6090, 334.3160
        CIE-Luv:
        84.1003, 33.2783, -27.1907
        Hunter-Lab:
        80.1615, 25.4433, -9.4193
      #fdbfed color charts
#fdbfed RGB chart
      #fdbfed CMYK chart
      #fdbfed RGB pie chart
      #fdbfed color shades, tints & tones
#fdbfed color schemes
#fdbfed color preview, HTML & CSS examples
           This text has a color of #fdbfed        
        
          <p style="color:#fdbfed;">Text here</p>
        
        
          .mytext {color:#fdbfed;}
        
        Text color #fdbfed
      
           This box has a color of #fdbfed        
        
          <div style="background-color:#fdbfed;">Content here</div>
        
        
          .mybackground {background-color:#fdbfed;}
        
        Background color #fdbfed
      
           Border around this has a color of #fdbfed        
        
          <div style="border:2px solid #fdbfed;">Content here</div>
        
        
          .myborder {border:2px solid #fdbfed;}
        
        Border color #fdbfed