COLOR #FAEAFB

HEX: #FAEAFB
RGB: (250,234,251)

Color info

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

RGB color model

#FAEAFB color RGB value is (250,234,251).

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

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 251 of 255 = 98%

250
234
251

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

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 251 = 735 (100%)
R 250 of 735 ~ 34.01%
G 234 of 735 ~ 31.84%
B 251 of 735 ~ 34.15%

%34.01
%31.84
%34.15

CMYK color model

#FAEAFB color CMYK value is (0,7,0,2).

  • cyan value is 0.40%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,7,0,2)
C0M7Y0K2 
(0%,7%,0%,2%)
(0.00/0.07/0.00/0.02)	

CMYK percentages

%0.4
%6.77
%0
%1.57

Codes

Color #FAEAFB in popluar color models

FAEAFB
RGB250234251
HSL296°68.00%95.10%
HSB/HSV296°6.77%98.43%
CMYK0.40%6.77%0.00%
1.57%

Color #FAEAFB in popluar number systems.

HEXFAEAFB
Decimal250234251
Binary111110101110101011111011
Octal372352373

Shades and tints

Shades of #FAEAFB

#FAEAFB
(250,234,251)
#E4D5E5
(228,213,229)
#CEC0CF
(206,192,207)
#B8ABB9
(184,171,185)
#A296A3
(162,150,163)
#8C818D
(140,129,141)
#766C77
(118,108,119)
#605761
(96,87,97)
#4A424B
(74,66,75)
#342D35
(52,45,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #FAEAFB

#FAEAFB
(250,234,251)
#FAEBFB
(250,235,251)
#FAECFB
(250,236,251)
#FAEDFB
(250,237,251)
#FAEEFB
(250,238,251)
#FAEFFB
(250,239,251)
#FAF0FB
(250,240,251)
#FAF1FB
(250,241,251)
#FAF2FB
(250,242,251)
#FAF3FB
(250,243,251)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAFB; }

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

This text font color is #FAEAFB.


Background Color

.myBgColor { background-color: #FAEAFB; }

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

This div background color is #FAEAFB.


Border color

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

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

This div border color is #FAEAFB.


Opacity

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

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

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

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

This text has shadow with #FAEAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEAFB on black background.


Color preview on white background

This text has color #FAEAFB on white background.



Black color preview on #FAEAFB background

This text has black color on #FAEAFB background.


White color preview on #FAEAFB background

This text has white color on #FAEAFB background.