COLOR #FAEBEE

HEX: #FAEBEE
RGB: (250,235,238)

Color info

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

RGB color model

#FAEBEE color RGB value is (250,235,238).

  • red value is 250;
  • green value is 235;
  • blue value is 238.
RGB:
(250,235,238)
(98%,92%,93%)

RGB channels and saturation

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

250
235
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 238 = 723 (100%)
R 250 of 723 ~ 34.58%
G 235 of 723 ~ 32.5%
B 238 of 723 ~ 32.92%

%34.58
%32.5
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,6,5,2)
C0M6Y5K2 
(0%,6%,5%,2%)
(0.00/0.06/0.05/0.02)	

CMYK percentages

%0
%6
%4.8
%1.96

Codes

Color #FAEBEE in popluar color models

FAEBEE
RGB250235238
HSL348°60.00%95.10%
HSB/HSV348°6.00%98.04%
CMYK0.00%6.00%4.80%
1.96%

Color #FAEBEE in popluar number systems.

HEXFAEBEE
Decimal250235238
Binary111110101110101111101110
Octal372353356

Shades and tints

Shades of #FAEBEE

#FAEBEE
(250,235,238)
#E4D6D9
(228,214,217)
#CEC1C4
(206,193,196)
#B8ACAF
(184,172,175)
#A2979A
(162,151,154)
#8C8285
(140,130,133)
#766D70
(118,109,112)
#60585B
(96,88,91)
#4A4346
(74,67,70)
#342E31
(52,46,49)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #FAEBEE

#FAEBEE
(250,235,238)
#FAECEF
(250,236,239)
#FAEDF0
(250,237,240)
#FAEEF1
(250,238,241)
#FAEFF2
(250,239,242)
#FAF0F3
(250,240,243)
#FAF1F4
(250,241,244)
#FAF2F5
(250,242,245)
#FAF3F6
(250,243,246)
#FAF4F7
(250,244,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBEE; }

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

This text font color is #FAEBEE.


Background Color

.myBgColor { background-color: #FAEBEE; }

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

This div background color is #FAEBEE.


Border color

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

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

This div border color is #FAEBEE.


Opacity

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

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

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

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

This text has shadow with #FAEBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBEE on black background.


Color preview on white background

This text has color #FAEBEE on white background.



Black color preview on #FAEBEE background

This text has black color on #FAEBEE background.


White color preview on #FAEBEE background

This text has white color on #FAEBEE background.