ADVERTISEMENT
970x220

Cebuana fashion model feted in Dubai

Published Apr 9, 2025 08:45 am

CEBU CITY – “I’m incredibly grateful and truly honored.”

MELENDRES.jpg

CEBUANA fashion model Priscilla ‘Happy’ Melendres shows her award during the Global Filipino Icon Awards 2025 last April 5 at Dusit Thani in Dubai, United Arab Emirates. (Contributed photo)

Cebuano socialite, entrepreneur, and fashion model Priscilla “Happy” Melendres said this after she was awarded the Special Icon Award for Fashion and Media Excellence at the Global Filipino Icon Awards 2025 last April 5 at Dusit Thani in Dubai, United Arab Emirates.

Melendres was the first Cebuana to receive the award which recognized her growing influence in international fashion.

“I’m incredibly grateful and truly honored to receive this award. To be recognized by a global Filipino platform, especially in a place like Dubai, is something I never expected, and it means so much to me. I’m proud to represent Cebu and our Filipino heritage on such a stage," Melendres said.

Now in its fifth year, the  Global Filipino Icon Awards celebrated the achievements of Filipinos worldwide. The event honored 48 Star Icons, 46 Special Icon recipients, and 40 business honorees. 

Among the distinguished awardees was journalist Kara David, who was awarded with the Star Icon of Investigative Journalism and Media Excellence for her commitment to uncovering untold Filipino stories.

Melendres said the award was extra special as she sees herself a late bloomer as a fashion model.

Now 47, Melendres said she dedicated her younger years to raising five children. With her children grown and independent, Melendres finally had the time pursuing dreams she had long set aside, including modeling and international fashion collaborations.

“Actually, when I was younger, I had many offers, even to become an actress, but I declined because I wanted to focus on being a mother and businesswoman,” she said before flying to Dubai to receive the award. “Now that all my children have graduated, it's time for myself," she added.

Melendres was honored alongside other Filipino icons. Other awardees were actress Arci Muñoz, Miss Universe Bahrain Shereen Ahmed, Chef JP Anglo, basketball player Thirdy Ravena, Haiku Desesto, Harvey Cenit Brian de Gracia, and fashion designer Michael Cinco.

Other awardees in past editions include veteran journalist Jessica Soho, Ezra Santos, and Cinco, the designer who now counts Melendres as one of his muses.

Melendres wore a Cinco couture gown during the awarding ceremony.

“I’m very lucky that he got me as one of his muses,” she said. “I was his muse at the Cannes Film Festival last year.”

Melenderes became the first Cebuana to walk the red carpet at the Cannes Film Festival in France in 2024.

“That dress showcased her exceptional style and confidence on the red carpet,” Cinco said.

Melendres marveled at her experience in Cannes as she met supermodels Coco Rocha and Bella Hadid as well as Hollywood stars Michelle Yeoh, Selena Gomez, and Demi Moore.

“I just screamed, ‘OMG! I just walked the red carpet at Cannes yesterday!’”

Melendres is also involved in real estate, agriculture, and waste management. She is also a lifestyle columnist and  quietly supports various philanthropic efforts, particularly for nature and tree preservation.

“I always bring Cebu with me, especially when I walk in shows,” she said. 

“Sometimes we Filipinos are not so proud of ourselves, but when I go there, I tell everyone, ‘I’m from the Philippines. I’m a Filipino.’ Loud and proud," she added.

Melendres sees the fashion industry thriving under the current Marcos administration.

“The BBM administration, especially the First Lady, promotes our culture through fashion. She (Liza Araneta-Marcos) even has all the national government agencies use local designers and local materials for their uniforms,” said Melendres.

Related Tags

Priscilla Melendres United Arab Emirates Dubai Cebu City Global Filipino Icon Awards 2025 Fashion model
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.