#f299ed color space conversions
Hex:
        #f299ed
        RGB:
        242, 153, 237
        CMY:
        5, 40, 7
        CMYK:
        0, 37, 2, 5
      HSL:
        303°, 77.3913%, 77.4510%
        HSV (HSB):
        303°, 36.7769%, 94.9020%
        XYZ:
        63.2952, 47.7741, 86.0061
        xyY:
        0.3212, 0.2424, 47.7741
      CIE-Lab:
        74.6822, 45.7589, -28.5298
        CIE-LCH:
        74.6822, 53.9243, 328.0573
        CIE-Luv:
        74.6822, 44.7474, -52.5046
        Hunter-Lab:
        69.1188, 42.5026, -25.3926
      #f299ed color charts
#f299ed RGB chart
      #f299ed CMYK chart
      #f299ed RGB pie chart
      #f299ed color shades, tints & tones
#f299ed color schemes
#f299ed color preview, HTML & CSS examples
           This text has a color of #f299ed        
        
          <p style="color:#f299ed;">Text here</p>
        
        
          .mytext {color:#f299ed;}
        
        Text color #f299ed
      
           This box has a color of #f299ed        
        
          <div style="background-color:#f299ed;">Content here</div>
        
        
          .mybackground {background-color:#f299ed;}
        
        Background color #f299ed
      
           Border around this has a color of #f299ed        
        
          <div style="border:2px solid #f299ed;">Content here</div>
        
        
          .myborder {border:2px solid #f299ed;}
        
        Border color #f299ed