COLOR #FAC8C7

HEX: #FAC8C7 RGB: (250,200,199)

Color info

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

RGB color model

#FAC8C7 color RGB value is (250,200,199).

RGB: (250,200,199) (98%, 78%, 78%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 199 of 255 = 78%

250
200
199

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

Portions of RGB colors in percentages

R + G + B = 250 + 200 + 199 = 649 (100%)
R 250 of 649 ~ 38.52%
G 200 of 649 ~ 30.82%
B 199 of 649 ~ 30.66'%

%38.52
%30.82
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 20.40%
  • key color value is 1.96%

CMYK: (0,20,20,2)
C0M20Y20K2 (0%, 20%, 20%, 2%)
(0.00 / 0.20 / 0.20 / 0.02)

CMYK percentages

%0
%20
%20.4
%1.96

Codes

Color #FAC8C7 in popluar color models

FA C8 C7
RGB 250 200 199
HSL 83.61% 88.04%
HSB/HSV 20.40% 98.04%
CMYK 0.00% 20.00% 20.40%
1.96%

Color #FAC8C7 in popluar number systems.

HEX FA C8 C7
Decimal 250 200 199
Binary 11111010 11001000 11000111
Octal 372 310 307

Shades and tints

Shades of #FAC8C7

#FAC8C7
(250,200,199)
#E4B6B5
(228,182,181)
#CEA4A3
(206,164,163)
#B89291
(184,146,145)
#A2807F
(162,128,127)
#8C6E6D
(140,110,109)
#765C5B
(118,92,91)
#604A49
(96,74,73)
#4A3837
(74,56,55)
#342625
(52,38,37)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #FAC8C7

#FAC8C7
(250,200,199)
#FACDCC
(250,205,204)
#FAD2D1
(250,210,209)
#FAD7D6
(250,215,214)
#FADCDB
(250,220,219)
#FAE1E0
(250,225,224)
#FAE6E5
(250,230,229)
#FAEBEA
(250,235,234)
#FAF0EF
(250,240,239)
#FAF5F4
(250,245,244)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC8C7; }

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

This text font color is #FAC8C7.

Background Color

.myBgColor { background-color: #FAC8C7; }

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

This div background color is #FAC8C7.

Border color

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

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

This div border color is #FAC8C7.

Opacity

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

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

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

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

This text has shadow with #FAC8C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC8C7.

Preview

Color preview on black background

This text has color #FAC8C7 on black background.


Color preview on white background

This text has color #FAC8C7 on white background.


Black color preview on #FAC8C7 background

This text has black color on #FAC8C7 background.


White color preview on #FAC8C7 background

This text has white color on #FAC8C7 background.


Related colors

Complementary color

Complementary color for #hex is #053738.


I love getcolorcode.com

Triadic colors

1 #C7FAC8 and #C8C7FA with #FAC8C7 are triadic colors.

2 #C7C8FA and #C8FAC7 with #FAC8C7 are triadic colors.