#faccbd color space conversions
Hex:
        #faccbd
        RGB:
        250, 204, 189
        CMY:
        2, 20, 26
        CMYK:
        0, 18, 24, 2
      HSL:
        15°, 85.9155%, 86.0784%
        HSV (HSB):
        15°, 24.4000%, 98.0392%
        XYZ:
        70.2025, 67.1838, 57.4118
        xyY:
        0.3604, 0.3449, 67.1838
      CIE-Lab:
        85.5967, 14.0516, 13.5906
        CIE-LCH:
        85.5967, 19.5487, 44.0447
        CIE-Luv:
        85.5967, 29.7919, 17.0382
        Hunter-Lab:
        81.9658, 9.4427, 15.8471
      #faccbd color charts
#faccbd RGB chart
      #faccbd CMYK chart
      #faccbd RGB pie chart
      #faccbd color shades, tints & tones
#faccbd color schemes
#faccbd color preview, HTML & CSS examples
           This text has a color of #faccbd        
        
          <p style="color:#faccbd;">Text here</p>
        
        
          .mytext {color:#faccbd;}
        
        Text color #faccbd
      
           This box has a color of #faccbd        
        
          <div style="background-color:#faccbd;">Content here</div>
        
        
          .mybackground {background-color:#faccbd;}
        
        Background color #faccbd
      
           Border around this has a color of #faccbd        
        
          <div style="border:2px solid #faccbd;">Content here</div>
        
        
          .myborder {border:2px solid #faccbd;}
        
        Border color #faccbd