<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Makeup isn't a 'lie' for people living with facial disfigurements</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2017/makeupisntalieforpeoplelivingwithfacialdisfigurements.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="112621">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Makeup isn't a 'lie' for people living with facial disfigurements</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Makeup isn't a 'lie' for people living with facial disfigurements</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">This article, written by Patricia Skinner, Professor of History, Swansea University, was originally posted on The Conversation. </p>

    <div class="news-item-content">
        <p>Though it has been used for thousands of years, creating countless trends and spanning numerous civilisations, makeup is still a polarising topic<span style="font-size: 12px;">.</span></p>
<p>At one end of the spectrum, those who can upload perfect selfies to social media are commended for their skills. While at the other, those who do not wear it are equally praised for bravely being their own &ldquo;gorgeous, beautiful, individual, unique self&rdquo; &ndash; as no makeup proponent Alicia Keys puts it.</p>
<p>Yet there is another group who, throughout time, have used makeup for more than just beauty reasons: for those living with disfigured and visibly-different faces, cosmetics provide a defensive barrier against intrusive stares and comments as they go about their day-to-day lives.</p>
<p>Such sensitivity to facial appearance is nothing new; we have been concerned about our looks for thousands of years. In the 11th century, Bishop Thietmar of Merseburg in Germany wrote of his &ldquo;ridiculous&rdquo; broken nose and swelling in his cheek. In the 1960s, a writer with muscular dystrophy commented that he thought &ldquo;a simple facial disfigurement is the worst disability of all &ndash; the quickly-suppressed flicker of revulsion is, I am certain, quite shattering&rdquo;.</p>
<p>For those with facial differences, makeup can be the difference between living and having a life.</p>
<p style="text-align: center;"><iframe height="260" src="https://www.youtube.com/embed/OLuRgEyMx70?wmode=transparent&amp;start=0" width="440"></iframe></p>
<h2>&lsquo;Normal&rsquo; beauty</h2>
<p>We are all aware that the idea of &ldquo;beauty&rdquo;, and how it is perceived, constantly changes. During the Renaissance <a href="https://sites.eca.ed.ac.uk/renaissancecosmetics/cosmetics-study-day/the-renaissance-makeover/">ivory skin and deep red lips</a> were the go-to look, for example, but by the time of the Victorians, <a href="http://www.atlasobscura.com/articles/the-poisonous-beauty-advice-columns-of-victorian-england">women were encouraged</a> to go for a <a href="http://www.ucl.ac.uk/museums-static/objectretrieval/node/111">more subtle style</a>.</p>
<p>Early on, makeup was labelled as a tool to serve female vanity. The Christian preacher Tertullian, who lived during the second and third centuries, <a href="https://books.google.co.uk/books?id=oqh67TAWp-UC&amp;pg=PT1205&amp;lpg=PT1205&amp;dq=%22they+who+rub+their+skin+with+medicaments,+stain+their+cheeks+with+rouge,+make+their+eyes+prominent+with+antimony,+sin+against+HIM.+To+them,+I+suppose,+the+plastic+skill+of+God+is+displeasing!%22&amp;source=bl&amp;ots=pmTQme7jRa&amp;sig=8jtQOxnABuocCnthdiVRjqF63II&amp;hl=en&amp;sa=X&amp;ved=0ahUKEwj-xYmVw5TSAhVFKcAKHRRBD1MQ6AEIKjAG#v=onepage&amp;q=%22they%20who%20rub%20their%20skin%20with%20medicaments%2C%20stain%20their%20cheeks%20with%20rouge%2C%20make%20their%20eyes%20prominent%20with%20antimony%2C%20sin%20against%20HIM.%20To%20them%2C%20I%20suppose%2C%20the%20plastic%20skill%20of%20God%20is%20displeasing!%22&amp;f=false">thundered</a>, &ldquo;they who rub their skin with medicaments, stain their cheeks with rouge, make their eyes prominent with antimony, sin against HIM. To them, I suppose, the plastic skill of God is displeasing!&rdquo;</p>
<p>The problem, according to Tertullian, was why women would want to paint themselves when they had natural beauty to attract men. He bluntly associates such ornament with prostitution. Fast forward a few centuries, and 17th-century poets like Arthur Dowton were <a href="https://books.google.co.uk/books?id=SXg7CQAAQBAJ&amp;pg=PT54&amp;lpg=PT54&amp;dq=A+loam+wall+and+a+painted+face+are+one++For+th%27+beauty+of+them+both+is+quickly+gone++When+the+loam+is+fallen+off+then+lathes+appear++So+wrinkles+in+that+face+from+th%27eye+to+th%27ear.++The+chastest+of+your+sex+condemn+these+arts,++And+many+that+use+them,+have+rid+in+carts.&amp;source=bl&amp;ots=K-MSXYM2B4&amp;sig=VbYJOjtxZx6d8cIrrmYIs6gemZI&amp;hl=en&amp;sa=X&amp;ved=0ahUKEwjzv5S-w5TSAhUqJsAKHYXlAiIQ6AEIHjAA#v=onepage&amp;q=A%20loam%20wall%20and%20a%20painted%20face%20are%20one%20%20For%20th'%20beauty%20of%20them%20both%20is%20quickly%20gone%20%20When%20the%20loam%20is%20fallen%20off%20then%20lathes%20appear%20%20So%20wrinkles%20in%20that%20face%20from%20th'eye%20to%20th'ear.%20%20The%20chastest%20of%20your%20sex%20condemn%20these%20arts%2C%20%20And%20many%20that%20use%20them%2C%20have%20rid%20in%20carts.&amp;f=false">still making the same association</a>, with painted women likely to end up in a cart to the gallows:</p>
<p>A loam wall and a painted face are one For th&rsquo; beauty of them both is quickly gone When the loam is fallen off then lathes appear So wrinkles in that face from th'eye to th'ear. The chastest of your sex condemn these arts, And many that use them, have rid in carts.</p>
<p>This belief, that makeup hides natural beauty, or <a href="https://www.bustle.com/articles/6925-is-it-unfair-to-men-when-women-wear-a-lot-of-makeup">is a &ldquo;lie&rdquo;</a>, is one that still crops up today. And yet both views ignore the fact that makeup products help both men and women lead &ldquo;normal&rdquo; lives.</p>
<h2>Changing lives</h2>
<p>The <a href="http://www.nytimes.com/roomfordebate/2013/01/02/does-makeup-hurt-self-esteem/makeup-can-provide-a-fleeting-confidence-boost-to-some">confidence that makeup can give</a> to those who are facially different should not be underestimated. Whether it is a simple slick of eyeliner, or a fuller coverage, makeup historically has been the difference between countless wearers hiding away and feeling that they could face the world.</p>
<p style="text-align: center;"><iframe height="260" src="https://www.youtube.com/embed/e1jIvcUYNOs?wmode=transparent&amp;start=0" width="440"></iframe></p>
<p>People living with disfigured and visibly-different faces form a substantial minority, for whom cosmetics might provide a defensive barrier against intrusive stares as they go about their day-to-day lives.</p>
<p>However, makeup is not yet the best tool it could be to help those with differences. James Partridge &ndash; founder of charity Changing Faces which works with clients to cover facial areas affected by different conditions &ndash; has made clear that his work is about building confidence, and yet he has also admitted, that to him coverage &ldquo;felt it was like wearing a crusty, odd-looking mask that made my face very conspicuous&rdquo;.</p>
<p>The beauty industry is making moves to celebrate diversity of a kind, but extreme differences &ndash; that is to say, those that aren&rsquo;t simple blemishes or acne scars &ndash; are still something to be hidden under coats of concealer and foundation, rather than shown to the world. Even though people like acid attack victim and popular model Katie Piper have stated that they use makeup as tools to be themselves, not to hide, the beauty business still perpetuates ideals that can only achieved by those without any serious disfigurement.</p>
<p>Will we ever live in a world where all can be comfortable with their appearance, disfigurement or not, makeup user or not? History might not give us the best examples but if we can accept that for some women and men makeup is a necessity, not a tool to deceive, those living with disfigurement may be able to finally feel comfortable in their own skin.</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Public Relations Office</span>
            &lt;<a class="email" href="mailto:press@swansea.ac.uk">press@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2017/makeupisntalieforpeoplelivingwithfacialdisfigurements.php" rel="bookmark">
                <abbr class="published" title="2017-02-16T15:46:00+00:00">Thursday 16 February 2017 15.46 GMT</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-25T09:56:30+01:00">Wednesday 25 September 2019 09.56 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Press Office </span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
