COLOR #FAF3CE

HEX: #FAF3CE
RGB: (250,243,206)

Color info

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

RGB color model

#FAF3CE color RGB value is (250,243,206).

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

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 206 of 255 = 81%

250
243
206

R + G + B ~ 91%. #FAF3CE is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 206 = 699 (100%)
R 250 of 699 ~ 35.77%
G 243 of 699 ~ 34.76%
B 206 of 699 ~ 29.47%

%35.77
%34.76
%29.47

CMYK color model

#FAF3CE color CMYK value is (0,3,18,2).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(0,3,18,2)
C0M3Y18K2 
(0%,3%,18%,2%)
(0.00/0.03/0.18/0.02)	

CMYK percentages

%0
%2.8
%17.6
%1.96

Codes

Color #FAF3CE in popluar color models

FAF3CE
RGB250243206
HSL50°81.48%89.41%
HSB/HSV50°17.60%98.04%
CMYK0.00%2.80%17.60%
1.96%

Color #FAF3CE in popluar number systems.

HEXFAF3CE
Decimal250243206
Binary111110101111001111001110
Octal372363316

Shades and tints

Shades of #FAF3CE

#FAF3CE
(250,243,206)
#E4DDBC
(228,221,188)
#CEC7AA
(206,199,170)
#B8B198
(184,177,152)
#A29B86
(162,155,134)
#8C8574
(140,133,116)
#766F62
(118,111,98)
#605950
(96,89,80)
#4A433E
(74,67,62)
#342D2C
(52,45,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #FAF3CE

#FAF3CE
(250,243,206)
#FAF4D2
(250,244,210)
#FAF5D6
(250,245,214)
#FAF6DA
(250,246,218)
#FAF7DE
(250,247,222)
#FAF8E2
(250,248,226)
#FAF9E6
(250,249,230)
#FAFAEA
(250,250,234)
#FAFBEE
(250,251,238)
#FAFCF2
(250,252,242)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3CE; }

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

This text font color is #FAF3CE.


Background Color

.myBgColor { background-color: #FAF3CE; }

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

This div background color is #FAF3CE.


Border color

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

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

This div border color is #FAF3CE.


Opacity

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

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

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

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

This text has shadow with #FAF3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3CE on black background.


Color preview on white background

This text has color #FAF3CE on white background.



Black color preview on #FAF3CE background

This text has black color on #FAF3CE background.


White color preview on #FAF3CE background

This text has white color on #FAF3CE background.