COLOR #FAF1E3

HEX: #FAF1E3 RGB: (250,241,227)

Color info

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

RGB color model

#FAF1E3 color RGB value is (250,241,227).

RGB: (250,241,227) (98%, 95%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 227 of 255 = 89%

250
241
227

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

Portions of RGB colors in percentages

R + G + B = 250 + 241 + 227 = 718 (100%)
R 250 of 718 ~ 34.82%
G 241 of 718 ~ 33.57%
B 227 of 718 ~ 31.62'%

%34.82
%33.57
%31.62

CMYK color model

#FAF1E3 color CMYK value is (0,4,9,2).

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

CMYK: (0,4,9,2)
C0M4Y9K2 (0%, 4%, 9%, 2%)
(0.00 / 0.04 / 0.09 / 0.02)

CMYK percentages

%0
%3.6
%9.2
%1.96

Codes

Color #FAF1E3 in popluar color models

FA F1 E3
RGB 250 241 227
HSL 37° 69.70% 93.53%
HSB/HSV 37° 9.20% 98.04%
CMYK 0.00% 3.60% 9.20%
1.96%

Color #FAF1E3 in popluar number systems.

HEX FA F1 E3
Decimal 250 241 227
Binary 11111010 11110001 11100011
Octal 372 361 343

Shades and tints

Shades of #FAF1E3

#FAF1E3
(250,241,227)
#E4DCCF
(228,220,207)
#CEC7BB
(206,199,187)
#B8B2A7
(184,178,167)
#A29D93
(162,157,147)
#8C887F
(140,136,127)
#76736B
(118,115,107)
#605E57
(96,94,87)
#4A4943
(74,73,67)
#34342F
(52,52,47)
#1E1F1B
(30,31,27)
#000000
(0,0,0)

Tints of #FAF1E3

#FAF1E3
(250,241,227)
#FAF2E5
(250,242,229)
#FAF3E7
(250,243,231)
#FAF4E9
(250,244,233)
#FAF5EB
(250,245,235)
#FAF6ED
(250,246,237)
#FAF7EF
(250,247,239)
#FAF8F1
(250,248,241)
#FAF9F3
(250,249,243)
#FAFAF5
(250,250,245)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1E3; }

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

This text font color is #FAF1E3.

Background Color

.myBgColor { background-color: #FAF1E3; }

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

This div background color is #FAF1E3.

Border color

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

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

This div border color is #FAF1E3.

Opacity

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

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

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

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

This text has shadow with #FAF1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF1E3.

Preview

Color preview on black background

This text has color #FAF1E3 on black background.


Color preview on white background

This text has color #FAF1E3 on white background.


Black color preview on #FAF1E3 background

This text has black color on #FAF1E3 background.


White color preview on #FAF1E3 background

This text has white color on #FAF1E3 background.


Related colors

Complementary color

Complementary color for #hex is #050E1C.


I love getcolorcode.com

Triadic colors

1 #E3FAF1 and #F1E3FA with #FAF1E3 are triadic colors.

2 #E3F1FA and #F1FAE3 with #FAF1E3 are triadic colors.