COLOR #FAEFC6

HEX: #FAEFC6 RGB: (250,239,198)

Color info

#FAEFC6 contains red, green and blue colors in about the same proportion. Web safe color of #FAEFC6 is #FFFFCC (or #FFC).

RGB color model

#FAEFC6 color RGB value is (250,239,198).

RGB: (250,239,198) (98%, 94%, 78%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 198 of 255 = 78%

250
239
198

R + G + B ~ 90%. #FAEFC6 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 239 + 198 = 687 (100%)
R 250 of 687 ~ 36.39%
G 239 of 687 ~ 34.79%
B 198 of 687 ~ 28.82'%

%36.39
%34.79
%28.82

CMYK color model

#FAEFC6 color CMYK value is (0,4,21,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 20.80%
  • key color value is 1.96%

CMYK: (0,4,21,2)
C0M4Y21K2 (0%, 4%, 21%, 2%)
(0.00 / 0.04 / 0.21 / 0.02)

CMYK percentages

%0
%4.4
%20.8
%1.96

Codes

Color #FAEFC6 in popluar color models

FA EF C6
RGB 250 239 198
HSL 47° 83.87% 87.84%
HSB/HSV 47° 20.80% 98.04%
CMYK 0.00% 4.40% 20.80%
1.96%

Color #FAEFC6 in popluar number systems.

HEX FA EF C6
Decimal 250 239 198
Binary 11111010 11101111 11000110
Octal 372 357 306

Shades and tints

Shades of #FAEFC6

#FAEFC6
(250,239,198)
#E4DAB4
(228,218,180)
#CEC5A2
(206,197,162)
#B8B090
(184,176,144)
#A29B7E
(162,155,126)
#8C866C
(140,134,108)
#76715A
(118,113,90)
#605C48
(96,92,72)
#4A4736
(74,71,54)
#343224
(52,50,36)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #FAEFC6

#FAEFC6
(250,239,198)
#FAF0CB
(250,240,203)
#FAF1D0
(250,241,208)
#FAF2D5
(250,242,213)
#FAF3DA
(250,243,218)
#FAF4DF
(250,244,223)
#FAF5E4
(250,245,228)
#FAF6E9
(250,246,233)
#FAF7EE
(250,247,238)
#FAF8F3
(250,248,243)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFC6; }

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

This text font color is #FAEFC6.

Background Color

.myBgColor { background-color: #FAEFC6; }

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

This div background color is #FAEFC6.

Border color

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

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

This div border color is #FAEFC6.

Opacity

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

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

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

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

This text has shadow with #FAEFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEFC6.

Preview

Color preview on black background

This text has color #FAEFC6 on black background.


Color preview on white background

This text has color #FAEFC6 on white background.


Black color preview on #FAEFC6 background

This text has black color on #FAEFC6 background.


White color preview on #FAEFC6 background

This text has white color on #FAEFC6 background.


Related colors

Complementary color

Complementary color for #hex is #051039.


I love getcolorcode.com

Triadic colors

1 #C6FAEF and #EFC6FA with #FAEFC6 are triadic colors.

2 #C6EFFA and #EFFAC6 with #FAEFC6 are triadic colors.