COLOR #FAC4D6

HEX: #FAC4D6
RGB: (250,196,214)

Color info

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

RGB color model

#FAC4D6 color RGB value is (250,196,214).

  • red value is 250;
  • green value is 196;
  • blue value is 214.
RGB:
(250,196,214)
(98%,77%,84%)

RGB channels and saturation

R 250 of 255 = 98%
G 196 of 255 = 77%
B 214 of 255 = 84%

250
196
214

R + G + B ~ 86%. #FAC4D6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 196 + 214 = 660 (100%)
R 250 of 660 ~ 37.88%
G 196 of 660 ~ 29.7%
B 214 of 660 ~ 32.42%

%37.88
%29.7
%32.42

CMYK color model

#FAC4D6 color CMYK value is (0,22,14,2).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(0,22,14,2)
C0M22Y14K2 
(0%,22%,14%,2%)
(0.00/0.22/0.14/0.02)	

CMYK percentages

%0
%21.6
%14.4
%1.96

Codes

Color #FAC4D6 in popluar color models

FAC4D6
RGB250196214
HSL340°84.38%87.45%
HSB/HSV340°21.60%98.04%
CMYK0.00%21.60%14.40%
1.96%

Color #FAC4D6 in popluar number systems.

HEXFAC4D6
Decimal250196214
Binary111110101100010011010110
Octal372304326

Shades and tints

Shades of #FAC4D6

#FAC4D6
(250,196,214)
#E4B3C3
(228,179,195)
#CEA2B0
(206,162,176)
#B8919D
(184,145,157)
#A2808A
(162,128,138)
#8C6F77
(140,111,119)
#765E64
(118,94,100)
#604D51
(96,77,81)
#4A3C3E
(74,60,62)
#342B2B
(52,43,43)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #FAC4D6

#FAC4D6
(250,196,214)
#FAC9D9
(250,201,217)
#FACEDC
(250,206,220)
#FAD3DF
(250,211,223)
#FAD8E2
(250,216,226)
#FADDE5
(250,221,229)
#FAE2E8
(250,226,232)
#FAE7EB
(250,231,235)
#FAECEE
(250,236,238)
#FAF1F1
(250,241,241)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC4D6; }

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

This text font color is #FAC4D6.


Background Color

.myBgColor { background-color: #FAC4D6; }

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

This div background color is #FAC4D6.


Border color

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

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

This div border color is #FAC4D6.


Opacity

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

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

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

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

This text has shadow with #FAC4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC4D6 on black background.


Color preview on white background

This text has color #FAC4D6 on white background.



Black color preview on #FAC4D6 background

This text has black color on #FAC4D6 background.


White color preview on #FAC4D6 background

This text has white color on #FAC4D6 background.