#faadbf color space conversions
Hex:
        #faadbf
        RGB:
        250, 173, 191
        CMY:
        2, 32, 25
        CMYK:
        0, 31, 24, 2
      HSL:
        346°, 88.5057%, 82.9412%
        HSV (HSB):
        346°, 30.8000%, 98.0392%
        XYZ:
        63.7719, 53.9727, 56.3468
        xyY:
        0.3663, 0.3100, 53.9727
      CIE-Lab:
        78.4458, 30.6298, 2.2669
        CIE-LCH:
        78.4458, 30.7136, 4.2326
        CIE-Luv:
        78.4458, 47.7990, -2.3879
        Hunter-Lab:
        73.4661, 26.3802, 5.9522
      #faadbf color charts
#faadbf RGB chart
      #faadbf CMYK chart
      #faadbf RGB pie chart
      #faadbf color shades, tints & tones
#faadbf color schemes
#faadbf color preview, HTML & CSS examples
           This text has a color of #faadbf        
        
          <p style="color:#faadbf;">Text here</p>
        
        
          .mytext {color:#faadbf;}
        
        Text color #faadbf
      
           This box has a color of #faadbf        
        
          <div style="background-color:#faadbf;">Content here</div>
        
        
          .mybackground {background-color:#faadbf;}
        
        Background color #faadbf
      
           Border around this has a color of #faadbf        
        
          <div style="border:2px solid #faadbf;">Content here</div>
        
        
          .myborder {border:2px solid #faadbf;}
        
        Border color #faadbf