COLOR #FAC3E7

HEX: #FAC3E7
RGB: (250,195,231)

Color info

#FAC3E7 contains red, green and blue colors in about the same proportion. Web safe color of #FAC3E7 is #FFCCFF (or #FCF).

RGB color model

#FAC3E7 color RGB value is (250,195,231).

  • red value is 250;
  • green value is 195;
  • blue value is 231.
RGB:
(250,195,231)
(98%,76%,91%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 231 of 255 = 91%

250
195
231

R + G + B ~ 88%. #FAC3E7 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 195 + 231 = 676 (100%)
R 250 of 676 ~ 36.98%
G 195 of 676 ~ 28.85%
B 231 of 676 ~ 34.17%

%36.98
%28.85
%34.17

CMYK color model

#FAC3E7 color CMYK value is (0,22,8,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 7.60%
  • key color value is 1.96%
CMYK:
(0,22,8,2)
C0M22Y8K2 
(0%,22%,8%,2%)
(0.00/0.22/0.08/0.02)	

CMYK percentages

%0
%22
%7.6
%1.96

Codes

Color #FAC3E7 in popluar color models

FAC3E7
RGB250195231
HSL321°84.62%87.25%
HSB/HSV321°22.00%98.04%
CMYK0.00%22.00%7.60%
1.96%

Color #FAC3E7 in popluar number systems.

HEXFAC3E7
Decimal250195231
Binary111110101100001111100111
Octal372303347

Shades and tints

Shades of #FAC3E7

#FAC3E7
(250,195,231)
#E4B2D2
(228,178,210)
#CEA1BD
(206,161,189)
#B890A8
(184,144,168)
#A27F93
(162,127,147)
#8C6E7E
(140,110,126)
#765D69
(118,93,105)
#604C54
(96,76,84)
#4A3B3F
(74,59,63)
#342A2A
(52,42,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #FAC3E7

#FAC3E7
(250,195,231)
#FAC8E9
(250,200,233)
#FACDEB
(250,205,235)
#FAD2ED
(250,210,237)
#FAD7EF
(250,215,239)
#FADCF1
(250,220,241)
#FAE1F3
(250,225,243)
#FAE6F5
(250,230,245)
#FAEBF7
(250,235,247)
#FAF0F9
(250,240,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC3E7 color. Also use rgb(250,195,231) instead hex code.

Text Font Color

.myTextColor { color: #FAC3E7; }

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

This text font color is #FAC3E7.


Background Color

.myBgColor { background-color: #FAC3E7; }

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

This div background color is #FAC3E7.


Border color

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

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

This div border color is #FAC3E7.


Opacity

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

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

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

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

This text has shadow with #FAC3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC3E7 on black background.


Color preview on white background

This text has color #FAC3E7 on white background.



Black color preview on #FAC3E7 background

This text has black color on #FAC3E7 background.


White color preview on #FAC3E7 background

This text has white color on #FAC3E7 background.