COLOR #FAEBEB

HEX: #FAEBEB
RGB: (250,235,235)

Color info

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

RGB color model

#FAEBEB color RGB value is (250,235,235).

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

RGB channels and saturation

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

250
235
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 235 = 720 (100%)
R 250 of 720 ~ 34.72%
G 235 of 720 ~ 32.64%
B 235 of 720 ~ 32.64%

%34.72
%32.64
%32.64

CMYK color model

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

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

Codes

Color #FAEBEB in popluar color models

FAEBEB
RGB250235235
HSL60.00%95.10%
HSB/HSV6.00%98.04%
CMYK0.00%6.00%6.00%
1.96%

Color #FAEBEB in popluar number systems.

HEXFAEBEB
Decimal250235235
Binary111110101110101111101011
Octal372353353

Shades and tints

Shades of #FAEBEB

#FAEBEB
(250,235,235)
#E4D6D6
(228,214,214)
#CEC1C1
(206,193,193)
#B8ACAC
(184,172,172)
#A29797
(162,151,151)
#8C8282
(140,130,130)
#766D6D
(118,109,109)
#605858
(96,88,88)
#4A4343
(74,67,67)
#342E2E
(52,46,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #FAEBEB

#FAEBEB
(250,235,235)
#FAECEC
(250,236,236)
#FAEDED
(250,237,237)
#FAEEEE
(250,238,238)
#FAEFEF
(250,239,239)
#FAF0F0
(250,240,240)
#FAF1F1
(250,241,241)
#FAF2F2
(250,242,242)
#FAF3F3
(250,243,243)
#FAF4F4
(250,244,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBEB; }

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

This text font color is #FAEBEB.


Background Color

.myBgColor { background-color: #FAEBEB; }

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

This div background color is #FAEBEB.


Border color

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

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

This div border color is #FAEBEB.


Opacity

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

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

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

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

This text has shadow with #FAEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBEB on black background.


Color preview on white background

This text has color #FAEBEB on white background.



Black color preview on #FAEBEB background

This text has black color on #FAEBEB background.


White color preview on #FAEBEB background

This text has white color on #FAEBEB background.