COLOR #FAEBBF

HEX: #FAEBBF
RGB: (250,235,191)

Color info

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

RGB color model

#FAEBBF color RGB value is (250,235,191).

  • red value is 250;
  • green value is 235;
  • blue value is 191.
RGB:
(250,235,191)
(98%,92%,75%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 191 of 255 = 75%

250
235
191

R + G + B ~ 88%. #FAEBBF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 191 = 676 (100%)
R 250 of 676 ~ 36.98%
G 235 of 676 ~ 34.76%
B 191 of 676 ~ 28.25%

%36.98
%34.76
%28.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 23.60%
  • key color value is 1.96%
CMYK:
(0,6,24,2)
C0M6Y24K2 
(0%,6%,24%,2%)
(0.00/0.06/0.24/0.02)	

CMYK percentages

%0
%6
%23.6
%1.96

Codes

Color #FAEBBF in popluar color models

FAEBBF
RGB250235191
HSL45°85.51%86.47%
HSB/HSV45°23.60%98.04%
CMYK0.00%6.00%23.60%
1.96%

Color #FAEBBF in popluar number systems.

HEXFAEBBF
Decimal250235191
Binary111110101110101110111111
Octal372353277

Shades and tints

Shades of #FAEBBF

#FAEBBF
(250,235,191)
#E4D6AE
(228,214,174)
#CEC19D
(206,193,157)
#B8AC8C
(184,172,140)
#A2977B
(162,151,123)
#8C826A
(140,130,106)
#766D59
(118,109,89)
#605848
(96,88,72)
#4A4337
(74,67,55)
#342E26
(52,46,38)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #FAEBBF

#FAEBBF
(250,235,191)
#FAECC4
(250,236,196)
#FAEDC9
(250,237,201)
#FAEECE
(250,238,206)
#FAEFD3
(250,239,211)
#FAF0D8
(250,240,216)
#FAF1DD
(250,241,221)
#FAF2E2
(250,242,226)
#FAF3E7
(250,243,231)
#FAF4EC
(250,244,236)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBBF; }

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

This text font color is #FAEBBF.


Background Color

.myBgColor { background-color: #FAEBBF; }

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

This div background color is #FAEBBF.


Border color

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

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

This div border color is #FAEBBF.


Opacity

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

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

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

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

This text has shadow with #FAEBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBBF on black background.


Color preview on white background

This text has color #FAEBBF on white background.



Black color preview on #FAEBBF background

This text has black color on #FAEBBF background.


White color preview on #FAEBBF background

This text has white color on #FAEBBF background.