#fa95ee color space conversions
Hex:
        #fa95ee
        RGB:
        250, 149, 238
        CMY:
        2, 42, 7
        CMYK:
        0, 40, 5, 2
      HSL:
        307°, 90.9910%, 78.2353%
        HSV (HSB):
        307°, 40.4000%, 98.0392%
        XYZ:
        65.6044, 47.9919, 86.6946
        xyY:
        0.3275, 0.2396, 47.9919
      CIE-Lab:
        74.8198, 50.4123, -28.7846
        CIE-LCH:
        74.8198, 58.0513, 330.2744
        CIE-Luv:
        74.8198, 51.6883, -53.7226
        Hunter-Lab:
        69.2762, 47.8057, -25.7041
      #fa95ee color charts
#fa95ee RGB chart
      #fa95ee CMYK chart
      #fa95ee RGB pie chart
      #fa95ee color shades, tints & tones
#fa95ee color schemes
#fa95ee color preview, HTML & CSS examples
           This text has a color of #fa95ee        
        
          <p style="color:#fa95ee;">Text here</p>
        
        
          .mytext {color:#fa95ee;}
        
        Text color #fa95ee
      
           This box has a color of #fa95ee        
        
          <div style="background-color:#fa95ee;">Content here</div>
        
        
          .mybackground {background-color:#fa95ee;}
        
        Background color #fa95ee
      
           Border around this has a color of #fa95ee        
        
          <div style="border:2px solid #fa95ee;">Content here</div>
        
        
          .myborder {border:2px solid #fa95ee;}
        
        Border color #fa95ee