#fa1cae color space conversions
Hex:
        #fa1cae
        RGB:
        250, 28, 174
        CMY:
        2, 89, 32
        CMYK:
        0, 89, 30, 2
      HSL:
        321°, 95.6897%, 54.5098%
        HSV (HSB):
        321°, 88.8000%, 98.0392%
        XYZ:
        47.4796, 24.2105, 42.2150
        xyY:
        0.4168, 0.2125, 24.2105
      CIE-Lab:
        56.2979, 85.0989, -21.1847
        CIE-LCH:
        56.2979, 87.6962, 346.0208
        CIE-Luv:
        56.2979, 113.9086, -45.9520
        Hunter-Lab:
        49.2042, 86.1364, -16.4253
      #fa1cae color charts
#fa1cae RGB chart
      #fa1cae CMYK chart
      #fa1cae RGB pie chart
      #fa1cae color shades, tints & tones
#fa1cae color schemes
#fa1cae color preview, HTML & CSS examples
           This text has a color of #fa1cae        
        
          <p style="color:#fa1cae;">Text here</p>
        
        
          .mytext {color:#fa1cae;}
        
        Text color #fa1cae
      
           This box has a color of #fa1cae        
        
          <div style="background-color:#fa1cae;">Content here</div>
        
        
          .mybackground {background-color:#fa1cae;}
        
        Background color #fa1cae
      
           Border around this has a color of #fa1cae        
        
          <div style="border:2px solid #fa1cae;">Content here</div>
        
        
          .myborder {border:2px solid #fa1cae;}
        
        Border color #fa1cae