#fe94ae color space conversions
Hex:
        #fe94ae
        RGB:
        254, 148, 174
        CMY:
        0, 42, 32
        CMYK:
        0, 42, 31, 0
      HSL:
        345°, 98.1481%, 78.8235%
        HSV (HSB):
        345°, 41.7323%, 99.6078%
        XYZ:
        59.1029, 45.3066, 45.6744
        xyY:
        0.3938, 0.3019, 45.3066
      CIE-Lab:
        73.0933, 42.7467, 3.8934
        CIE-LCH:
        73.0933, 42.9236, 5.2042
        CIE-Luv:
        73.0933, 68.5305, -2.5764
        Hunter-Lab:
        67.3102, 38.9423, 6.8850
      #fe94ae color charts
#fe94ae RGB chart
      #fe94ae CMYK chart
      #fe94ae RGB pie chart
      #fe94ae color shades, tints & tones
#fe94ae color schemes
#fe94ae color preview, HTML & CSS examples
           This text has a color of #fe94ae        
        
          <p style="color:#fe94ae;">Text here</p>
        
        
          .mytext {color:#fe94ae;}
        
        Text color #fe94ae
      
           This box has a color of #fe94ae        
        
          <div style="background-color:#fe94ae;">Content here</div>
        
        
          .mybackground {background-color:#fe94ae;}
        
        Background color #fe94ae
      
           Border around this has a color of #fe94ae        
        
          <div style="border:2px solid #fe94ae;">Content here</div>
        
        
          .myborder {border:2px solid #fe94ae;}
        
        Border color #fe94ae