COLOR #FAF3D4

HEX: #FAF3D4
RGB: (250,243,212)

Color info

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

RGB color model

#FAF3D4 color RGB value is (250,243,212).

  • red value is 250;
  • green value is 243;
  • blue value is 212.
RGB:
(250,243,212)
(98%,95%,83%)

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 212 of 255 = 83%

250
243
212

R + G + B ~ 92%. #FAF3D4 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 212 = 705 (100%)
R 250 of 705 ~ 35.46%
G 243 of 705 ~ 34.47%
B 212 of 705 ~ 30.07%

%35.46
%34.47
%30.07

CMYK color model

#FAF3D4 color CMYK value is (0,3,15,2).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 15.20%
  • key color value is 1.96%
CMYK:
(0,3,15,2)
C0M3Y15K2 
(0%,3%,15%,2%)
(0.00/0.03/0.15/0.02)	

CMYK percentages

%0
%2.8
%15.2
%1.96

Codes

Color #FAF3D4 in popluar color models

FAF3D4
RGB250243212
HSL49°79.17%90.59%
HSB/HSV49°15.20%98.04%
CMYK0.00%2.80%15.20%
1.96%

Color #FAF3D4 in popluar number systems.

HEXFAF3D4
Decimal250243212
Binary111110101111001111010100
Octal372363324

Shades and tints

Shades of #FAF3D4

#FAF3D4
(250,243,212)
#E4DDC1
(228,221,193)
#CEC7AE
(206,199,174)
#B8B19B
(184,177,155)
#A29B88
(162,155,136)
#8C8575
(140,133,117)
#766F62
(118,111,98)
#60594F
(96,89,79)
#4A433C
(74,67,60)
#342D29
(52,45,41)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #FAF3D4

#FAF3D4
(250,243,212)
#FAF4D7
(250,244,215)
#FAF5DA
(250,245,218)
#FAF6DD
(250,246,221)
#FAF7E0
(250,247,224)
#FAF8E3
(250,248,227)
#FAF9E6
(250,249,230)
#FAFAE9
(250,250,233)
#FAFBEC
(250,251,236)
#FAFCEF
(250,252,239)
#FAFDF2
(250,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF3D4 color. Also use rgb(250,243,212) instead hex code.

Text Font Color

.myTextColor { color: #FAF3D4; }

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

This text font color is #FAF3D4.


Background Color

.myBgColor { background-color: #FAF3D4; }

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

This div background color is #FAF3D4.


Border color

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

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

This div border color is #FAF3D4.


Opacity

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

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

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

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

This text has shadow with #FAF3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3D4 on black background.


Color preview on white background

This text has color #FAF3D4 on white background.



Black color preview on #FAF3D4 background

This text has black color on #FAF3D4 background.


White color preview on #FAF3D4 background

This text has white color on #FAF3D4 background.