#fa8ceb color space conversions
Hex:
        #fa8ceb
        RGB:
        250, 140, 235
        CMY:
        2, 45, 8
        CMYK:
        0, 44, 6, 2
      HSL:
        308°, 91.6667%, 76.4706%
        HSV (HSB):
        308°, 44.0000%, 98.0392%
        XYZ:
        63.7978, 45.0783, 83.9357
        xyY:
        0.3309, 0.2338, 45.0783
      CIE-Lab:
        72.9434, 54.4064, -30.0322
        CIE-LCH:
        72.9434, 62.1449, 331.1014
        CIE-Luv:
        72.9434, 56.3901, -56.2025
        Hunter-Lab:
        67.1404, 52.1177, -27.1233
      #fa8ceb color charts
#fa8ceb RGB chart
      #fa8ceb CMYK chart
      #fa8ceb RGB pie chart
      #fa8ceb color shades, tints & tones
#fa8ceb color schemes
#fa8ceb color preview, HTML & CSS examples
           This text has a color of #fa8ceb        
        
          <p style="color:#fa8ceb;">Text here</p>
        
        
          .mytext {color:#fa8ceb;}
        
        Text color #fa8ceb
      
           This box has a color of #fa8ceb        
        
          <div style="background-color:#fa8ceb;">Content here</div>
        
        
          .mybackground {background-color:#fa8ceb;}
        
        Background color #fa8ceb
      
           Border around this has a color of #fa8ceb        
        
          <div style="border:2px solid #fa8ceb;">Content here</div>
        
        
          .myborder {border:2px solid #fa8ceb;}
        
        Border color #fa8ceb