COLOR #FAC6EC

HEX: #FAC6EC
RGB: (250,198,236)

Color info

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

RGB color model

#FAC6EC color RGB value is (250,198,236).

  • red value is 250;
  • green value is 198;
  • blue value is 236.
RGB:
(250,198,236)
(98%,78%,93%)

RGB channels and saturation

R 250 of 255 = 98%
G 198 of 255 = 78%
B 236 of 255 = 93%

250
198
236

R + G + B ~ 90%. #FAC6EC is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 198 + 236 = 684 (100%)
R 250 of 684 ~ 36.55%
G 198 of 684 ~ 28.95%
B 236 of 684 ~ 34.5%

%36.55
%28.95
%34.5

CMYK color model

#FAC6EC color CMYK value is (0,21,6,2).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(0,21,6,2)
C0M21Y6K2 
(0%,21%,6%,2%)
(0.00/0.21/0.06/0.02)	

CMYK percentages

%0
%20.8
%5.6
%1.96

Codes

Color #FAC6EC in popluar color models

FAC6EC
RGB250198236
HSL316°83.87%87.84%
HSB/HSV316°20.80%98.04%
CMYK0.00%20.80%5.60%
1.96%

Color #FAC6EC in popluar number systems.

HEXFAC6EC
Decimal250198236
Binary111110101100011011101100
Octal372306354

Shades and tints

Shades of #FAC6EC

#FAC6EC
(250,198,236)
#E4B4D7
(228,180,215)
#CEA2C2
(206,162,194)
#B890AD
(184,144,173)
#A27E98
(162,126,152)
#8C6C83
(140,108,131)
#765A6E
(118,90,110)
#604859
(96,72,89)
#4A3644
(74,54,68)
#34242F
(52,36,47)
#1E121A
(30,18,26)
#000000
(0,0,0)

Tints of #FAC6EC

#FAC6EC
(250,198,236)
#FACBED
(250,203,237)
#FAD0EE
(250,208,238)
#FAD5EF
(250,213,239)
#FADAF0
(250,218,240)
#FADFF1
(250,223,241)
#FAE4F2
(250,228,242)
#FAE9F3
(250,233,243)
#FAEEF4
(250,238,244)
#FAF3F5
(250,243,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC6EC; }

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

This text font color is #FAC6EC.


Background Color

.myBgColor { background-color: #FAC6EC; }

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

This div background color is #FAC6EC.


Border color

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

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

This div border color is #FAC6EC.


Opacity

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

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

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

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

This text has shadow with #FAC6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC6EC on black background.


Color preview on white background

This text has color #FAC6EC on white background.



Black color preview on #FAC6EC background

This text has black color on #FAC6EC background.


White color preview on #FAC6EC background

This text has white color on #FAC6EC background.