COLOR #FAC6EE

HEX: #FAC6EE
RGB: (250,198,238)

Color info

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

RGB color model

#FAC6EE color RGB value is (250,198,238).

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

RGB channels and saturation

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

250
198
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 198 + 238 = 686 (100%)
R 250 of 686 ~ 36.44%
G 198 of 686 ~ 28.86%
B 238 of 686 ~ 34.69%

%36.44
%28.86
%34.69

CMYK color model

#FAC6EE color CMYK value is (0,21,5,2).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,21,5,2)
C0M21Y5K2 
(0%,21%,5%,2%)
(0.00/0.21/0.05/0.02)	

CMYK percentages

%0
%20.8
%4.8
%1.96

Codes

Color #FAC6EE in popluar color models

FAC6EE
RGB250198238
HSL314°83.87%87.84%
HSB/HSV314°20.80%98.04%
CMYK0.00%20.80%4.80%
1.96%

Color #FAC6EE in popluar number systems.

HEXFAC6EE
Decimal250198238
Binary111110101100011011101110
Octal372306356

Shades and tints

Shades of #FAC6EE

#FAC6EE
(250,198,238)
#E4B4D9
(228,180,217)
#CEA2C4
(206,162,196)
#B890AF
(184,144,175)
#A27E9A
(162,126,154)
#8C6C85
(140,108,133)
#765A70
(118,90,112)
#60485B
(96,72,91)
#4A3646
(74,54,70)
#342431
(52,36,49)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #FAC6EE

#FAC6EE
(250,198,238)
#FACBEF
(250,203,239)
#FAD0F0
(250,208,240)
#FAD5F1
(250,213,241)
#FADAF2
(250,218,242)
#FADFF3
(250,223,243)
#FAE4F4
(250,228,244)
#FAE9F5
(250,233,245)
#FAEEF6
(250,238,246)
#FAF3F7
(250,243,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC6EE; }

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

This text font color is #FAC6EE.


Background Color

.myBgColor { background-color: #FAC6EE; }

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

This div background color is #FAC6EE.


Border color

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

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

This div border color is #FAC6EE.


Opacity

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

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

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

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

This text has shadow with #FAC6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC6EE on black background.


Color preview on white background

This text has color #FAC6EE on white background.



Black color preview on #FAC6EE background

This text has black color on #FAC6EE background.


White color preview on #FAC6EE background

This text has white color on #FAC6EE background.