COLOR #FAEBB0

HEX: #FAEBB0
RGB: (250,235,176)

Color info

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

RGB color model

#FAEBB0 color RGB value is (250,235,176).

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

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 176 of 255 = 69%

250
235
176

R + G + B ~ 86%. #FAEBB0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 176 = 661 (100%)
R 250 of 661 ~ 37.82%
G 235 of 661 ~ 35.55%
B 176 of 661 ~ 26.63%

%37.82
%35.55
%26.63

CMYK color model

#FAEBB0 color CMYK value is (0,6,30,2).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(0,6,30,2)
C0M6Y30K2 
(0%,6%,30%,2%)
(0.00/0.06/0.30/0.02)	

CMYK percentages

%0
%6
%29.6
%1.96

Codes

Color #FAEBB0 in popluar color models

FAEBB0
RGB250235176
HSL48°88.10%83.53%
HSB/HSV48°29.60%98.04%
CMYK0.00%6.00%29.60%
1.96%

Color #FAEBB0 in popluar number systems.

HEXFAEBB0
Decimal250235176
Binary111110101110101110110000
Octal372353260

Shades and tints

Shades of #FAEBB0

#FAEBB0
(250,235,176)
#E4D6A0
(228,214,160)
#CEC190
(206,193,144)
#B8AC80
(184,172,128)
#A29770
(162,151,112)
#8C8260
(140,130,96)
#766D50
(118,109,80)
#605840
(96,88,64)
#4A4330
(74,67,48)
#342E20
(52,46,32)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #FAEBB0

#FAEBB0
(250,235,176)
#FAECB7
(250,236,183)
#FAEDBE
(250,237,190)
#FAEEC5
(250,238,197)
#FAEFCC
(250,239,204)
#FAF0D3
(250,240,211)
#FAF1DA
(250,241,218)
#FAF2E1
(250,242,225)
#FAF3E8
(250,243,232)
#FAF4EF
(250,244,239)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBB0; }

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

This text font color is #FAEBB0.


Background Color

.myBgColor { background-color: #FAEBB0; }

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

This div background color is #FAEBB0.


Border color

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

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

This div border color is #FAEBB0.


Opacity

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

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

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

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

This text has shadow with #FAEBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBB0 on black background.


Color preview on white background

This text has color #FAEBB0 on white background.



Black color preview on #FAEBB0 background

This text has black color on #FAEBB0 background.


White color preview on #FAEBB0 background

This text has white color on #FAEBB0 background.