COLOR #FAEAF0

HEX: #FAEAF0
RGB: (250,234,240)

Color info

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

RGB color model

#FAEAF0 color RGB value is (250,234,240).

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

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 240 of 255 = 94%

250
234
240

R + G + B ~ 95%. #FAEAF0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 240 = 724 (100%)
R 250 of 724 ~ 34.53%
G 234 of 724 ~ 32.32%
B 240 of 724 ~ 33.15%

%34.53
%32.32
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(0,6,4,2)
C0M6Y4K2 
(0%,6%,4%,2%)
(0.00/0.06/0.04/0.02)	

CMYK percentages

%0
%6.4
%4
%1.96

Codes

Color #FAEAF0 in popluar color models

FAEAF0
RGB250234240
HSL338°61.54%94.90%
HSB/HSV338°6.40%98.04%
CMYK0.00%6.40%4.00%
1.96%

Color #FAEAF0 in popluar number systems.

HEXFAEAF0
Decimal250234240
Binary111110101110101011110000
Octal372352360

Shades and tints

Shades of #FAEAF0

#FAEAF0
(250,234,240)
#E4D5DB
(228,213,219)
#CEC0C6
(206,192,198)
#B8ABB1
(184,171,177)
#A2969C
(162,150,156)
#8C8187
(140,129,135)
#766C72
(118,108,114)
#60575D
(96,87,93)
#4A4248
(74,66,72)
#342D33
(52,45,51)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #FAEAF0

#FAEAF0
(250,234,240)
#FAEBF1
(250,235,241)
#FAECF2
(250,236,242)
#FAEDF3
(250,237,243)
#FAEEF4
(250,238,244)
#FAEFF5
(250,239,245)
#FAF0F6
(250,240,246)
#FAF1F7
(250,241,247)
#FAF2F8
(250,242,248)
#FAF3F9
(250,243,249)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAF0; }

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

This text font color is #FAEAF0.


Background Color

.myBgColor { background-color: #FAEAF0; }

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

This div background color is #FAEAF0.


Border color

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

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

This div border color is #FAEAF0.


Opacity

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

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

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

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

This text has shadow with #FAEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEAF0 on black background.


Color preview on white background

This text has color #FAEAF0 on white background.



Black color preview on #FAEAF0 background

This text has black color on #FAEAF0 background.


White color preview on #FAEAF0 background

This text has white color on #FAEAF0 background.