ADVERTISEMENT

Tingting Cojuangco: 'Certainly, no amount of money or power can buy elegance'

Tingting's List: Elegant Filipina gala makes a return, continuing its mission of honoring and inspiring women of style and substance

Published Nov 13, 2025 09:31 am
In Manila’s society pool, Margarita “Tingting” Cojuangco shines as a vision of style, grace, and, above all, elegance. When she enters a room, clad in fashions that exude timeless Filipino style, the philanthropist commands attention not through volume or vanity, but through presence—the kind that speaks of heritage, intellect, and heart. Those traits are something Tingting shares with many notable Filipinas. And on Nov. 5, 2026, at the Rizal Ballroom of the Shangri-La Makati Hotel, she honored them with the return of her gala.
Tingting Cojuangco
Tingting Cojuangco
After a long hiatus due to the pandemic, Tingting’s List: The Elegant Filipinas made a grand return, putting the spotlight on women whose grace, intellect, and compassion continue to inspire and uplift. “Elegance” was the buzzword of the evening. While it is traditionally associated with the way a woman carries herself or the clothes she wears, for the women behind the gala, the word goes beyond the façade.
“Our vision is clear: to celebrate Filipinas who embody a kind of beauty that endures—one that radiates from character, purpose, and inner peace,” said Fortune Ledesma, one of the gala's of the board directors. “Over the years, we have discovered that elegance is not simply a matter of style—it is a way of living. It shows in the quiet strength one displays when facing challenges, in kindness extended without expectation, and in the thoughtful influence that shapes communities for the better.”
Fortune Ledesma
Fortune Ledesma
Echoing that is the gala’s mission. In the past, The Elegant Filipinas has extended help and support to various initiatives and communities, including the weavers of La Trinidad, typhoon victims in Tacloban, the widows of Mamasapano, and the Center for Possibilities Foundation, Inc. For its sixth edition, the gala benefited the Philippine Society for Orphan Disorders, whose program reminds everyone that elegance also lies in caring for the people and the world we live in.
(From left) KC Concepcion, Margarita Gutierrez, Crystal Jacinto, Pia Wurtzbach-Jauncey, Vanessa Pastor-Ledesma, Tingting Cojuangco, Nikki Prieto-Teodoro, Fortune Ledesma, Linda Ley, Janet Olivarez, Marian Rivera, Joy Wambangco-Rustia, and Annette Gozon-Valdes
(From left) KC Concepcion, Margarita Gutierrez, Crystal Jacinto, Pia Wurtzbach-Jauncey, Vanessa Pastor-Ledesma, Tingting Cojuangco, Nikki Prieto-Teodoro, Fortune Ledesma, Linda Ley, Janet Olivarez, Marian Rivera, Joy Wambangco-Rustia, and Annette Gozon-Valdes
This year’s honorees are trailblazers from various fields—women who use their gifts to elevate others and to leave a legacy of grace and goodness. Tingting’s list includes noted actress Sharon Cuneta (there to receive her award was her daughter and former honoree KC Concepcion), Undersecretary of the Department of Justice Margarita Gutierrez, Villa Medica Philippines CEO Crystal Jacinto, Miss Universe 2015 and HIV/AIDS awareness advocate Pia Wurtzbach-Jauncey, Honorary Consul of Montenegro to the Philippines Vanessa Pastor-Ledesma, philanthropist Linda Ley, former Metro Manila Mayors’ Spouses Foundation president Janet Olivarez, celebrated actress Marian Rivera, Wamrus Group of Companies’ Joy Wambangco-Rustia, GMA Films CEO and GMA Worldwide president Annette Gozon-Valdes, and Special Envoy of the President of the Philippines to UNICEF Nikki Prieto-Teodoro.
Albert Andrada with Michelle Dee
Albert Andrada with Michelle Dee
The night culminated in a celebration of Filipino style as noted designer Albert Andrada unveiled his latest collection, centering on the striking hue of magenta.
The woman of the hour, Tingting, defined elegance as something rooted in goodness—an innate trait that comes from authenticity.
“In the face of all the problems besetting our country today, one might ask: What is the relevance of tonight’s celebration of elegance? For one, it allows us a breath of hope that not all is lost,” Tingting mused. “Tonight, we celebrate the elegance of the Filipina—her compassion for her neighbor, her challenges and victories, her elegance and purpose. The only beauty that never fades is elegance.”
Photos by the Headquarters and Tagapagkwento Film Production

Related Tags

fashion and beauty Tingting Cojuangco
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.