COLOR #FAC5CF

HEX: #FAC5CF RGB: (250,197,207)

Color info

#FAC5CF contains red, green and blue colors in about the same proportion. Web safe color of #FAC5CF is #FFCCCC (or #FCC).

RGB color model

#FAC5CF color RGB value is (250,197,207).

RGB: (250,197,207) (98%, 77%, 81%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 207 of 255 = 81%

250
197
207

R + G + B ~ 85%. #FAC5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 197 + 207 = 654 (100%)
R 250 of 654 ~ 38.23%
G 197 of 654 ~ 30.12%
B 207 of 654 ~ 31.65'%

%38.23
%30.12
%31.65

CMYK color model

#FAC5CF color CMYK value is (0,21,17,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 17.20%
  • key color value is 1.96%

CMYK: (0,21,17,2)
C0M21Y17K2 (0%, 21%, 17%, 2%)
(0.00 / 0.21 / 0.17 / 0.02)

CMYK percentages

%0
%21.2
%17.2
%1.96

Codes

Color #FAC5CF in popluar color models

FA C5 CF
RGB 250 197 207
HSL 349° 84.13% 87.65%
HSB/HSV 349° 21.20% 98.04%
CMYK 0.00% 21.20% 17.20%
1.96%

Color #FAC5CF in popluar number systems.

HEX FA C5 CF
Decimal 250 197 207
Binary 11111010 11000101 11001111
Octal 372 305 317

Shades and tints

Shades of #FAC5CF

#FAC5CF
(250,197,207)
#E4B4BD
(228,180,189)
#CEA3AB
(206,163,171)
#B89299
(184,146,153)
#A28187
(162,129,135)
#8C7075
(140,112,117)
#765F63
(118,95,99)
#604E51
(96,78,81)
#4A3D3F
(74,61,63)
#342C2D
(52,44,45)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #FAC5CF

#FAC5CF
(250,197,207)
#FACAD3
(250,202,211)
#FACFD7
(250,207,215)
#FAD4DB
(250,212,219)
#FAD9DF
(250,217,223)
#FADEE3
(250,222,227)
#FAE3E7
(250,227,231)
#FAE8EB
(250,232,235)
#FAEDEF
(250,237,239)
#FAF2F3
(250,242,243)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC5CF color. Also use rgb(250,197,207) instead hex code.

Text Font Color

.myTextColor { color: #FAC5CF; }

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

This text font color is #FAC5CF.

Background Color

.myBgColor { background-color: #FAC5CF; }

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

This div background color is #FAC5CF.

Border color

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

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

This div border color is #FAC5CF.

Opacity

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

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

Text with #FAC5CF 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 #FAC5CF;}

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

This text has shadow with #FAC5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC5CF.

Preview

Color preview on black background

This text has color #FAC5CF on black background.


Color preview on white background

This text has color #FAC5CF on white background.


Black color preview on #FAC5CF background

This text has black color on #FAC5CF background.


White color preview on #FAC5CF background

This text has white color on #FAC5CF background.


Related colors

Complementary color

Complementary color for #hex is #053A30.


I love getcolorcode.com

Triadic colors

1 #CFFAC5 and #C5CFFA with #FAC5CF are triadic colors.

2 #CFC5FA and #C5FACF with #FAC5CF are triadic colors.