COLOR #FAEAF2

HEX: #FAEAF2 RGB: (250,234,242)

Color info

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

RGB color model

#FAEAF2 color RGB value is (250,234,242).

RGB: (250,234,242) (98%, 92%, 95%)

RGB channels and saturation

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

250
234
242

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

Portions of RGB colors in percentages

R + G + B = 250 + 234 + 242 = 726 (100%)
R 250 of 726 ~ 34.44%
G 234 of 726 ~ 32.23%
B 242 of 726 ~ 33.33'%

%34.44
%32.23
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 3.20%
  • 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
%6.4
%3.2
%1.96

Codes

Color #FAEAF2 in popluar color models

FA EA F2
RGB 250 234 242
HSL 330° 61.54% 94.90%
HSB/HSV 330° 6.40% 98.04%
CMYK 0.00% 6.40% 3.20%
1.96%

Color #FAEAF2 in popluar number systems.

HEX FA EA F2
Decimal 250 234 242
Binary 11111010 11101010 11110010
Octal 372 352 362

Shades and tints

Shades of #FAEAF2

#FAEAF2
(250,234,242)
#E4D5DC
(228,213,220)
#CEC0C6
(206,192,198)
#B8ABB0
(184,171,176)
#A2969A
(162,150,154)
#8C8184
(140,129,132)
#766C6E
(118,108,110)
#605758
(96,87,88)
#4A4242
(74,66,66)
#342D2C
(52,45,44)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #FAEAF2

#FAEAF2
(250,234,242)
#FAEBF3
(250,235,243)
#FAECF4
(250,236,244)
#FAEDF5
(250,237,245)
#FAEEF6
(250,238,246)
#FAEFF7
(250,239,247)
#FAF0F8
(250,240,248)
#FAF1F9
(250,241,249)
#FAF2FA
(250,242,250)
#FAF3FB
(250,243,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAF2; }

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

This text font color is #FAEAF2.

Background Color

.myBgColor { background-color: #FAEAF2; }

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

This div background color is #FAEAF2.

Border color

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

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

This div border color is #FAEAF2.

Opacity

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

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

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

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

This text has shadow with #FAEAF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEAF2.

Preview

Color preview on black background

This text has color #FAEAF2 on black background.


Color preview on white background

This text has color #FAEAF2 on white background.


Black color preview on #FAEAF2 background

This text has black color on #FAEAF2 background.


White color preview on #FAEAF2 background

This text has white color on #FAEAF2 background.


Related colors

Complementary color

Complementary color for #hex is #05150D.


I love getcolorcode.com

Triadic colors

1 #F2FAEA and #EAF2FA with #FAEAF2 are triadic colors.

2 #F2EAFA and #EAFAF2 with #FAEAF2 are triadic colors.