COLOR #FACFC9

HEX: #FACFC9 RGB: (250,207,201)

Color info

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

RGB color model

#FACFC9 color RGB value is (250,207,201).

RGB: (250,207,201) (98%, 81%, 79%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 201 of 255 = 79%

250
207
201

R + G + B ~ 86%. #FACFC9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 201 = 658 (100%)
R 250 of 658 ~ 37.99%
G 207 of 658 ~ 31.46%
B 201 of 658 ~ 30.55'%

%37.99
%31.46
%30.55

CMYK color model

#FACFC9 color CMYK value is (0,17,20,2).

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

CMYK: (0,17,20,2)
C0M17Y20K2 (0%, 17%, 20%, 2%)
(0.00 / 0.17 / 0.20 / 0.02)

CMYK percentages

%0
%17.2
%19.6
%1.96

Codes

Color #FACFC9 in popluar color models

FA CF C9
RGB 250 207 201
HSL 83.05% 88.43%
HSB/HSV 19.60% 98.04%
CMYK 0.00% 17.20% 19.60%
1.96%

Color #FACFC9 in popluar number systems.

HEX FA CF C9
Decimal 250 207 201
Binary 11111010 11001111 11001001
Octal 372 317 311

Shades and tints

Shades of #FACFC9

#FACFC9
(250,207,201)
#E4BDB7
(228,189,183)
#CEABA5
(206,171,165)
#B89993
(184,153,147)
#A28781
(162,135,129)
#8C756F
(140,117,111)
#76635D
(118,99,93)
#60514B
(96,81,75)
#4A3F39
(74,63,57)
#342D27
(52,45,39)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #FACFC9

#FACFC9
(250,207,201)
#FAD3CD
(250,211,205)
#FAD7D1
(250,215,209)
#FADBD5
(250,219,213)
#FADFD9
(250,223,217)
#FAE3DD
(250,227,221)
#FAE7E1
(250,231,225)
#FAEBE5
(250,235,229)
#FAEFE9
(250,239,233)
#FAF3ED
(250,243,237)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFC9; }

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

This text font color is #FACFC9.

Background Color

.myBgColor { background-color: #FACFC9; }

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

This div background color is #FACFC9.

Border color

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

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

This div border color is #FACFC9.

Opacity

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

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

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

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

This text has shadow with #FACFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACFC9.

Preview

Color preview on black background

This text has color #FACFC9 on black background.


Color preview on white background

This text has color #FACFC9 on white background.


Black color preview on #FACFC9 background

This text has black color on #FACFC9 background.


White color preview on #FACFC9 background

This text has white color on #FACFC9 background.


Related colors

Complementary color

Complementary color for #hex is #053036.


I love getcolorcode.com

Triadic colors

1 #C9FACF and #CFC9FA with #FACFC9 are triadic colors.

2 #C9CFFA and #CFFAC9 with #FACFC9 are triadic colors.