COLOR #FAE6BF

HEX: #FAE6BF
RGB: (250,230,191)

Color info

#FAE6BF contains red, green and blue colors in about the same proportion. Web safe color of #FAE6BF is #FFCCCC (or #FCC).

RGB color model

#FAE6BF color RGB value is (250,230,191).

  • red value is 250;
  • green value is 230;
  • blue value is 191.
RGB:
(250,230,191)
(98%,90%,75%)

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 191 of 255 = 75%

250
230
191

R + G + B ~ 88%. #FAE6BF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 230 + 191 = 671 (100%)
R 250 of 671 ~ 37.26%
G 230 of 671 ~ 34.28%
B 191 of 671 ~ 28.46%

%37.26
%34.28
%28.46

CMYK color model

#FAE6BF color CMYK value is (0,8,24,2).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 23.60%
  • key color value is 1.96%
CMYK:
(0,8,24,2)
C0M8Y24K2 
(0%,8%,24%,2%)
(0.00/0.08/0.24/0.02)	

CMYK percentages

%0
%8
%23.6
%1.96

Codes

Color #FAE6BF in popluar color models

FAE6BF
RGB250230191
HSL40°85.51%86.47%
HSB/HSV40°23.60%98.04%
CMYK0.00%8.00%23.60%
1.96%

Color #FAE6BF in popluar number systems.

HEXFAE6BF
Decimal250230191
Binary111110101110011010111111
Octal372346277

Shades and tints

Shades of #FAE6BF

#FAE6BF
(250,230,191)
#E4D2AE
(228,210,174)
#CEBE9D
(206,190,157)
#B8AA8C
(184,170,140)
#A2967B
(162,150,123)
#8C826A
(140,130,106)
#766E59
(118,110,89)
#605A48
(96,90,72)
#4A4637
(74,70,55)
#343226
(52,50,38)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #FAE6BF

#FAE6BF
(250,230,191)
#FAE8C4
(250,232,196)
#FAEAC9
(250,234,201)
#FAECCE
(250,236,206)
#FAEED3
(250,238,211)
#FAF0D8
(250,240,216)
#FAF2DD
(250,242,221)
#FAF4E2
(250,244,226)
#FAF6E7
(250,246,231)
#FAF8EC
(250,248,236)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE6BF; }

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

This text font color is #FAE6BF.


Background Color

.myBgColor { background-color: #FAE6BF; }

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

This div background color is #FAE6BF.


Border color

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

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

This div border color is #FAE6BF.


Opacity

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

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

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

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

This text has shadow with #FAE6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6BF on black background.


Color preview on white background

This text has color #FAE6BF on white background.



Black color preview on #FAE6BF background

This text has black color on #FAE6BF background.


White color preview on #FAE6BF background

This text has white color on #FAE6BF background.