COLOR #FAC7D6

HEX: #FAC7D6 RGB: (250,199,214)

Color info

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

RGB color model

#FAC7D6 color RGB value is (250,199,214).

RGB: (250,199,214) (98%, 78%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 199 of 255 = 78%
B 214 of 255 = 84%

250
199
214

R + G + B ~ 87%. #FAC7D6 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 199 + 214 = 663 (100%)
R 250 of 663 ~ 37.71%
G 199 of 663 ~ 30.02%
B 214 of 663 ~ 32.28'%

%37.71
%30.02
%32.28

CMYK color model

#FAC7D6 color CMYK value is (0,20,14,2).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK: (0,20,14,2) C0M20Y14K2 (0%,20%,14%,2%) (0.00/0.20/0.14/0.02) 

CMYK percentages

%0
%20.4
%14.4
%1.96

Codes

Color #FAC7D6 in popluar color models

FA C7 D6
RGB 250 199 214
HSL 342° 83.61% 88.04%
HSB/HSV 342° 20.40% 98.04%
CMYK 0.00% 20.40% 14.40%
1.96%

Color #FAC7D6 in popluar number systems.

HEX FA C7 D6
Decimal 250 199 214
Binary 11111010 11000111 11010110
Octal 372 307 326

Shades and tints

Shades of #FAC7D6

#FAC7D6
(250,199,214)
#E4B5C3
(228,181,195)
#CEA3B0
(206,163,176)
#B8919D
(184,145,157)
#A27F8A
(162,127,138)
#8C6D77
(140,109,119)
#765B64
(118,91,100)
#604951
(96,73,81)
#4A373E
(74,55,62)
#34252B
(52,37,43)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #FAC7D6

#FAC7D6
(250,199,214)
#FACCD9
(250,204,217)
#FAD1DC
(250,209,220)
#FAD6DF
(250,214,223)
#FADBE2
(250,219,226)
#FAE0E5
(250,224,229)
#FAE5E8
(250,229,232)
#FAEAEB
(250,234,235)
#FAEFEE
(250,239,238)
#FAF4F1
(250,244,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC7D6 color. Also use rgb(250,199,214) instead hex code.

Text Font Color

.myTextColor { color: #FAC7D6; }

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

This text font color is #FAC7D6.

Background Color

.myBgColor { background-color: #FAC7D6; }

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

This div background color is #FAC7D6.

Border color

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

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

This div border color is #FAC7D6.

Opacity

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

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

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

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

This text has shadow with #FAC7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC7D6.

Preview

Color preview on black background

This text has color #FAC7D6 on black background.


Color preview on white background

This text has color #FAC7D6 on white background.


Black color preview on #FAC7D6 background

This text has black color on #FAC7D6 background.


White color preview on #FAC7D6 background

This text has white color on #FAC7D6 background.


Related colors

Complementary color

Complementary color for #hex is #053829.


I love getcolorcode.com

Triadic colors

1 #D6FAC7 and #C7D6FA with #FAC7D6 are triadic colors.

2 #D6C7FA and #C7FAD6 with #FAC7D6 are triadic colors.