COLOR #FAF2ED

HEX: #FAF2ED RGB: (250,242,237)

Color info

#FAF2ED contains red, green and blue colors in about the same proportion. Web safe color of #FAF2ED is #FFFFFF (or #FFF).

RGB color model

#FAF2ED color RGB value is (250,242,237).

RGB: (250,242,237) (98%, 95%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 237 of 255 = 93%

250
242
237

R + G + B ~ 95%. #FAF2ED is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 242 + 237 = 729 (100%)
R 250 of 729 ~ 34.29%
G 242 of 729 ~ 33.2%
B 237 of 729 ~ 32.51'%

%34.29
%33.2
%32.51

CMYK color model

#FAF2ED color CMYK value is (0,3,5,2).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 5.20%
  • key color value is 1.96%

CMYK: (0,3,5,2)
C0M3Y5K2 (0%, 3%, 5%, 2%)
(0.00 / 0.03 / 0.05 / 0.02)

CMYK percentages

%0
%3.2
%5.2
%1.96

Codes

Color #FAF2ED in popluar color models

FA F2 ED
RGB 250 242 237
HSL 23° 56.52% 95.49%
HSB/HSV 23° 5.20% 98.04%
CMYK 0.00% 3.20% 5.20%
1.96%

Color #FAF2ED in popluar number systems.

HEX FA F2 ED
Decimal 250 242 237
Binary 11111010 11110010 11101101
Octal 372 362 355

Shades and tints

Shades of #FAF2ED

#FAF2ED
(250,242,237)
#E4DCD8
(228,220,216)
#CEC6C3
(206,198,195)
#B8B0AE
(184,176,174)
#A29A99
(162,154,153)
#8C8484
(140,132,132)
#766E6F
(118,110,111)
#60585A
(96,88,90)
#4A4245
(74,66,69)
#342C30
(52,44,48)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #FAF2ED

#FAF2ED
(250,242,237)
#FAF3EE
(250,243,238)
#FAF4EF
(250,244,239)
#FAF5F0
(250,245,240)
#FAF6F1
(250,246,241)
#FAF7F2
(250,247,242)
#FAF8F3
(250,248,243)
#FAF9F4
(250,249,244)
#FAFAF5
(250,250,245)
#FAFBF6
(250,251,246)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF2ED color. Also use rgb(250,242,237) instead hex code.

Text Font Color

.myTextColor { color: #FAF2ED; }

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

This text font color is #FAF2ED.

Background Color

.myBgColor { background-color: #FAF2ED; }

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

This div background color is #FAF2ED.

Border color

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

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

This div border color is #FAF2ED.

Opacity

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

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

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

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

This text has shadow with #FAF2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF2ED.

Preview

Color preview on black background

This text has color #FAF2ED on black background.


Color preview on white background

This text has color #FAF2ED on white background.


Black color preview on #FAF2ED background

This text has black color on #FAF2ED background.


White color preview on #FAF2ED background

This text has white color on #FAF2ED background.


Related colors

Complementary color

Complementary color for #hex is #050D12.


I love getcolorcode.com

Triadic colors

1 #EDFAF2 and #F2EDFA with #FAF2ED are triadic colors.

2 #EDF2FA and #F2FAED with #FAF2ED are triadic colors.