COLOR #FAEDBC

HEX: #FAEDBC RGB: (250,237,188)

Color info

#FAEDBC contains mainly red and green colors. Web safe color of #FAEDBC is #FFFFCC (or #FFC).

RGB color model

#FAEDBC color RGB value is (250,237,188).

RGB: (250,237,188) (98%, 93%, 74%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 188 of 255 = 74%

250
237
188

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

Portions of RGB colors in percentages

R + G + B = 250 + 237 + 188 = 675 (100%)
R 250 of 675 ~ 37.04%
G 237 of 675 ~ 35.11%
B 188 of 675 ~ 27.85'%

%37.04
%35.11
%27.85

CMYK color model

#FAEDBC color CMYK value is (0,5,25,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 24.80%
  • key color value is 1.96%
CMYK: (0,5,25,2) C0M5Y25K2 (0%,5%,25%,2%) (0.00/0.05/0.25/0.02) 

CMYK percentages

%0
%5.2
%24.8
%1.96

Codes

Color #FAEDBC in popluar color models

FA ED BC
RGB 250 237 188
HSL 47° 86.11% 85.88%
HSB/HSV 47° 24.80% 98.04%
CMYK 0.00% 5.20% 24.80%
1.96%

Color #FAEDBC in popluar number systems.

HEX FA ED BC
Decimal 250 237 188
Binary 11111010 11101101 10111100
Octal 372 355 274

Shades and tints

Shades of #FAEDBC

#FAEDBC
(250,237,188)
#E4D8AB
(228,216,171)
#CEC39A
(206,195,154)
#B8AE89
(184,174,137)
#A29978
(162,153,120)
#8C8467
(140,132,103)
#766F56
(118,111,86)
#605A45
(96,90,69)
#4A4534
(74,69,52)
#343023
(52,48,35)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #FAEDBC

#FAEDBC
(250,237,188)
#FAEEC2
(250,238,194)
#FAEFC8
(250,239,200)
#FAF0CE
(250,240,206)
#FAF1D4
(250,241,212)
#FAF2DA
(250,242,218)
#FAF3E0
(250,243,224)
#FAF4E6
(250,244,230)
#FAF5EC
(250,245,236)
#FAF6F2
(250,246,242)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEDBC color. Also use rgb(250,237,188) instead hex code.

Text Font Color

.myTextColor { color: #FAEDBC; }

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

This text font color is #FAEDBC.

Background Color

.myBgColor { background-color: #FAEDBC; }

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

This div background color is #FAEDBC.

Border color

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

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

This div border color is #FAEDBC.

Opacity

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

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

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

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

This text has shadow with #FAEDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEDBC.

Preview

Color preview on black background

This text has color #FAEDBC on black background.


Color preview on white background

This text has color #FAEDBC on white background.


Black color preview on #FAEDBC background

This text has black color on #FAEDBC background.


White color preview on #FAEDBC background

This text has white color on #FAEDBC background.


Related colors

Complementary color

Complementary color for #hex is #051243.


I love getcolorcode.com

Triadic colors

1 #BCFAED and #EDBCFA with #FAEDBC are triadic colors.

2 #BCEDFA and #EDFABC with #FAEDBC are triadic colors.