COLOR #FAC3D2

HEX: #FAC3D2 RGB: (250,195,210)

Color info

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

RGB color model

#FAC3D2 color RGB value is (250,195,210).

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

RGB channels and saturation

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

250
195
210

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

Portions of RGB colors in percentages

R + G + B = 250 + 195 + 210 = 655 (100%)
R 250 of 655 ~ 38.17%
G 195 of 655 ~ 29.77%
B 210 of 655 ~ 32.06'%

%38.17
%29.77
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 16.00%
  • 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
%1.96

Codes

Color #FAC3D2 in popluar color models

FA C3 D2
RGB 250 195 210
HSL 344° 84.62% 87.25%
HSB/HSV 344° 22.00% 98.04%
CMYK 0.00% 22.00% 16.00%
1.96%

Color #FAC3D2 in popluar number systems.

HEX FA C3 D2
Decimal 250 195 210
Binary 11111010 11000011 11010010
Octal 372 303 322

Shades and tints

Shades of #FAC3D2

#FAC3D2
(250,195,210)
#E4B2BF
(228,178,191)
#CEA1AC
(206,161,172)
#B89099
(184,144,153)
#A27F86
(162,127,134)
#8C6E73
(140,110,115)
#765D60
(118,93,96)
#604C4D
(96,76,77)
#4A3B3A
(74,59,58)
#342A27
(52,42,39)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #FAC3D2

#FAC3D2
(250,195,210)
#FAC8D6
(250,200,214)
#FACDDA
(250,205,218)
#FAD2DE
(250,210,222)
#FAD7E2
(250,215,226)
#FADCE6
(250,220,230)
#FAE1EA
(250,225,234)
#FAE6EE
(250,230,238)
#FAEBF2
(250,235,242)
#FAF0F6
(250,240,246)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC3D2; }

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

This text font color is #FAC3D2.

Background Color

.myBgColor { background-color: #FAC3D2; }

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

This div background color is #FAC3D2.

Border color

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

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

This div border color is #FAC3D2.

Opacity

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

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

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

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

This text has shadow with #FAC3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC3D2.

Preview

Color preview on black background

This text has color #FAC3D2 on black background.


Color preview on white background

This text has color #FAC3D2 on white background.


Black color preview on #FAC3D2 background

This text has black color on #FAC3D2 background.


White color preview on #FAC3D2 background

This text has white color on #FAC3D2 background.


Related colors

Complementary color

Complementary color for #hex is #053C2D.


I love getcolorcode.com

Triadic colors

1 #D2FAC3 and #C3D2FA with #FAC3D2 are triadic colors.

2 #D2C3FA and #C3FAD2 with #FAC3D2 are triadic colors.