COLOR #FAF3E5

HEX: #FAF3E5 RGB: (250,243,229)

Color info

#FAF3E5 contains red, green and blue colors in about the same proportion. Web safe color of #FAF3E5 is #FFFFCC (or #FFC).

RGB color model

#FAF3E5 color RGB value is (250,243,229).

RGB: (250,243,229) (98%, 95%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 229 of 255 = 90%

250
243
229

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

Portions of RGB colors in percentages

R + G + B = 250 + 243 + 229 = 722 (100%)
R 250 of 722 ~ 34.63%
G 243 of 722 ~ 33.66%
B 229 of 722 ~ 31.72'%

%34.63
%33.66
%31.72

CMYK color model

#FAF3E5 color CMYK value is (0,3,8,2).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 8.40%
  • key color value is 1.96%

CMYK: (0,3,8,2)
C0M3Y8K2 (0%, 3%, 8%, 2%)
(0.00 / 0.03 / 0.08 / 0.02)

CMYK percentages

%0
%2.8
%8.4
%1.96

Codes

Color #FAF3E5 in popluar color models

FA F3 E5
RGB 250 243 229
HSL 40° 67.74% 93.92%
HSB/HSV 40° 8.40% 98.04%
CMYK 0.00% 2.80% 8.40%
1.96%

Color #FAF3E5 in popluar number systems.

HEX FA F3 E5
Decimal 250 243 229
Binary 11111010 11110011 11100101
Octal 372 363 345

Shades and tints

Shades of #FAF3E5

#FAF3E5
(250,243,229)
#E4DDD1
(228,221,209)
#CEC7BD
(206,199,189)
#B8B1A9
(184,177,169)
#A29B95
(162,155,149)
#8C8581
(140,133,129)
#766F6D
(118,111,109)
#605959
(96,89,89)
#4A4345
(74,67,69)
#342D31
(52,45,49)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #FAF3E5

#FAF3E5
(250,243,229)
#FAF4E7
(250,244,231)
#FAF5E9
(250,245,233)
#FAF6EB
(250,246,235)
#FAF7ED
(250,247,237)
#FAF8EF
(250,248,239)
#FAF9F1
(250,249,241)
#FAFAF3
(250,250,243)
#FAFBF5
(250,251,245)
#FAFCF7
(250,252,247)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3E5; }

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

This text font color is #FAF3E5.

Background Color

.myBgColor { background-color: #FAF3E5; }

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

This div background color is #FAF3E5.

Border color

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

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

This div border color is #FAF3E5.

Opacity

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

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

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

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

This text has shadow with #FAF3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF3E5.

Preview

Color preview on black background

This text has color #FAF3E5 on black background.


Color preview on white background

This text has color #FAF3E5 on white background.


Black color preview on #FAF3E5 background

This text has black color on #FAF3E5 background.


White color preview on #FAF3E5 background

This text has white color on #FAF3E5 background.


Related colors

Complementary color

Complementary color for #hex is #050C1A.


I love getcolorcode.com

Triadic colors

1 #E5FAF3 and #F3E5FA with #FAF3E5 are triadic colors.

2 #E5F3FA and #F3FAE5 with #FAF3E5 are triadic colors.