COLOR #FAF0E2

HEX: #FAF0E2 RGB: (250,240,226)

Color info

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

RGB color model

#FAF0E2 color RGB value is (250,240,226).

RGB: (250,240,226) (98%, 94%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 226 of 255 = 89%

250
240
226

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

Portions of RGB colors in percentages

R + G + B = 250 + 240 + 226 = 716 (100%)
R 250 of 716 ~ 34.92%
G 240 of 716 ~ 33.52%
B 226 of 716 ~ 31.56'%

%34.92
%33.52
%31.56

CMYK color model

#FAF0E2 color CMYK value is (0,4,10,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 9.60%
  • key color value is 1.96%

CMYK: (0,4,10,2)
C0M4Y10K2 (0%, 4%, 10%, 2%)
(0.00 / 0.04 / 0.10 / 0.02)

CMYK percentages

%0
%4
%9.6
%1.96

Codes

Color #FAF0E2 in popluar color models

FA F0 E2
RGB 250 240 226
HSL 35° 70.59% 93.33%
HSB/HSV 35° 9.60% 98.04%
CMYK 0.00% 4.00% 9.60%
1.96%

Color #FAF0E2 in popluar number systems.

HEX FA F0 E2
Decimal 250 240 226
Binary 11111010 11110000 11100010
Octal 372 360 342

Shades and tints

Shades of #FAF0E2

#FAF0E2
(250,240,226)
#E4DBCE
(228,219,206)
#CEC6BA
(206,198,186)
#B8B1A6
(184,177,166)
#A29C92
(162,156,146)
#8C877E
(140,135,126)
#76726A
(118,114,106)
#605D56
(96,93,86)
#4A4842
(74,72,66)
#34332E
(52,51,46)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #FAF0E2

#FAF0E2
(250,240,226)
#FAF1E4
(250,241,228)
#FAF2E6
(250,242,230)
#FAF3E8
(250,243,232)
#FAF4EA
(250,244,234)
#FAF5EC
(250,245,236)
#FAF6EE
(250,246,238)
#FAF7F0
(250,247,240)
#FAF8F2
(250,248,242)
#FAF9F4
(250,249,244)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF0E2; }

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

This text font color is #FAF0E2.

Background Color

.myBgColor { background-color: #FAF0E2; }

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

This div background color is #FAF0E2.

Border color

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

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

This div border color is #FAF0E2.

Opacity

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

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

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

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

This text has shadow with #FAF0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF0E2.

Preview

Color preview on black background

This text has color #FAF0E2 on black background.


Color preview on white background

This text has color #FAF0E2 on white background.


Black color preview on #FAF0E2 background

This text has black color on #FAF0E2 background.


White color preview on #FAF0E2 background

This text has white color on #FAF0E2 background.


Related colors

Complementary color

Complementary color for #hex is #050F1D.


I love getcolorcode.com

Triadic colors

1 #E2FAF0 and #F0E2FA with #FAF0E2 are triadic colors.

2 #E2F0FA and #F0FAE2 with #FAF0E2 are triadic colors.