COLOR #FCAF9E

HEX: #FCAF9E
RGB: (252,175,158)

Color info

#FCAF9E contains mainly red color. Web safe color of #FCAF9E is #FF9999 (or #F99).

RGB color model

#FCAF9E color RGB value is (252,175,158).

  • red value is 252;
  • green value is 175;
  • blue value is 158.
RGB:
(252,175,158)
(99%,69%,62%)

RGB channels and saturation

R 252 of 255 = 99%
G 175 of 255 = 69%
B 158 of 255 = 62%

252
175
158

R + G + B ~ 77%. #FCAF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 175 + 158 = 585 (100%)
R 252 of 585 ~ 43.08%
G 175 of 585 ~ 29.91%
B 158 of 585 ~ 27.01%

%43.08
%29.91
%27.01

CMYK color model

#FCAF9E color CMYK value is (0,31,37,1).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 37.30%
  • key color value is 1.18%
CMYK:
(0,31,37,1)
C0M31Y37K1 
(0%,31%,37%,1%)
(0.00/0.31/0.37/0.01)	

CMYK percentages

%0
%30.56
%37.3
%1.18

Codes

Color #FCAF9E in popluar color models

FCAF9E
RGB252175158
HSL11°94.00%80.39%
HSB/HSV11°37.30%98.82%
CMYK0.00%30.56%37.30%
1.18%

Color #FCAF9E in popluar number systems.

HEXFCAF9E
Decimal252175158
Binary111111001010111110011110
Octal374257236

Shades and tints

Shades of #FCAF9E

#FCAF9E
(252,175,158)
#E6A090
(230,160,144)
#D09182
(208,145,130)
#BA8274
(186,130,116)
#A47366
(164,115,102)
#8E6458
(142,100,88)
#78554A
(120,85,74)
#62463C
(98,70,60)
#4C372E
(76,55,46)
#362820
(54,40,32)
#201912
(32,25,18)
#000000
(0,0,0)

Tints of #FCAF9E

#FCAF9E
(252,175,158)
#FCB6A6
(252,182,166)
#FCBDAE
(252,189,174)
#FCC4B6
(252,196,182)
#FCCBBE
(252,203,190)
#FCD2C6
(252,210,198)
#FCD9CE
(252,217,206)
#FCE0D6
(252,224,214)
#FCE7DE
(252,231,222)
#FCEEE6
(252,238,230)
#FCF5EE
(252,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAF9E color. Also use rgb(252,175,158) instead hex code.

Text Font Color

.myTextColor { color: #FCAF9E; }

<p style="color:#FCAF9E">This sample text font color is #FCAF9E.</p>

This text font color is #FCAF9E.


Background Color

.myBgColor { background-color: #FCAF9E; }

<div style="background-color:#FCAF9E">Inner text</div>

This div background color is #FCAF9E.


Border color

.myBorderColor { border: 1px solid #FCAF9E; }

<div style="border:3px solid #FCAF9E">Div</div>

This div border color is #FCAF9E.


Opacity

.myOpacity80 { color: #FCAF9E; opacity: 0.8; }

<p style="color:#FCAF9E;opacity:0.8;">80%</p>

Text with #FCAF9E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCAF9E;}

<p style="text-shadow: 3px 3px 1px #FCAF9E">Text here.</p>

This text has shadow with #FCAF9E color.

.textShadow {text-shadow: 3px 3px 1px #FCAF9E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCAF9E, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCAF9E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCAF9E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCAF9E, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCAF9E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FCAF9E;
  -webkit-box-shadow:	1px 1px 3px 2px #FCAF9E;
  box-shadow:		1px 1px 3px 2px #FCAF9E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCAF9E;
-webkit-box-shadow: 1px 1px 3px 2px #FCAF9E;
box-shadow:1px 1px 3px 2px #FCAF9E;">
Div content here</div>
This div box has shadow with color #FCAF9E.

Preview

Color preview on black background

This text has color #FCAF9E on black background.


Color preview on white background

This text has color #FCAF9E on white background.



Black color preview on #FCAF9E background

This text has black color on #FCAF9E background.


White color preview on #FCAF9E background

This text has white color on #FCAF9E background.