91³Ô¹ÏÍø

Watch CBS News

Life jacket worn by a passenger on Titanic who survived auctioned off for over $900,000

A life jacket worn by a passenger on RMS Titanic as she escaped the sinking steamship on a lifeboat sold at auction on Saturday for $906,000.

The flotation device was worn by Laura Mabel Francatelli, a first-class passenger on the doomed ocean liner, and is signed by her and other survivors from the same lifeboat.

Britain-Titanic Auction
A Titanic life preserver, belonging to a survivor, was auctioned off for more than $900,000.  SANG TAN / AP

It was the star among items in a sale of Titanic memorabilia by Henry Aldridge & Son auctioneers in Devizes, western England, and sold to an unidentified telephone bidder for well over the of between 250,000 and 350,000 pounds.

The cream-colored life jacket, made of canvas with cork-filled sections, has been displayed at museums in both the United States and Europe.

"There are only a handful of life jackets worn by survivors which still exist today," auctioneer Andrew Aldridge told Cover Media, adding that most are held in museums and are unlikely to be sold.

A seat cushion from one of the Titanic lifeboats sold at the same auction for $527,000 to the owners of two Titanic museums in Pigeon Forge, Tennessee, and Branson, Missouri.

The prices include an auction-house fee known as the buyer's premium.

"These record-breaking prices illustrate the continuing interest in the Titanic story, and the respect for the passengers and crew whose stories are immortalized by these items of memorabilia," auctioneer Andrew Aldridge said.

Billed as the world's most luxurious ocean liner and described as "practically unsinkable," the Titanic hit an iceberg off Newfoundland during its maiden voyage from England to New York. It sank within hours on April 15, 1912. Some 1,500 of the 2,200 passengers and crew died.

The Titanic is still a subject of worldwide fascination, in part because of the range of passengers aboard the ship, from paupers to plutocrats.

Francatelli was traveling with her employer, fashion designer Lucy Duff Gordon, and Lucy's husband Cosmo Duff Gordon. All three survived in the ship's lifeboat No. 1, which was launched carrying 12 people despite having a capacity for 40. Its failure to pick up survivors from the frigid water became a source of controversy.

The survivors were eventually picked up by the RMS Carpathia.

In 2025, a collector paid a record price of over $2 million for a gold pocket watch linked to the Titanic. The 18-carat gold watch was gifted to its original owner, Isidor Straus, by his wife, Ida Straus, for his 43rd birthday. Straus, an American businessman and owner of Macy's, and his wife were first-class passengers on the Titanic. 

The couple was known for their final act of selflessness aboard the sinking ship. The Strauses were offered two seats on a lifeboat once the ship had struck an iceberg, according to the U.K. government's , but they gave up their spots for younger people.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });