COLOR #FAECEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
236
235

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

Portions of RGB colors in percentages

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

%34.67
%32.73
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 6.00%
  • 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
%5.6
%6
%1.96

Codes

Color #FAECEB in popluar color models

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

Color #FAECEB in popluar number systems.

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

Shades and tints

Shades of #FAECEB

#FAECEB
(250,236,235)
#E4D7D6
(228,215,214)
#CEC2C1
(206,194,193)
#B8ADAC
(184,173,172)
#A29897
(162,152,151)
#8C8382
(140,131,130)
#766E6D
(118,110,109)
#605958
(96,89,88)
#4A4443
(74,68,67)
#342F2E
(52,47,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #FAECEB

#FAECEB
(250,236,235)
#FAEDEC
(250,237,236)
#FAEEED
(250,238,237)
#FAEFEE
(250,239,238)
#FAF0EF
(250,240,239)
#FAF1F0
(250,241,240)
#FAF2F1
(250,242,241)
#FAF3F2
(250,243,242)
#FAF4F3
(250,244,243)
#FAF5F4
(250,245,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECEB; }

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

This text font color is #FAECEB.

Background Color

.myBgColor { background-color: #FAECEB; }

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

This div background color is #FAECEB.

Border color

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

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

This div border color is #FAECEB.

Opacity

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

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

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

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

This text has shadow with #FAECEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAECEB.

Preview

Color preview on black background

This text has color #FAECEB on black background.


Color preview on white background

This text has color #FAECEB on white background.


Black color preview on #FAECEB background

This text has black color on #FAECEB background.


White color preview on #FAECEB background

This text has white color on #FAECEB background.


Related colors

Complementary color

Complementary color for #hex is #051314.


I love getcolorcode.com

Triadic colors

1 #EBFAEC and #ECEBFA with #FAECEB are triadic colors.

2 #EBECFA and #ECFAEB with #FAECEB are triadic colors.