COLOR #FAEAF6

HEX: #FAEAF6 RGB: (250,234,246)

Color info

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

RGB color model

#FAEAF6 color RGB value is (250,234,246).

RGB: (250,234,246) (98%, 92%, 96%)

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 246 of 255 = 96%

250
234
246

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

Portions of RGB colors in percentages

R + G + B = 250 + 234 + 246 = 730 (100%)
R 250 of 730 ~ 34.25%
G 234 of 730 ~ 32.05%
B 246 of 730 ~ 33.7'%

%34.25
%32.05
%33.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 1.60%
  • key color value is 1.96%

CMYK: (0,6,2,2)
C0M6Y2K2 (0%, 6%, 2%, 2%)
(0.00 / 0.06 / 0.02 / 0.02)

CMYK percentages

%0
%6.4
%1.6
%1.96

Codes

Color #FAEAF6 in popluar color models

FA EA F6
RGB 250 234 246
HSL 315° 61.54% 94.90%
HSB/HSV 315° 6.40% 98.04%
CMYK 0.00% 6.40% 1.60%
1.96%

Color #FAEAF6 in popluar number systems.

HEX FA EA F6
Decimal 250 234 246
Binary 11111010 11101010 11110110
Octal 372 352 366

Shades and tints

Shades of #FAEAF6

#FAEAF6
(250,234,246)
#E4D5E0
(228,213,224)
#CEC0CA
(206,192,202)
#B8ABB4
(184,171,180)
#A2969E
(162,150,158)
#8C8188
(140,129,136)
#766C72
(118,108,114)
#60575C
(96,87,92)
#4A4246
(74,66,70)
#342D30
(52,45,48)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #FAEAF6

#FAEAF6
(250,234,246)
#FAEBF6
(250,235,246)
#FAECF6
(250,236,246)
#FAEDF6
(250,237,246)
#FAEEF6
(250,238,246)
#FAEFF6
(250,239,246)
#FAF0F6
(250,240,246)
#FAF1F6
(250,241,246)
#FAF2F6
(250,242,246)
#FAF3F6
(250,243,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAF6; }

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

This text font color is #FAEAF6.

Background Color

.myBgColor { background-color: #FAEAF6; }

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

This div background color is #FAEAF6.

Border color

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

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

This div border color is #FAEAF6.

Opacity

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

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

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

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

This text has shadow with #FAEAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEAF6.

Preview

Color preview on black background

This text has color #FAEAF6 on black background.


Color preview on white background

This text has color #FAEAF6 on white background.


Black color preview on #FAEAF6 background

This text has black color on #FAEAF6 background.


White color preview on #FAEAF6 background

This text has white color on #FAEAF6 background.


Related colors

Complementary color

Complementary color for #hex is #051509.


I love getcolorcode.com

Triadic colors

1 #F6FAEA and #EAF6FA with #FAEAF6 are triadic colors.

2 #F6EAFA and #EAFAF6 with #FAEAF6 are triadic colors.