COLOR #FAEFF3

HEX: #FAEFF3
RGB: (250,239,243)

Color info

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

RGB color model

#FAEFF3 color RGB value is (250,239,243).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 243 of 255 = 95%

250
239
243

R + G + B ~ 96%. #FAEFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 243 = 732 (100%)
R 250 of 732 ~ 34.15%
G 239 of 732 ~ 32.65%
B 243 of 732 ~ 33.2%

%34.15
%32.65
%33.2

CMYK color model

#FAEFF3 color CMYK value is (0,4,3,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(0,4,3,2)
C0M4Y3K2 
(0%,4%,3%,2%)
(0.00/0.04/0.03/0.02)	

CMYK percentages

%0
%4.4
%2.8
%1.96

Codes

Color #FAEFF3 in popluar color models

FAEFF3
RGB250239243
HSL338°52.38%95.88%
HSB/HSV338°4.40%98.04%
CMYK0.00%4.40%2.80%
1.96%

Color #FAEFF3 in popluar number systems.

HEXFAEFF3
Decimal250239243
Binary111110101110111111110011
Octal372357363

Shades and tints

Shades of #FAEFF3

#FAEFF3
(250,239,243)
#E4DADD
(228,218,221)
#CEC5C7
(206,197,199)
#B8B0B1
(184,176,177)
#A29B9B
(162,155,155)
#8C8685
(140,134,133)
#76716F
(118,113,111)
#605C59
(96,92,89)
#4A4743
(74,71,67)
#34322D
(52,50,45)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #FAEFF3

#FAEFF3
(250,239,243)
#FAF0F4
(250,240,244)
#FAF1F5
(250,241,245)
#FAF2F6
(250,242,246)
#FAF3F7
(250,243,247)
#FAF4F8
(250,244,248)
#FAF5F9
(250,245,249)
#FAF6FA
(250,246,250)
#FAF7FB
(250,247,251)
#FAF8FC
(250,248,252)
#FAF9FD
(250,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFF3; }

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

This text font color is #FAEFF3.


Background Color

.myBgColor { background-color: #FAEFF3; }

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

This div background color is #FAEFF3.


Border color

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

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

This div border color is #FAEFF3.


Opacity

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

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

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

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

This text has shadow with #FAEFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFF3 on black background.


Color preview on white background

This text has color #FAEFF3 on white background.



Black color preview on #FAEFF3 background

This text has black color on #FAEFF3 background.


White color preview on #FAEFF3 background

This text has white color on #FAEFF3 background.