COLOR #FAEBEC

HEX: #FAEBEC RGB: (250,235,236)

Color info

#FAEBEC contains red, green and blue colors in about the same proportion. Web safe color of #FAEBEC is #FFFFFF (or #FFF).

RGB color model

#FAEBEC color RGB value is (250,235,236).

RGB: (250,235,236) (98%, 92%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 236 of 255 = 93%

250
235
236

R + G + B ~ 94%. #FAEBEC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 235 + 236 = 721 (100%)
R 250 of 721 ~ 34.67%
G 235 of 721 ~ 32.59%
B 236 of 721 ~ 32.73'%

%34.67
%32.59
%32.73

CMYK color model

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

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

CMYK: (0,6,6,2)
C0M6Y6K2 (0%, 6%, 6%, 2%)
(0.00 / 0.06 / 0.06 / 0.02)

CMYK percentages

%0
%6
%5.6
%1.96

Codes

Color #FAEBEC in popluar color models

FA EB EC
RGB 250 235 236
HSL 356° 60.00% 95.10%
HSB/HSV 356° 6.00% 98.04%
CMYK 0.00% 6.00% 5.60%
1.96%

Color #FAEBEC in popluar number systems.

HEX FA EB EC
Decimal 250 235 236
Binary 11111010 11101011 11101100
Octal 372 353 354

Shades and tints

Shades of #FAEBEC

#FAEBEC
(250,235,236)
#E4D6D7
(228,214,215)
#CEC1C2
(206,193,194)
#B8ACAD
(184,172,173)
#A29798
(162,151,152)
#8C8283
(140,130,131)
#766D6E
(118,109,110)
#605859
(96,88,89)
#4A4344
(74,67,68)
#342E2F
(52,46,47)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #FAEBEC

#FAEBEC
(250,235,236)
#FAECED
(250,236,237)
#FAEDEE
(250,237,238)
#FAEEEF
(250,238,239)
#FAEFF0
(250,239,240)
#FAF0F1
(250,240,241)
#FAF1F2
(250,241,242)
#FAF2F3
(250,242,243)
#FAF3F4
(250,243,244)
#FAF4F5
(250,244,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBEC; }

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

This text font color is #FAEBEC.

Background Color

.myBgColor { background-color: #FAEBEC; }

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

This div background color is #FAEBEC.

Border color

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

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

This div border color is #FAEBEC.

Opacity

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

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

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

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

This text has shadow with #FAEBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEBEC.

Preview

Color preview on black background

This text has color #FAEBEC on black background.


Color preview on white background

This text has color #FAEBEC on white background.


Black color preview on #FAEBEC background

This text has black color on #FAEBEC background.


White color preview on #FAEBEC background

This text has white color on #FAEBEC background.


Related colors

Complementary color

Complementary color for #hex is #051413.


I love getcolorcode.com

Triadic colors

1 #ECFAEB and #EBECFA with #FAEBEC are triadic colors.

2 #ECEBFA and #EBFAEC with #FAEBEC are triadic colors.