COLOR #FAECF3

HEX: #FAECF3
RGB: (250,236,243)

Color info

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

RGB color model

#FAECF3 color RGB value is (250,236,243).

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

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 243 of 255 = 95%

250
236
243

R + G + B ~ 95%. #FAECF3 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 243 = 729 (100%)
R 250 of 729 ~ 34.29%
G 236 of 729 ~ 32.37%
B 243 of 729 ~ 33.33%

%34.29
%32.37
%33.33

CMYK color model

#FAECF3 color CMYK value is (0,6,3,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(0,6,3,2)
C0M6Y3K2 
(0%,6%,3%,2%)
(0.00/0.06/0.03/0.02)	

CMYK percentages

%0
%5.6
%2.8
%1.96

Codes

Color #FAECF3 in popluar color models

FAECF3
RGB250236243
HSL330°58.33%95.29%
HSB/HSV330°5.60%98.04%
CMYK0.00%5.60%2.80%
1.96%

Color #FAECF3 in popluar number systems.

HEXFAECF3
Decimal250236243
Binary111110101110110011110011
Octal372354363

Shades and tints

Shades of #FAECF3

#FAECF3
(250,236,243)
#E4D7DD
(228,215,221)
#CEC2C7
(206,194,199)
#B8ADB1
(184,173,177)
#A2989B
(162,152,155)
#8C8385
(140,131,133)
#766E6F
(118,110,111)
#605959
(96,89,89)
#4A4443
(74,68,67)
#342F2D
(52,47,45)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #FAECF3

#FAECF3
(250,236,243)
#FAEDF4
(250,237,244)
#FAEEF5
(250,238,245)
#FAEFF6
(250,239,246)
#FAF0F7
(250,240,247)
#FAF1F8
(250,241,248)
#FAF2F9
(250,242,249)
#FAF3FA
(250,243,250)
#FAF4FB
(250,244,251)
#FAF5FC
(250,245,252)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECF3; }

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

This text font color is #FAECF3.


Background Color

.myBgColor { background-color: #FAECF3; }

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

This div background color is #FAECF3.


Border color

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

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

This div border color is #FAECF3.


Opacity

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

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

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

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

This text has shadow with #FAECF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAECF3 on black background.


Color preview on white background

This text has color #FAECF3 on white background.



Black color preview on #FAECF3 background

This text has black color on #FAECF3 background.


White color preview on #FAECF3 background

This text has white color on #FAECF3 background.