COLOR #FAF0BF

HEX: #FAF0BF RGB: (250,240,191)

Color info

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

RGB color model

#FAF0BF color RGB value is (250,240,191).

RGB: (250,240,191) (98%, 94%, 75%)

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 191 of 255 = 75%

250
240
191

R + G + B ~ 89%. #FAF0BF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 240 + 191 = 681 (100%)
R 250 of 681 ~ 36.71%
G 240 of 681 ~ 35.24%
B 191 of 681 ~ 28.05'%

%36.71
%35.24
%28.05

CMYK color model

#FAF0BF color CMYK value is (0,4,24,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 23.60%
  • key color value is 1.96%

CMYK: (0,4,24,2)
C0M4Y24K2 (0%, 4%, 24%, 2%)
(0.00 / 0.04 / 0.24 / 0.02)

CMYK percentages

%0
%4
%23.6
%1.96

Codes

Color #FAF0BF in popluar color models

FA F0 BF
RGB 250 240 191
HSL 50° 85.51% 86.47%
HSB/HSV 50° 23.60% 98.04%
CMYK 0.00% 4.00% 23.60%
1.96%

Color #FAF0BF in popluar number systems.

HEX FA F0 BF
Decimal 250 240 191
Binary 11111010 11110000 10111111
Octal 372 360 277

Shades and tints

Shades of #FAF0BF

#FAF0BF
(250,240,191)
#E4DBAE
(228,219,174)
#CEC69D
(206,198,157)
#B8B18C
(184,177,140)
#A29C7B
(162,156,123)
#8C876A
(140,135,106)
#767259
(118,114,89)
#605D48
(96,93,72)
#4A4837
(74,72,55)
#343326
(52,51,38)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #FAF0BF

#FAF0BF
(250,240,191)
#FAF1C4
(250,241,196)
#FAF2C9
(250,242,201)
#FAF3CE
(250,243,206)
#FAF4D3
(250,244,211)
#FAF5D8
(250,245,216)
#FAF6DD
(250,246,221)
#FAF7E2
(250,247,226)
#FAF8E7
(250,248,231)
#FAF9EC
(250,249,236)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF0BF; }

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

This text font color is #FAF0BF.

Background Color

.myBgColor { background-color: #FAF0BF; }

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

This div background color is #FAF0BF.

Border color

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

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

This div border color is #FAF0BF.

Opacity

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

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

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

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

This text has shadow with #FAF0BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF0BF.

Preview

Color preview on black background

This text has color #FAF0BF on black background.


Color preview on white background

This text has color #FAF0BF on white background.


Black color preview on #FAF0BF background

This text has black color on #FAF0BF background.


White color preview on #FAF0BF background

This text has white color on #FAF0BF background.


Related colors

Complementary color

Complementary color for #hex is #050F40.


I love getcolorcode.com

Triadic colors

1 #BFFAF0 and #F0BFFA with #FAF0BF are triadic colors.

2 #BFF0FA and #F0FABF with #FAF0BF are triadic colors.