#fecfff color space conversions
Hex:
        #fecfff
        RGB:
        254, 207, 255
        CMY:
        0, 19, 0
        CMYK:
        0, 19, 0, 0
      HSL:
        299°, 100.0000%, 90.5882%
        HSV (HSB):
        299°, 18.8235%, 100.0000%
        XYZ:
        81.2359, 72.9165, 104.4004
        xyY:
        0.3142, 0.2820, 72.9165
      CIE-Lab:
        88.4079, 24.4700, -17.2033
        CIE-LCH:
        88.4079, 29.9121, 324.8914
        CIE-Luv:
        88.4079, 23.5712, -31.4493
        Hunter-Lab:
        85.3911, 20.3794, -12.7150
      #fecfff color charts
#fecfff RGB chart
      #fecfff CMYK chart
      #fecfff RGB pie chart
      #fecfff color shades, tints & tones
#fecfff color schemes
#fecfff color preview, HTML & CSS examples
           This text has a color of #fecfff        
        
          <p style="color:#fecfff;">Text here</p>
        
        
          .mytext {color:#fecfff;}
        
        Text color #fecfff
      
           This box has a color of #fecfff        
        
          <div style="background-color:#fecfff;">Content here</div>
        
        
          .mybackground {background-color:#fecfff;}
        
        Background color #fecfff
      
           Border around this has a color of #fecfff        
        
          <div style="border:2px solid #fecfff;">Content here</div>
        
        
          .myborder {border:2px solid #fecfff;}
        
        Border color #fecfff