COLOR #FACFC1

HEX: #FACFC1 RGB: (250,207,193)

Color info

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

RGB color model

#FACFC1 color RGB value is (250,207,193).

RGB: (250,207,193) (98%, 81%, 76%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 193 of 255 = 76%

250
207
193

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

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 193 = 650 (100%)
R 250 of 650 ~ 38.46%
G 207 of 650 ~ 31.85%
B 193 of 650 ~ 29.69'%

%38.46
%31.85
%29.69

CMYK color model

#FACFC1 color CMYK value is (0,17,23,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 22.80%
  • key color value is 1.96%
CMYK: (0,17,23,2) C0M17Y23K2 (0%,17%,23%,2%) (0.00/0.17/0.23/0.02) 

CMYK percentages

%0
%17.2
%22.8
%1.96

Codes

Color #FACFC1 in popluar color models

FA CF C1
RGB 250 207 193
HSL 15° 85.07% 86.86%
HSB/HSV 15° 22.80% 98.04%
CMYK 0.00% 17.20% 22.80%
1.96%

Color #FACFC1 in popluar number systems.

HEX FA CF C1
Decimal 250 207 193
Binary 11111010 11001111 11000001
Octal 372 317 301

Shades and tints

Shades of #FACFC1

#FACFC1
(250,207,193)
#E4BDB0
(228,189,176)
#CEAB9F
(206,171,159)
#B8998E
(184,153,142)
#A2877D
(162,135,125)
#8C756C
(140,117,108)
#76635B
(118,99,91)
#60514A
(96,81,74)
#4A3F39
(74,63,57)
#342D28
(52,45,40)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FACFC1

#FACFC1
(250,207,193)
#FAD3C6
(250,211,198)
#FAD7CB
(250,215,203)
#FADBD0
(250,219,208)
#FADFD5
(250,223,213)
#FAE3DA
(250,227,218)
#FAE7DF
(250,231,223)
#FAEBE4
(250,235,228)
#FAEFE9
(250,239,233)
#FAF3EE
(250,243,238)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFC1; }

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

This text font color is #FACFC1.

Background Color

.myBgColor { background-color: #FACFC1; }

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

This div background color is #FACFC1.

Border color

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

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

This div border color is #FACFC1.

Opacity

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

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

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

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

This text has shadow with #FACFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACFC1.

Preview

Color preview on black background

This text has color #FACFC1 on black background.


Color preview on white background

This text has color #FACFC1 on white background.


Black color preview on #FACFC1 background

This text has black color on #FACFC1 background.


White color preview on #FACFC1 background

This text has white color on #FACFC1 background.


Related colors

Complementary color

Complementary color for #hex is #05303E.


I love getcolorcode.com

Triadic colors

1 #C1FACF and #CFC1FA with #FACFC1 are triadic colors.

2 #C1CFFA and #CFFAC1 with #FACFC1 are triadic colors.