COLOR #FAECFC

HEX: #FAECFC
RGB: (250,236,252)

Color info

#FAECFC contains red, green and blue colors in about the same proportion. Web safe color of #FAECFC is #FFFFFF (or #FFF).

RGB color model

#FAECFC color RGB value is (250,236,252).

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

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 252 of 255 = 99%

250
236
252

R + G + B ~ 97%. #FAECFC is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 252 = 738 (100%)
R 250 of 738 ~ 33.88%
G 236 of 738 ~ 31.98%
B 252 of 738 ~ 34.15%

%33.88
%31.98
%34.15

CMYK color model

#FAECFC color CMYK value is (1,6,0,1).

  • cyan value is 0.79%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,6,0,1)
C1M6Y0K1 
(1%,6%,0%,1%)
(0.01/0.06/0.00/0.01)	

CMYK percentages

%0.79
%6.35
%0
%1.18

Codes

Color #FAECFC in popluar color models

FAECFC
RGB250236252
HSL293°72.73%95.69%
HSB/HSV293°6.35%98.82%
CMYK0.79%6.35%0.00%
1.18%

Color #FAECFC in popluar number systems.

HEXFAECFC
Decimal250236252
Binary111110101110110011111100
Octal372354374

Shades and tints

Shades of #FAECFC

#FAECFC
(250,236,252)
#E4D7E6
(228,215,230)
#CEC2D0
(206,194,208)
#B8ADBA
(184,173,186)
#A298A4
(162,152,164)
#8C838E
(140,131,142)
#766E78
(118,110,120)
#605962
(96,89,98)
#4A444C
(74,68,76)
#342F36
(52,47,54)
#1E1A20
(30,26,32)
#000000
(0,0,0)

Tints of #FAECFC

#FAECFC
(250,236,252)
#FAEDFC
(250,237,252)
#FAEEFC
(250,238,252)
#FAEFFC
(250,239,252)
#FAF0FC
(250,240,252)
#FAF1FC
(250,241,252)
#FAF2FC
(250,242,252)
#FAF3FC
(250,243,252)
#FAF4FC
(250,244,252)
#FAF5FC
(250,245,252)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECFC; }

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

This text font color is #FAECFC.


Background Color

.myBgColor { background-color: #FAECFC; }

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

This div background color is #FAECFC.


Border color

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

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

This div border color is #FAECFC.


Opacity

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

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

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

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

This text has shadow with #FAECFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAECFC on black background.


Color preview on white background

This text has color #FAECFC on white background.



Black color preview on #FAECFC background

This text has black color on #FAECFC background.


White color preview on #FAECFC background

This text has white color on #FAECFC background.