#f00ebd color space conversions
Hex:
        #f00ebd
        RGB:
        240, 14, 189
        CMY:
        6, 95, 26
        CMYK:
        0, 94, 21, 6
      HSL:
        314°, 88.9764%, 49.8039%
        HSV (HSB):
        314°, 94.1667%, 94.1176%
        XYZ:
        45.2775, 22.5135, 50.1033
        xyY:
        0.3841, 0.1910, 22.5135
      CIE-Lab:
        54.5676, 86.3266, -32.7381
        CIE-LCH:
        54.5676, 92.3259, 339.2315
        CIE-Luv:
        54.5676, 100.5685, -62.7021
        Hunter-Lab:
        47.4484, 87.2988, -29.3936
      #f00ebd color charts
#f00ebd RGB chart
      #f00ebd CMYK chart
      #f00ebd RGB pie chart
      #f00ebd color shades, tints & tones
#f00ebd color schemes
#f00ebd color preview, HTML & CSS examples
           This text has a color of #f00ebd        
        
          <p style="color:#f00ebd;">Text here</p>
        
        
          .mytext {color:#f00ebd;}
        
        Text color #f00ebd
      
           This box has a color of #f00ebd        
        
          <div style="background-color:#f00ebd;">Content here</div>
        
        
          .mybackground {background-color:#f00ebd;}
        
        Background color #f00ebd
      
           Border around this has a color of #f00ebd        
        
          <div style="border:2px solid #f00ebd;">Content here</div>
        
        
          .myborder {border:2px solid #f00ebd;}
        
        Border color #f00ebd