COLOR #FAC6D9

HEX: #FAC6D9 RGB: (250,198,217)

Color info

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

RGB color model

#FAC6D9 color RGB value is (250,198,217).

RGB: (250,198,217) (98%, 78%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 198 of 255 = 78%
B 217 of 255 = 85%

250
198
217

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

Portions of RGB colors in percentages

R + G + B = 250 + 198 + 217 = 665 (100%)
R 250 of 665 ~ 37.59%
G 198 of 665 ~ 29.77%
B 217 of 665 ~ 32.63'%

%37.59
%29.77
%32.63

CMYK color model

#FAC6D9 color CMYK value is (0,21,13,2).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 13.20%
  • key color value is 1.96%

CMYK: (0,21,13,2)
C0M21Y13K2 (0%, 21%, 13%, 2%)
(0.00 / 0.21 / 0.13 / 0.02)

CMYK percentages

%0
%20.8
%13.2
%1.96

Codes

Color #FAC6D9 in popluar color models

FA C6 D9
RGB 250 198 217
HSL 338° 83.87% 87.84%
HSB/HSV 338° 20.80% 98.04%
CMYK 0.00% 20.80% 13.20%
1.96%

Color #FAC6D9 in popluar number systems.

HEX FA C6 D9
Decimal 250 198 217
Binary 11111010 11000110 11011001
Octal 372 306 331

Shades and tints

Shades of #FAC6D9

#FAC6D9
(250,198,217)
#E4B4C6
(228,180,198)
#CEA2B3
(206,162,179)
#B890A0
(184,144,160)
#A27E8D
(162,126,141)
#8C6C7A
(140,108,122)
#765A67
(118,90,103)
#604854
(96,72,84)
#4A3641
(74,54,65)
#34242E
(52,36,46)
#1E121B
(30,18,27)
#000000
(0,0,0)

Tints of #FAC6D9

#FAC6D9
(250,198,217)
#FACBDC
(250,203,220)
#FAD0DF
(250,208,223)
#FAD5E2
(250,213,226)
#FADAE5
(250,218,229)
#FADFE8
(250,223,232)
#FAE4EB
(250,228,235)
#FAE9EE
(250,233,238)
#FAEEF1
(250,238,241)
#FAF3F4
(250,243,244)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC6D9 color. Also use rgb(250,198,217) instead hex code.

Text Font Color

.myTextColor { color: #FAC6D9; }

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

This text font color is #FAC6D9.

Background Color

.myBgColor { background-color: #FAC6D9; }

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

This div background color is #FAC6D9.

Border color

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

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

This div border color is #FAC6D9.

Opacity

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

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

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

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

This text has shadow with #FAC6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC6D9.

Preview

Color preview on black background

This text has color #FAC6D9 on black background.


Color preview on white background

This text has color #FAC6D9 on white background.


Black color preview on #FAC6D9 background

This text has black color on #FAC6D9 background.


White color preview on #FAC6D9 background

This text has white color on #FAC6D9 background.


Related colors

Complementary color

Complementary color for #hex is #053926.


I love getcolorcode.com

Triadic colors

1 #D9FAC6 and #C6D9FA with #FAC6D9 are triadic colors.

2 #D9C6FA and #C6FAD9 with #FAC6D9 are triadic colors.