COLOR #FAEAF1

HEX: #FAEAF1
RGB: (250,234,241)

Color info

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

RGB color model

#FAEAF1 color RGB value is (250,234,241).

  • red value is 250;
  • green value is 234;
  • blue value is 241.
RGB:
(250,234,241)
(98%,92%,95%)

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 241 of 255 = 95%

250
234
241

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

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 241 = 725 (100%)
R 250 of 725 ~ 34.48%
G 234 of 725 ~ 32.28%
B 241 of 725 ~ 33.24%

%34.48
%32.28
%33.24

CMYK color model

#FAEAF1 color CMYK value is (0,6,4,2).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 3.60%
  • key color value is 1.96%
CMYK:
(0,6,4,2)
C0M6Y4K2 
(0%,6%,4%,2%)
(0.00/0.06/0.04/0.02)	

CMYK percentages

%0
%6.4
%3.6
%1.96

Codes

Color #FAEAF1 in popluar color models

FAEAF1
RGB250234241
HSL334°61.54%94.90%
HSB/HSV334°6.40%98.04%
CMYK0.00%6.40%3.60%
1.96%

Color #FAEAF1 in popluar number systems.

HEXFAEAF1
Decimal250234241
Binary111110101110101011110001
Octal372352361

Shades and tints

Shades of #FAEAF1

#FAEAF1
(250,234,241)
#E4D5DC
(228,213,220)
#CEC0C7
(206,192,199)
#B8ABB2
(184,171,178)
#A2969D
(162,150,157)
#8C8188
(140,129,136)
#766C73
(118,108,115)
#60575E
(96,87,94)
#4A4249
(74,66,73)
#342D34
(52,45,52)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #FAEAF1

#FAEAF1
(250,234,241)
#FAEBF2
(250,235,242)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEAF1 color. Also use rgb(250,234,241) instead hex code.

Text Font Color

.myTextColor { color: #FAEAF1; }

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

This text font color is #FAEAF1.


Background Color

.myBgColor { background-color: #FAEAF1; }

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

This div background color is #FAEAF1.


Border color

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

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

This div border color is #FAEAF1.


Opacity

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

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

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

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

This text has shadow with #FAEAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEAF1 on black background.


Color preview on white background

This text has color #FAEAF1 on white background.



Black color preview on #FAEAF1 background

This text has black color on #FAEAF1 background.


White color preview on #FAEAF1 background

This text has white color on #FAEAF1 background.