COLOR #FABE81

HEX: #FABE81
RGB: (250,190,129)

Color info

#FABE81 contains mainly red color. Web safe color of #FABE81 is #FFCC99 (or #FC9).

RGB color model

#FABE81 color RGB value is (250,190,129).

  • red value is 250;
  • green value is 190;
  • blue value is 129.
RGB:
(250,190,129)
(98%,75%,51%)

RGB channels and saturation

R 250 of 255 = 98%
G 190 of 255 = 75%
B 129 of 255 = 51%

250
190
129

R + G + B ~ 75%. #FABE81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 190 + 129 = 569 (100%)
R 250 of 569 ~ 43.94%
G 190 of 569 ~ 33.39%
B 129 of 569 ~ 22.67%

%43.94
%33.39
%22.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 48.40%
  • key color value is 1.96%
CMYK:
(0,24,48,2)
C0M24Y48K2 
(0%,24%,48%,2%)
(0.00/0.24/0.48/0.02)	

CMYK percentages

%0
%24
%48.4
%1.96

Codes

Color #FABE81 in popluar color models

FABE81
RGB250190129
HSL30°92.37%74.31%
HSB/HSV30°48.40%98.04%
CMYK0.00%24.00%48.40%
1.96%

Color #FABE81 in popluar number systems.

HEXFABE81
Decimal250190129
Binary111110101011111010000001
Octal372276201

Shades and tints

Shades of #FABE81

#FABE81
(250,190,129)
#E4AD76
(228,173,118)
#CE9C6B
(206,156,107)
#B88B60
(184,139,96)
#A27A55
(162,122,85)
#8C694A
(140,105,74)
#76583F
(118,88,63)
#604734
(96,71,52)
#4A3629
(74,54,41)
#34251E
(52,37,30)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #FABE81

#FABE81
(250,190,129)
#FAC38C
(250,195,140)
#FAC897
(250,200,151)
#FACDA2
(250,205,162)
#FAD2AD
(250,210,173)
#FAD7B8
(250,215,184)
#FADCC3
(250,220,195)
#FAE1CE
(250,225,206)
#FAE6D9
(250,230,217)
#FAEBE4
(250,235,228)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABE81; }

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

This text font color is #FABE81.


Background Color

.myBgColor { background-color: #FABE81; }

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

This div background color is #FABE81.


Border color

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

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

This div border color is #FABE81.


Opacity

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

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

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

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

This text has shadow with #FABE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABE81 on black background.


Color preview on white background

This text has color #FABE81 on white background.



Black color preview on #FABE81 background

This text has black color on #FABE81 background.


White color preview on #FABE81 background

This text has white color on #FABE81 background.