COLOR #FAF2E4

HEX: #FAF2E4
RGB: (250,242,228)

Color info

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

RGB color model

#FAF2E4 color RGB value is (250,242,228).

  • red value is 250;
  • green value is 242;
  • blue value is 228.
RGB:
(250,242,228)
(98%,95%,89%)

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 228 of 255 = 89%

250
242
228

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

Portions of RGB colors in percentages

R + G + B =
250 + 242 + 228 = 720 (100%)
R 250 of 720 ~ 34.72%
G 242 of 720 ~ 33.61%
B 228 of 720 ~ 31.67%

%34.72
%33.61
%31.67

CMYK color model

#FAF2E4 color CMYK value is (0,3,9,2).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(0,3,9,2)
C0M3Y9K2 
(0%,3%,9%,2%)
(0.00/0.03/0.09/0.02)	

CMYK percentages

%0
%3.2
%8.8
%1.96

Codes

Color #FAF2E4 in popluar color models

FAF2E4
RGB250242228
HSL38°68.75%93.73%
HSB/HSV38°8.80%98.04%
CMYK0.00%3.20%8.80%
1.96%

Color #FAF2E4 in popluar number systems.

HEXFAF2E4
Decimal250242228
Binary111110101111001011100100
Octal372362344

Shades and tints

Shades of #FAF2E4

#FAF2E4
(250,242,228)
#E4DCD0
(228,220,208)
#CEC6BC
(206,198,188)
#B8B0A8
(184,176,168)
#A29A94
(162,154,148)
#8C8480
(140,132,128)
#766E6C
(118,110,108)
#605858
(96,88,88)
#4A4244
(74,66,68)
#342C30
(52,44,48)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #FAF2E4

#FAF2E4
(250,242,228)
#FAF3E6
(250,243,230)
#FAF4E8
(250,244,232)
#FAF5EA
(250,245,234)
#FAF6EC
(250,246,236)
#FAF7EE
(250,247,238)
#FAF8F0
(250,248,240)
#FAF9F2
(250,249,242)
#FAFAF4
(250,250,244)
#FAFBF6
(250,251,246)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF2E4; }

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

This text font color is #FAF2E4.


Background Color

.myBgColor { background-color: #FAF2E4; }

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

This div background color is #FAF2E4.


Border color

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

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

This div border color is #FAF2E4.


Opacity

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

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

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

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

This text has shadow with #FAF2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF2E4 on black background.


Color preview on white background

This text has color #FAF2E4 on white background.



Black color preview on #FAF2E4 background

This text has black color on #FAF2E4 background.


White color preview on #FAF2E4 background

This text has white color on #FAF2E4 background.