COLOR #FAF6E4

HEX: #FAF6E4
RGB: (250,246,228)

Color info

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

RGB color model

#FAF6E4 color RGB value is (250,246,228).

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

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 228 of 255 = 89%

250
246
228

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

Portions of RGB colors in percentages

R + G + B =
250 + 246 + 228 = 724 (100%)
R 250 of 724 ~ 34.53%
G 246 of 724 ~ 33.98%
B 228 of 724 ~ 31.49%

%34.53
%33.98
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(0,2,9,2)
C0M2Y9K2 
(0%,2%,9%,2%)
(0.00/0.02/0.09/0.02)	

CMYK percentages

%0
%1.6
%8.8
%1.96

Codes

Color #FAF6E4 in popluar color models

FAF6E4
RGB250246228
HSL49°68.75%93.73%
HSB/HSV49°8.80%98.04%
CMYK0.00%1.60%8.80%
1.96%

Color #FAF6E4 in popluar number systems.

HEXFAF6E4
Decimal250246228
Binary111110101111011011100100
Octal372366344

Shades and tints

Shades of #FAF6E4

#FAF6E4
(250,246,228)
#E4E0D0
(228,224,208)
#CECABC
(206,202,188)
#B8B4A8
(184,180,168)
#A29E94
(162,158,148)
#8C8880
(140,136,128)
#76726C
(118,114,108)
#605C58
(96,92,88)
#4A4644
(74,70,68)
#343030
(52,48,48)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #FAF6E4

#FAF6E4
(250,246,228)
#FAF6E6
(250,246,230)
#FAF6E8
(250,246,232)
#FAF6EA
(250,246,234)
#FAF6EC
(250,246,236)
#FAF6EE
(250,246,238)
#FAF6F0
(250,246,240)
#FAF6F2
(250,246,242)
#FAF6F4
(250,246,244)
#FAF6F6
(250,246,246)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6E4; }

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

This text font color is #FAF6E4.


Background Color

.myBgColor { background-color: #FAF6E4; }

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

This div background color is #FAF6E4.


Border color

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

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

This div border color is #FAF6E4.


Opacity

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

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

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

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

This text has shadow with #FAF6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6E4 on black background.


Color preview on white background

This text has color #FAF6E4 on white background.



Black color preview on #FAF6E4 background

This text has black color on #FAF6E4 background.


White color preview on #FAF6E4 background

This text has white color on #FAF6E4 background.