COLOR #FAF0C8

HEX: #FAF0C8
RGB: (250,240,200)

Color info

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

RGB color model

#FAF0C8 color RGB value is (250,240,200).

  • red value is 250;
  • green value is 240;
  • blue value is 200.
RGB:
(250,240,200)
(98%,94%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 200 of 255 = 78%

250
240
200

R + G + B ~ 90%. #FAF0C8 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 240 + 200 = 690 (100%)
R 250 of 690 ~ 36.23%
G 240 of 690 ~ 34.78%
B 200 of 690 ~ 28.99%

%36.23
%34.78
%28.99

CMYK color model

#FAF0C8 color CMYK value is (0,4,20,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 20.00%
  • key color value is 1.96%
CMYK:
(0,4,20,2)
C0M4Y20K2 
(0%,4%,20%,2%)
(0.00/0.04/0.20/0.02)	

CMYK percentages

%0
%4
%20
%1.96

Codes

Color #FAF0C8 in popluar color models

FAF0C8
RGB250240200
HSL48°83.33%88.24%
HSB/HSV48°20.00%98.04%
CMYK0.00%4.00%20.00%
1.96%

Color #FAF0C8 in popluar number systems.

HEXFAF0C8
Decimal250240200
Binary111110101111000011001000
Octal372360310

Shades and tints

Shades of #FAF0C8

#FAF0C8
(250,240,200)
#E4DBB6
(228,219,182)
#CEC6A4
(206,198,164)
#B8B192
(184,177,146)
#A29C80
(162,156,128)
#8C876E
(140,135,110)
#76725C
(118,114,92)
#605D4A
(96,93,74)
#4A4838
(74,72,56)
#343326
(52,51,38)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #FAF0C8

#FAF0C8
(250,240,200)
#FAF1CD
(250,241,205)
#FAF2D2
(250,242,210)
#FAF3D7
(250,243,215)
#FAF4DC
(250,244,220)
#FAF5E1
(250,245,225)
#FAF6E6
(250,246,230)
#FAF7EB
(250,247,235)
#FAF8F0
(250,248,240)
#FAF9F5
(250,249,245)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF0C8 color. Also use rgb(250,240,200) instead hex code.

Text Font Color

.myTextColor { color: #FAF0C8; }

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

This text font color is #FAF0C8.


Background Color

.myBgColor { background-color: #FAF0C8; }

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

This div background color is #FAF0C8.


Border color

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

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

This div border color is #FAF0C8.


Opacity

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

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

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

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

This text has shadow with #FAF0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF0C8 on black background.


Color preview on white background

This text has color #FAF0C8 on white background.



Black color preview on #FAF0C8 background

This text has black color on #FAF0C8 background.


White color preview on #FAF0C8 background

This text has white color on #FAF0C8 background.