COLOR #FAEBE6

HEX: #FAEBE6 RGB: (250,235,230)

Color info

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

RGB color model

#FAEBE6 color RGB value is (250,235,230).

RGB: (250,235,230) (98%, 92%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 230 of 255 = 90%

250
235
230

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

Portions of RGB colors in percentages

R + G + B = 250 + 235 + 230 = 715 (100%)
R 250 of 715 ~ 34.97%
G 235 of 715 ~ 32.87%
B 230 of 715 ~ 32.17'%

%34.97
%32.87
%32.17

CMYK color model

#FAEBE6 color CMYK value is (0,6,8,2).

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

CMYK: (0,6,8,2)
C0M6Y8K2 (0%, 6%, 8%, 2%)
(0.00 / 0.06 / 0.08 / 0.02)

CMYK percentages

%0
%6
%8
%1.96

Codes

Color #FAEBE6 in popluar color models

FA EB E6
RGB 250 235 230
HSL 15° 66.67% 94.12%
HSB/HSV 15° 8.00% 98.04%
CMYK 0.00% 6.00% 8.00%
1.96%

Color #FAEBE6 in popluar number systems.

HEX FA EB E6
Decimal 250 235 230
Binary 11111010 11101011 11100110
Octal 372 353 346

Shades and tints

Shades of #FAEBE6

#FAEBE6
(250,235,230)
#E4D6D2
(228,214,210)
#CEC1BE
(206,193,190)
#B8ACAA
(184,172,170)
#A29796
(162,151,150)
#8C8282
(140,130,130)
#766D6E
(118,109,110)
#60585A
(96,88,90)
#4A4346
(74,67,70)
#342E32
(52,46,50)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #FAEBE6

#FAEBE6
(250,235,230)
#FAECE8
(250,236,232)
#FAEDEA
(250,237,234)
#FAEEEC
(250,238,236)
#FAEFEE
(250,239,238)
#FAF0F0
(250,240,240)
#FAF1F2
(250,241,242)
#FAF2F4
(250,242,244)
#FAF3F6
(250,243,246)
#FAF4F8
(250,244,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBE6; }

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

This text font color is #FAEBE6.

Background Color

.myBgColor { background-color: #FAEBE6; }

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

This div background color is #FAEBE6.

Border color

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

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

This div border color is #FAEBE6.

Opacity

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

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

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

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

This text has shadow with #FAEBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEBE6.

Preview

Color preview on black background

This text has color #FAEBE6 on black background.


Color preview on white background

This text has color #FAEBE6 on white background.


Black color preview on #FAEBE6 background

This text has black color on #FAEBE6 background.


White color preview on #FAEBE6 background

This text has white color on #FAEBE6 background.


Related colors

Complementary color

Complementary color for #hex is #051419.


I love getcolorcode.com

Triadic colors

1 #E6FAEB and #EBE6FA with #FAEBE6 are triadic colors.

2 #E6EBFA and #EBFAE6 with #FAEBE6 are triadic colors.