#efbcbd color space conversions
Hex:
        #efbcbd
        RGB:
        239, 188, 189
        CMY:
        6, 26, 26
        CMYK:
        0, 21, 21, 6
      HSL:
        359°, 61.4458%, 83.7255%
        HSV (HSB):
        359°, 21.3389%, 93.7255%
        XYZ:
        62.7651, 57.9913, 56.0295
        xyY:
        0.3550, 0.3280, 57.9913
      CIE-Lab:
        80.7339, 18.4516, 6.5139
        CIE-LCH:
        80.7339, 19.5677, 19.4444
        CIE-Luv:
        80.7339, 31.7456, 6.1149
        Hunter-Lab:
        76.1520, 13.8552, 9.6833
      #efbcbd color charts
#efbcbd RGB chart
      #efbcbd CMYK chart
      #efbcbd RGB pie chart
      #efbcbd color shades, tints & tones
#efbcbd color schemes
#efbcbd color preview, HTML & CSS examples
           This text has a color of #efbcbd        
        
          <p style="color:#efbcbd;">Text here</p>
        
        
          .mytext {color:#efbcbd;}
        
        Text color #efbcbd
      
           This box has a color of #efbcbd        
        
          <div style="background-color:#efbcbd;">Content here</div>
        
        
          .mybackground {background-color:#efbcbd;}
        
        Background color #efbcbd
      
           Border around this has a color of #efbcbd        
        
          <div style="border:2px solid #efbcbd;">Content here</div>
        
        
          .myborder {border:2px solid #efbcbd;}
        
        Border color #efbcbd