COLOR #FAE6B8

HEX: #FAE6B8 RGB: (250,230,184)

Color info

#FAE6B8 contains mainly red and green colors. Web safe color of #FAE6B8 is #FFCCCC (or #FCC).

RGB color model

#FAE6B8 color RGB value is (250,230,184).

RGB: (250,230,184) (98%, 90%, 72%)

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 184 of 255 = 72%

250
230
184

R + G + B ~ 87%. #FAE6B8 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 230 + 184 = 664 (100%)
R 250 of 664 ~ 37.65%
G 230 of 664 ~ 34.64%
B 184 of 664 ~ 27.71'%

%37.65
%34.64
%27.71

CMYK color model

#FAE6B8 color CMYK value is (0,8,26,2).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 26.40%
  • key color value is 1.96%

CMYK: (0,8,26,2)
C0M8Y26K2 (0%, 8%, 26%, 2%)
(0.00 / 0.08 / 0.26 / 0.02)

CMYK percentages

%0
%8
%26.4
%1.96

Codes

Color #FAE6B8 in popluar color models

FA E6 B8
RGB 250 230 184
HSL 42° 86.84% 85.10%
HSB/HSV 42° 26.40% 98.04%
CMYK 0.00% 8.00% 26.40%
1.96%

Color #FAE6B8 in popluar number systems.

HEX FA E6 B8
Decimal 250 230 184
Binary 11111010 11100110 10111000
Octal 372 346 270

Shades and tints

Shades of #FAE6B8

#FAE6B8
(250,230,184)
#E4D2A8
(228,210,168)
#CEBE98
(206,190,152)
#B8AA88
(184,170,136)
#A29678
(162,150,120)
#8C8268
(140,130,104)
#766E58
(118,110,88)
#605A48
(96,90,72)
#4A4638
(74,70,56)
#343228
(52,50,40)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #FAE6B8

#FAE6B8
(250,230,184)
#FAE8BE
(250,232,190)
#FAEAC4
(250,234,196)
#FAECCA
(250,236,202)
#FAEED0
(250,238,208)
#FAF0D6
(250,240,214)
#FAF2DC
(250,242,220)
#FAF4E2
(250,244,226)
#FAF6E8
(250,246,232)
#FAF8EE
(250,248,238)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE6B8 color. Also use rgb(250,230,184) instead hex code.

Text Font Color

.myTextColor { color: #FAE6B8; }

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

This text font color is #FAE6B8.

Background Color

.myBgColor { background-color: #FAE6B8; }

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

This div background color is #FAE6B8.

Border color

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

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

This div border color is #FAE6B8.

Opacity

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

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

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

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

This text has shadow with #FAE6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE6B8.

Preview

Color preview on black background

This text has color #FAE6B8 on black background.


Color preview on white background

This text has color #FAE6B8 on white background.


Black color preview on #FAE6B8 background

This text has black color on #FAE6B8 background.


White color preview on #FAE6B8 background

This text has white color on #FAE6B8 background.


Related colors

Complementary color

Complementary color for #hex is #051947.


I love getcolorcode.com

Triadic colors

1 #B8FAE6 and #E6B8FA with #FAE6B8 are triadic colors.

2 #B8E6FA and #E6FAB8 with #FAE6B8 are triadic colors.