COLOR #FAC7DA

HEX: #FAC7DA
RGB: (250,199,218)

Color info

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

RGB color model

#FAC7DA color RGB value is (250,199,218).

  • red value is 250;
  • green value is 199;
  • blue value is 218.
RGB:
(250,199,218)
(98%,78%,85%)

RGB channels and saturation

R 250 of 255 = 98%
G 199 of 255 = 78%
B 218 of 255 = 85%

250
199
218

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

Portions of RGB colors in percentages

R + G + B =
250 + 199 + 218 = 667 (100%)
R 250 of 667 ~ 37.48%
G 199 of 667 ~ 29.84%
B 218 of 667 ~ 32.68%

%37.48
%29.84
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(0,20,13,2)
C0M20Y13K2 
(0%,20%,13%,2%)
(0.00/0.20/0.13/0.02)	

CMYK percentages

%0
%20.4
%12.8
%1.96

Codes

Color #FAC7DA in popluar color models

FAC7DA
RGB250199218
HSL338°83.61%88.04%
HSB/HSV338°20.40%98.04%
CMYK0.00%20.40%12.80%
1.96%

Color #FAC7DA in popluar number systems.

HEXFAC7DA
Decimal250199218
Binary111110101100011111011010
Octal372307332

Shades and tints

Shades of #FAC7DA

#FAC7DA
(250,199,218)
#E4B5C7
(228,181,199)
#CEA3B4
(206,163,180)
#B891A1
(184,145,161)
#A27F8E
(162,127,142)
#8C6D7B
(140,109,123)
#765B68
(118,91,104)
#604955
(96,73,85)
#4A3742
(74,55,66)
#34252F
(52,37,47)
#1E131C
(30,19,28)
#000000
(0,0,0)

Tints of #FAC7DA

#FAC7DA
(250,199,218)
#FACCDD
(250,204,221)
#FAD1E0
(250,209,224)
#FAD6E3
(250,214,227)
#FADBE6
(250,219,230)
#FAE0E9
(250,224,233)
#FAE5EC
(250,229,236)
#FAEAEF
(250,234,239)
#FAEFF2
(250,239,242)
#FAF4F5
(250,244,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC7DA; }

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

This text font color is #FAC7DA.


Background Color

.myBgColor { background-color: #FAC7DA; }

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

This div background color is #FAC7DA.


Border color

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

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

This div border color is #FAC7DA.


Opacity

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

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

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

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

This text has shadow with #FAC7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC7DA on black background.


Color preview on white background

This text has color #FAC7DA on white background.



Black color preview on #FAC7DA background

This text has black color on #FAC7DA background.


White color preview on #FAC7DA background

This text has white color on #FAC7DA background.