COLOR #FAEDF2

HEX: #FAEDF2
RGB: (250,237,242)

Color info

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

RGB color model

#FAEDF2 color RGB value is (250,237,242).

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

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 242 of 255 = 95%

250
237
242

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

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 242 = 729 (100%)
R 250 of 729 ~ 34.29%
G 237 of 729 ~ 32.51%
B 242 of 729 ~ 33.2%

%34.29
%32.51
%33.2

CMYK color model

#FAEDF2 color CMYK value is (0,5,3,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(0,5,3,2)
C0M5Y3K2 
(0%,5%,3%,2%)
(0.00/0.05/0.03/0.02)	

CMYK percentages

%0
%5.2
%3.2
%1.96

Codes

Color #FAEDF2 in popluar color models

FAEDF2
RGB250237242
HSL337°56.52%95.49%
HSB/HSV337°5.20%98.04%
CMYK0.00%5.20%3.20%
1.96%

Color #FAEDF2 in popluar number systems.

HEXFAEDF2
Decimal250237242
Binary111110101110110111110010
Octal372355362

Shades and tints

Shades of #FAEDF2

#FAEDF2
(250,237,242)
#E4D8DC
(228,216,220)
#CEC3C6
(206,195,198)
#B8AEB0
(184,174,176)
#A2999A
(162,153,154)
#8C8484
(140,132,132)
#766F6E
(118,111,110)
#605A58
(96,90,88)
#4A4542
(74,69,66)
#34302C
(52,48,44)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #FAEDF2

#FAEDF2
(250,237,242)
#FAEEF3
(250,238,243)
#FAEFF4
(250,239,244)
#FAF0F5
(250,240,245)
#FAF1F6
(250,241,246)
#FAF2F7
(250,242,247)
#FAF3F8
(250,243,248)
#FAF4F9
(250,244,249)
#FAF5FA
(250,245,250)
#FAF6FB
(250,246,251)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEDF2 color. Also use rgb(250,237,242) instead hex code.

Text Font Color

.myTextColor { color: #FAEDF2; }

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

This text font color is #FAEDF2.


Background Color

.myBgColor { background-color: #FAEDF2; }

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

This div background color is #FAEDF2.


Border color

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

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

This div border color is #FAEDF2.


Opacity

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

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

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

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

This text has shadow with #FAEDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDF2 on black background.


Color preview on white background

This text has color #FAEDF2 on white background.



Black color preview on #FAEDF2 background

This text has black color on #FAEDF2 background.


White color preview on #FAEDF2 background

This text has white color on #FAEDF2 background.