COLOR #FAF4BE

HEX: #FAF4BE RGB: (250,244,190)

Color info

#FAF4BE contains mainly red and green colors. Web safe color of #FAF4BE is #FFFFCC (or #FFC).

RGB color model

#FAF4BE color RGB value is (250,244,190).

RGB: (250,244,190) (98%, 96%, 75%)

RGB channels and saturation

R 250 of 255 = 98%
G 244 of 255 = 96%
B 190 of 255 = 75%

250
244
190

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

Portions of RGB colors in percentages

R + G + B = 250 + 244 + 190 = 684 (100%)
R 250 of 684 ~ 36.55%
G 244 of 684 ~ 35.67%
B 190 of 684 ~ 27.78'%

%36.55
%35.67
%27.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 24.00%
  • key color value is 1.96%
CMYK: (0,2,24,2) C0M2Y24K2 (0%,2%,24%,2%) (0.00/0.02/0.24/0.02) 

CMYK percentages

%0
%2.4
%24
%1.96

Codes

Color #FAF4BE in popluar color models

FA F4 BE
RGB 250 244 190
HSL 54° 85.71% 86.27%
HSB/HSV 54° 24.00% 98.04%
CMYK 0.00% 2.40% 24.00%
1.96%

Color #FAF4BE in popluar number systems.

HEX FA F4 BE
Decimal 250 244 190
Binary 11111010 11110100 10111110
Octal 372 364 276

Shades and tints

Shades of #FAF4BE

#FAF4BE
(250,244,190)
#E4DEAD
(228,222,173)
#CEC89C
(206,200,156)
#B8B28B
(184,178,139)
#A29C7A
(162,156,122)
#8C8669
(140,134,105)
#767058
(118,112,88)
#605A47
(96,90,71)
#4A4436
(74,68,54)
#342E25
(52,46,37)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #FAF4BE

#FAF4BE
(250,244,190)
#FAF5C3
(250,245,195)
#FAF6C8
(250,246,200)
#FAF7CD
(250,247,205)
#FAF8D2
(250,248,210)
#FAF9D7
(250,249,215)
#FAFADC
(250,250,220)
#FAFBE1
(250,251,225)
#FAFCE6
(250,252,230)
#FAFDEB
(250,253,235)
#FAFEF0
(250,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF4BE color. Also use rgb(250,244,190) instead hex code.

Text Font Color

.myTextColor { color: #FAF4BE; }

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

This text font color is #FAF4BE.

Background Color

.myBgColor { background-color: #FAF4BE; }

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

This div background color is #FAF4BE.

Border color

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

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

This div border color is #FAF4BE.

Opacity

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

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

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

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

This text has shadow with #FAF4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF4BE.

Preview

Color preview on black background

This text has color #FAF4BE on black background.


Color preview on white background

This text has color #FAF4BE on white background.


Black color preview on #FAF4BE background

This text has black color on #FAF4BE background.


White color preview on #FAF4BE background

This text has white color on #FAF4BE background.


Related colors

Complementary color

Complementary color for #hex is #050B41.


I love getcolorcode.com

Triadic colors

1 #BEFAF4 and #F4BEFA with #FAF4BE are triadic colors.

2 #BEF4FA and #F4FABE with #FAF4BE are triadic colors.