COLOR #FAC3D1

HEX: #FAC3D1 RGB: (250,195,209)

Color info

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

RGB color model

#FAC3D1 color RGB value is (250,195,209).

RGB: (250,195,209) (98%, 76%, 82%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 209 of 255 = 82%

250
195
209

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

Portions of RGB colors in percentages

R + G + B = 250 + 195 + 209 = 654 (100%)
R 250 of 654 ~ 38.23%
G 195 of 654 ~ 29.82%
B 209 of 654 ~ 31.96'%

%38.23
%29.82
%31.96

CMYK color model

#FAC3D1 color CMYK value is (0,22,16,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 16.40%
  • key color value is 1.96%

CMYK: (0,22,16,2)
C0M22Y16K2 (0%, 22%, 16%, 2%)
(0.00 / 0.22 / 0.16 / 0.02)

CMYK percentages

%0
%22
%16.4
%1.96

Codes

Color #FAC3D1 in popluar color models

FA C3 D1
RGB 250 195 209
HSL 345° 84.62% 87.25%
HSB/HSV 345° 22.00% 98.04%
CMYK 0.00% 22.00% 16.40%
1.96%

Color #FAC3D1 in popluar number systems.

HEX FA C3 D1
Decimal 250 195 209
Binary 11111010 11000011 11010001
Octal 372 303 321

Shades and tints

Shades of #FAC3D1

#FAC3D1
(250,195,209)
#E4B2BE
(228,178,190)
#CEA1AB
(206,161,171)
#B89098
(184,144,152)
#A27F85
(162,127,133)
#8C6E72
(140,110,114)
#765D5F
(118,93,95)
#604C4C
(96,76,76)
#4A3B39
(74,59,57)
#342A26
(52,42,38)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #FAC3D1

#FAC3D1
(250,195,209)
#FAC8D5
(250,200,213)
#FACDD9
(250,205,217)
#FAD2DD
(250,210,221)
#FAD7E1
(250,215,225)
#FADCE5
(250,220,229)
#FAE1E9
(250,225,233)
#FAE6ED
(250,230,237)
#FAEBF1
(250,235,241)
#FAF0F5
(250,240,245)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC3D1 color. Also use rgb(250,195,209) instead hex code.

Text Font Color

.myTextColor { color: #FAC3D1; }

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

This text font color is #FAC3D1.

Background Color

.myBgColor { background-color: #FAC3D1; }

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

This div background color is #FAC3D1.

Border color

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

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

This div border color is #FAC3D1.

Opacity

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

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

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

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

This text has shadow with #FAC3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC3D1.

Preview

Color preview on black background

This text has color #FAC3D1 on black background.


Color preview on white background

This text has color #FAC3D1 on white background.


Black color preview on #FAC3D1 background

This text has black color on #FAC3D1 background.


White color preview on #FAC3D1 background

This text has white color on #FAC3D1 background.


Related colors

Complementary color

Complementary color for #hex is #053C2E.


I love getcolorcode.com

Triadic colors

1 #D1FAC3 and #C3D1FA with #FAC3D1 are triadic colors.

2 #D1C3FA and #C3FAD1 with #FAC3D1 are triadic colors.