COLOR #FAEAE0

HEX: #FAEAE0 RGB: (250,234,224)

Color info

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

RGB color model

#FAEAE0 color RGB value is (250,234,224).

RGB: (250,234,224) (98%, 92%, 88%)

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 224 of 255 = 88%

250
234
224

R + G + B ~ 93%. #FAEAE0 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 234 + 224 = 708 (100%)
R 250 of 708 ~ 35.31%
G 234 of 708 ~ 33.05%
B 224 of 708 ~ 31.64'%

%35.31
%33.05
%31.64

CMYK color model

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

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

CMYK: (0,6,10,2)
C0M6Y10K2 (0%, 6%, 10%, 2%)
(0.00 / 0.06 / 0.10 / 0.02)

CMYK percentages

%0
%6.4
%10.4
%1.96

Codes

Color #FAEAE0 in popluar color models

FA EA E0
RGB 250 234 224
HSL 23° 72.22% 92.94%
HSB/HSV 23° 10.40% 98.04%
CMYK 0.00% 6.40% 10.40%
1.96%

Color #FAEAE0 in popluar number systems.

HEX FA EA E0
Decimal 250 234 224
Binary 11111010 11101010 11100000
Octal 372 352 340

Shades and tints

Shades of #FAEAE0

#FAEAE0
(250,234,224)
#E4D5CC
(228,213,204)
#CEC0B8
(206,192,184)
#B8ABA4
(184,171,164)
#A29690
(162,150,144)
#8C817C
(140,129,124)
#766C68
(118,108,104)
#605754
(96,87,84)
#4A4240
(74,66,64)
#342D2C
(52,45,44)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #FAEAE0

#FAEAE0
(250,234,224)
#FAEBE2
(250,235,226)
#FAECE4
(250,236,228)
#FAEDE6
(250,237,230)
#FAEEE8
(250,238,232)
#FAEFEA
(250,239,234)
#FAF0EC
(250,240,236)
#FAF1EE
(250,241,238)
#FAF2F0
(250,242,240)
#FAF3F2
(250,243,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAE0; }

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

This text font color is #FAEAE0.

Background Color

.myBgColor { background-color: #FAEAE0; }

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

This div background color is #FAEAE0.

Border color

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

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

This div border color is #FAEAE0.

Opacity

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

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

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

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

This text has shadow with #FAEAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEAE0.

Preview

Color preview on black background

This text has color #FAEAE0 on black background.


Color preview on white background

This text has color #FAEAE0 on white background.


Black color preview on #FAEAE0 background

This text has black color on #FAEAE0 background.


White color preview on #FAEAE0 background

This text has white color on #FAEAE0 background.


Related colors

Complementary color

Complementary color for #hex is #05151F.


I love getcolorcode.com

Triadic colors

1 #E0FAEA and #EAE0FA with #FAEAE0 are triadic colors.

2 #E0EAFA and #EAFAE0 with #FAEAE0 are triadic colors.