COLOR #FAEAAC

HEX: #FAEAAC RGB: (250,234,172)

Color info

#FAEAAC contains mainly red and green colors. Web safe color of #FAEAAC is #FFFF99 (or #FF9).

RGB color model

#FAEAAC color RGB value is (250,234,172).

RGB: (250,234,172) (98%, 92%, 67%)

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 172 of 255 = 67%

250
234
172

R + G + B ~ 86%. #FAEAAC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 234 + 172 = 656 (100%)
R 250 of 656 ~ 38.11%
G 234 of 656 ~ 35.67%
B 172 of 656 ~ 26.22'%

%38.11
%35.67
%26.22

CMYK color model

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

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

CMYK: (0,6,31,2)
C0M6Y31K2 (0%, 6%, 31%, 2%)
(0.00 / 0.06 / 0.31 / 0.02)

CMYK percentages

%0
%6.4
%31.2
%1.96

Codes

Color #FAEAAC in popluar color models

FA EA AC
RGB 250 234 172
HSL 48° 88.64% 82.75%
HSB/HSV 48° 31.20% 98.04%
CMYK 0.00% 6.40% 31.20%
1.96%

Color #FAEAAC in popluar number systems.

HEX FA EA AC
Decimal 250 234 172
Binary 11111010 11101010 10101100
Octal 372 352 254

Shades and tints

Shades of #FAEAAC

#FAEAAC
(250,234,172)
#E4D59D
(228,213,157)
#CEC08E
(206,192,142)
#B8AB7F
(184,171,127)
#A29670
(162,150,112)
#8C8161
(140,129,97)
#766C52
(118,108,82)
#605743
(96,87,67)
#4A4234
(74,66,52)
#342D25
(52,45,37)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #FAEAAC

#FAEAAC
(250,234,172)
#FAEBB3
(250,235,179)
#FAECBA
(250,236,186)
#FAEDC1
(250,237,193)
#FAEEC8
(250,238,200)
#FAEFCF
(250,239,207)
#FAF0D6
(250,240,214)
#FAF1DD
(250,241,221)
#FAF2E4
(250,242,228)
#FAF3EB
(250,243,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAAC; }

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

This text font color is #FAEAAC.

Background Color

.myBgColor { background-color: #FAEAAC; }

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

This div background color is #FAEAAC.

Border color

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

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

This div border color is #FAEAAC.

Opacity

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

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

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

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

This text has shadow with #FAEAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEAAC.

Preview

Color preview on black background

This text has color #FAEAAC on black background.


Color preview on white background

This text has color #FAEAAC on white background.


Black color preview on #FAEAAC background

This text has black color on #FAEAAC background.


White color preview on #FAEAAC background

This text has white color on #FAEAAC background.


Related colors

Complementary color

Complementary color for #hex is #051553.


I love getcolorcode.com

Triadic colors

1 #ACFAEA and #EAACFA with #FAEAAC are triadic colors.

2 #ACEAFA and #EAFAAC with #FAEAAC are triadic colors.