COLOR #FAEBF9

HEX: #FAEBF9
RGB: (250,235,249)

Color info

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

RGB color model

#FAEBF9 color RGB value is (250,235,249).

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

RGB channels and saturation

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

250
235
249

R + G + B ~ 96%. #FAEBF9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 249 = 734 (100%)
R 250 of 734 ~ 34.06%
G 235 of 734 ~ 32.02%
B 249 of 734 ~ 33.92%

%34.06
%32.02
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(0,6,0,2)
C0M6Y0K2 
(0%,6%,0%,2%)
(0.00/0.06/0.00/0.02)	

CMYK percentages

%0
%6
%0.4
%1.96

Codes

Color #FAEBF9 in popluar color models

FAEBF9
RGB250235249
HSL304°60.00%95.10%
HSB/HSV304°6.00%98.04%
CMYK0.00%6.00%0.40%
1.96%

Color #FAEBF9 in popluar number systems.

HEXFAEBF9
Decimal250235249
Binary111110101110101111111001
Octal372353371

Shades and tints

Shades of #FAEBF9

#FAEBF9
(250,235,249)
#E4D6E3
(228,214,227)
#CEC1CD
(206,193,205)
#B8ACB7
(184,172,183)
#A297A1
(162,151,161)
#8C828B
(140,130,139)
#766D75
(118,109,117)
#60585F
(96,88,95)
#4A4349
(74,67,73)
#342E33
(52,46,51)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #FAEBF9

#FAEBF9
(250,235,249)
#FAECF9
(250,236,249)
#FAEDF9
(250,237,249)
#FAEEF9
(250,238,249)
#FAEFF9
(250,239,249)
#FAF0F9
(250,240,249)
#FAF1F9
(250,241,249)
#FAF2F9
(250,242,249)
#FAF3F9
(250,243,249)
#FAF4F9
(250,244,249)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBF9; }

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

This text font color is #FAEBF9.


Background Color

.myBgColor { background-color: #FAEBF9; }

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

This div background color is #FAEBF9.


Border color

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

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

This div border color is #FAEBF9.


Opacity

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

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

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

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

This text has shadow with #FAEBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBF9 on black background.


Color preview on white background

This text has color #FAEBF9 on white background.



Black color preview on #FAEBF9 background

This text has black color on #FAEBF9 background.


White color preview on #FAEBF9 background

This text has white color on #FAEBF9 background.