COLOR #FAF3CC

HEX: #FAF3CC
RGB: (250,243,204)

Color info

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

RGB color model

#FAF3CC color RGB value is (250,243,204).

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

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 204 of 255 = 80%

250
243
204

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

Portions of RGB colors in percentages

R + G + B =
250 + 243 + 204 = 697 (100%)
R 250 of 697 ~ 35.87%
G 243 of 697 ~ 34.86%
B 204 of 697 ~ 29.27%

%35.87
%34.86
%29.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 18.40%
  • 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
%18.4
%1.96

Codes

Color #FAF3CC in popluar color models

FAF3CC
RGB250243204
HSL51°82.14%89.02%
HSB/HSV51°18.40%98.04%
CMYK0.00%2.80%18.40%
1.96%

Color #FAF3CC in popluar number systems.

HEXFAF3CC
Decimal250243204
Binary111110101111001111001100
Octal372363314

Shades and tints

Shades of #FAF3CC

#FAF3CC
(250,243,204)
#E4DDBA
(228,221,186)
#CEC7A8
(206,199,168)
#B8B196
(184,177,150)
#A29B84
(162,155,132)
#8C8572
(140,133,114)
#766F60
(118,111,96)
#60594E
(96,89,78)
#4A433C
(74,67,60)
#342D2A
(52,45,42)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FAF3CC

#FAF3CC
(250,243,204)
#FAF4D0
(250,244,208)
#FAF5D4
(250,245,212)
#FAF6D8
(250,246,216)
#FAF7DC
(250,247,220)
#FAF8E0
(250,248,224)
#FAF9E4
(250,249,228)
#FAFAE8
(250,250,232)
#FAFBEC
(250,251,236)
#FAFCF0
(250,252,240)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3CC; }

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

This text font color is #FAF3CC.


Background Color

.myBgColor { background-color: #FAF3CC; }

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

This div background color is #FAF3CC.


Border color

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

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

This div border color is #FAF3CC.


Opacity

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

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

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

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

This text has shadow with #FAF3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF3CC on black background.


Color preview on white background

This text has color #FAF3CC on white background.



Black color preview on #FAF3CC background

This text has black color on #FAF3CC background.


White color preview on #FAF3CC background

This text has white color on #FAF3CC background.