COLOR #FAEEB0

HEX: #FAEEB0
RGB: (250,238,176)

Color info

#FAEEB0 contains mainly red and green colors. Web safe color of #FAEEB0 is #FFFF99 (or #FF9).

RGB color model

#FAEEB0 color RGB value is (250,238,176).

  • red value is 250;
  • green value is 238;
  • blue value is 176.
RGB:
(250,238,176)
(98%,93%,69%)

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 176 of 255 = 69%

250
238
176

R + G + B ~ 87%. #FAEEB0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 238 + 176 = 664 (100%)
R 250 of 664 ~ 37.65%
G 238 of 664 ~ 35.84%
B 176 of 664 ~ 26.51%

%37.65
%35.84
%26.51

CMYK color model

#FAEEB0 color CMYK value is (0,5,30,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(0,5,30,2)
C0M5Y30K2 
(0%,5%,30%,2%)
(0.00/0.05/0.30/0.02)	

CMYK percentages

%0
%4.8
%29.6
%1.96

Codes

Color #FAEEB0 in popluar color models

FAEEB0
RGB250238176
HSL50°88.10%83.53%
HSB/HSV50°29.60%98.04%
CMYK0.00%4.80%29.60%
1.96%

Color #FAEEB0 in popluar number systems.

HEXFAEEB0
Decimal250238176
Binary111110101110111010110000
Octal372356260

Shades and tints

Shades of #FAEEB0

#FAEEB0
(250,238,176)
#E4D9A0
(228,217,160)
#CEC490
(206,196,144)
#B8AF80
(184,175,128)
#A29A70
(162,154,112)
#8C8560
(140,133,96)
#767050
(118,112,80)
#605B40
(96,91,64)
#4A4630
(74,70,48)
#343120
(52,49,32)
#1E1C10
(30,28,16)
#000000
(0,0,0)

Tints of #FAEEB0

#FAEEB0
(250,238,176)
#FAEFB7
(250,239,183)
#FAF0BE
(250,240,190)
#FAF1C5
(250,241,197)
#FAF2CC
(250,242,204)
#FAF3D3
(250,243,211)
#FAF4DA
(250,244,218)
#FAF5E1
(250,245,225)
#FAF6E8
(250,246,232)
#FAF7EF
(250,247,239)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEEB0 color. Also use rgb(250,238,176) instead hex code.

Text Font Color

.myTextColor { color: #FAEEB0; }

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

This text font color is #FAEEB0.


Background Color

.myBgColor { background-color: #FAEEB0; }

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

This div background color is #FAEEB0.


Border color

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

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

This div border color is #FAEEB0.


Opacity

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

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

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

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

This text has shadow with #FAEEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEEB0 on black background.


Color preview on white background

This text has color #FAEEB0 on white background.



Black color preview on #FAEEB0 background

This text has black color on #FAEEB0 background.


White color preview on #FAEEB0 background

This text has white color on #FAEEB0 background.