COLOR #FAF1E5

HEX: #FAF1E5 RGB: (250,241,229)

Color info

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

RGB color model

#FAF1E5 color RGB value is (250,241,229).

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

RGB channels and saturation

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

250
241
229

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

Portions of RGB colors in percentages

R + G + B = 250 + 241 + 229 = 720 (100%)
R 250 of 720 ~ 34.72%
G 241 of 720 ~ 33.47%
B 229 of 720 ~ 31.81'%

%34.72
%33.47
%31.81

CMYK color model

#FAF1E5 color CMYK value is (0,4,8,2).

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

CMYK: (0,4,8,2)
C0M4Y8K2 (0%, 4%, 8%, 2%)
(0.00 / 0.04 / 0.08 / 0.02)

CMYK percentages

%0
%3.6
%8.4
%1.96

Codes

Color #FAF1E5 in popluar color models

FA F1 E5
RGB 250 241 229
HSL 34° 67.74% 93.92%
HSB/HSV 34° 8.40% 98.04%
CMYK 0.00% 3.60% 8.40%
1.96%

Color #FAF1E5 in popluar number systems.

HEX FA F1 E5
Decimal 250 241 229
Binary 11111010 11110001 11100101
Octal 372 361 345

Shades and tints

Shades of #FAF1E5

#FAF1E5
(250,241,229)
#E4DCD1
(228,220,209)
#CEC7BD
(206,199,189)
#B8B2A9
(184,178,169)
#A29D95
(162,157,149)
#8C8881
(140,136,129)
#76736D
(118,115,109)
#605E59
(96,94,89)
#4A4945
(74,73,69)
#343431
(52,52,49)
#1E1F1D
(30,31,29)
#000000
(0,0,0)

Tints of #FAF1E5

#FAF1E5
(250,241,229)
#FAF2E7
(250,242,231)
#FAF3E9
(250,243,233)
#FAF4EB
(250,244,235)
#FAF5ED
(250,245,237)
#FAF6EF
(250,246,239)
#FAF7F1
(250,247,241)
#FAF8F3
(250,248,243)
#FAF9F5
(250,249,245)
#FAFAF7
(250,250,247)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1E5; }

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

This text font color is #FAF1E5.

Background Color

.myBgColor { background-color: #FAF1E5; }

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

This div background color is #FAF1E5.

Border color

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

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

This div border color is #FAF1E5.

Opacity

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

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

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

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

This text has shadow with #FAF1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF1E5.

Preview

Color preview on black background

This text has color #FAF1E5 on black background.


Color preview on white background

This text has color #FAF1E5 on white background.


Black color preview on #FAF1E5 background

This text has black color on #FAF1E5 background.


White color preview on #FAF1E5 background

This text has white color on #FAF1E5 background.


Related colors

Complementary color

Complementary color for #hex is #050E1A.


I love getcolorcode.com

Triadic colors

1 #E5FAF1 and #F1E5FA with #FAF1E5 are triadic colors.

2 #E5F1FA and #F1FAE5 with #FAF1E5 are triadic colors.