#fedbfc color space conversions
Hex:
        #fedbfc
        RGB:
        254, 219, 252
        CMY:
        0, 14, 1
        CMYK:
        0, 14, 1, 0
      HSL:
        303°, 94.5946%, 92.7451%
        HSV (HSB):
        303°, 13.7795%, 99.6078%
        XYZ:
        83.7753, 78.7621, 102.8826
        xyY:
        0.3156, 0.2967, 78.7621
      CIE-Lab:
        91.1266, 17.6451, -11.5555
        CIE-LCH:
        91.1266, 21.0922, 326.7798
        CIE-Luv:
        91.1266, 17.8615, -21.2520
        Hunter-Lab:
        88.7480, 13.1891, -6.6093
      #fedbfc color charts
#fedbfc RGB chart
      #fedbfc CMYK chart
      #fedbfc RGB pie chart
      #fedbfc color shades, tints & tones
#fedbfc color schemes
#fedbfc color preview, HTML & CSS examples
           This text has a color of #fedbfc        
        
          <p style="color:#fedbfc;">Text here</p>
        
        
          .mytext {color:#fedbfc;}
        
        Text color #fedbfc
      
           This box has a color of #fedbfc        
        
          <div style="background-color:#fedbfc;">Content here</div>
        
        
          .mybackground {background-color:#fedbfc;}
        
        Background color #fedbfc
      
           Border around this has a color of #fedbfc        
        
          <div style="border:2px solid #fedbfc;">Content here</div>
        
        
          .myborder {border:2px solid #fedbfc;}
        
        Border color #fedbfc