COLOR #FAF3E2

HEX: #FAF3E2 RGB: (250,243,226)

Color info

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

RGB color model

#FAF3E2 color RGB value is (250,243,226).

RGB: (250,243,226) (98%, 95%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 226 of 255 = 89%

250
243
226

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

Portions of RGB colors in percentages

R + G + B = 250 + 243 + 226 = 719 (100%)
R 250 of 719 ~ 34.77%
G 243 of 719 ~ 33.8%
B 226 of 719 ~ 31.43'%

%34.77
%33.8
%31.43

CMYK color model

#FAF3E2 color CMYK value is (0,3,10,2).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK: (0,3,10,2) C0M3Y10K2 (0%,3%,10%,2%) (0.00/0.03/0.10/0.02) 

CMYK percentages

%0
%2.8
%9.6
%1.96

Codes

Color #FAF3E2 in popluar color models

FA F3 E2
RGB 250 243 226
HSL 43° 70.59% 93.33%
HSB/HSV 43° 9.60% 98.04%
CMYK 0.00% 2.80% 9.60%
1.96%

Color #FAF3E2 in popluar number systems.

HEX FA F3 E2
Decimal 250 243 226
Binary 11111010 11110011 11100010
Octal 372 363 342

Shades and tints

Shades of #FAF3E2

#FAF3E2
(250,243,226)
#E4DDCE
(228,221,206)
#CEC7BA
(206,199,186)
#B8B1A6
(184,177,166)
#A29B92
(162,155,146)
#8C857E
(140,133,126)
#766F6A
(118,111,106)
#605956
(96,89,86)
#4A4342
(74,67,66)
#342D2E
(52,45,46)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #FAF3E2

#FAF3E2
(250,243,226)
#FAF4E4
(250,244,228)
#FAF5E6
(250,245,230)
#FAF6E8
(250,246,232)
#FAF7EA
(250,247,234)
#FAF8EC
(250,248,236)
#FAF9EE
(250,249,238)
#FAFAF0
(250,250,240)
#FAFBF2
(250,251,242)
#FAFCF4
(250,252,244)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3E2; }

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

This text font color is #FAF3E2.

Background Color

.myBgColor { background-color: #FAF3E2; }

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

This div background color is #FAF3E2.

Border color

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

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

This div border color is #FAF3E2.

Opacity

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

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

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

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

This text has shadow with #FAF3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF3E2.

Preview

Color preview on black background

This text has color #FAF3E2 on black background.


Color preview on white background

This text has color #FAF3E2 on white background.


Black color preview on #FAF3E2 background

This text has black color on #FAF3E2 background.


White color preview on #FAF3E2 background

This text has white color on #FAF3E2 background.


Related colors

Complementary color

Complementary color for #hex is #050C1D.


I love getcolorcode.com

Triadic colors

1 #E2FAF3 and #F3E2FA with #FAF3E2 are triadic colors.

2 #E2F3FA and #F3FAE2 with #FAF3E2 are triadic colors.