COLOR #FAB699

HEX: #FAB699
RGB: (250,182,153)

Color info

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

RGB color model

#FAB699 color RGB value is (250,182,153).

  • red value is 250;
  • green value is 182;
  • blue value is 153.
RGB:
(250,182,153)
(98%,71%,60%)

RGB channels and saturation

R 250 of 255 = 98%
G 182 of 255 = 71%
B 153 of 255 = 60%

250
182
153

R + G + B ~ 76%. #FAB699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 182 + 153 = 585 (100%)
R 250 of 585 ~ 42.74%
G 182 of 585 ~ 31.11%
B 153 of 585 ~ 26.15%

%42.74
%31.11
%26.15

CMYK color model

#FAB699 color CMYK value is (0,27,39,2).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 38.80%
  • key color value is 1.96%
CMYK:
(0,27,39,2)
C0M27Y39K2 
(0%,27%,39%,2%)
(0.00/0.27/0.39/0.02)	

CMYK percentages

%0
%27.2
%38.8
%1.96

Codes

Color #FAB699 in popluar color models

FAB699
RGB250182153
HSL18°90.65%79.02%
HSB/HSV18°38.80%98.04%
CMYK0.00%27.20%38.80%
1.96%

Color #FAB699 in popluar number systems.

HEXFAB699
Decimal250182153
Binary111110101011011010011001
Octal372266231

Shades and tints

Shades of #FAB699

#FAB699
(250,182,153)
#E4A68C
(228,166,140)
#CE967F
(206,150,127)
#B88672
(184,134,114)
#A27665
(162,118,101)
#8C6658
(140,102,88)
#76564B
(118,86,75)
#60463E
(96,70,62)
#4A3631
(74,54,49)
#342624
(52,38,36)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #FAB699

#FAB699
(250,182,153)
#FABCA2
(250,188,162)
#FAC2AB
(250,194,171)
#FAC8B4
(250,200,180)
#FACEBD
(250,206,189)
#FAD4C6
(250,212,198)
#FADACF
(250,218,207)
#FAE0D8
(250,224,216)
#FAE6E1
(250,230,225)
#FAECEA
(250,236,234)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB699 color. Also use rgb(250,182,153) instead hex code.

Text Font Color

.myTextColor { color: #FAB699; }

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

This text font color is #FAB699.


Background Color

.myBgColor { background-color: #FAB699; }

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

This div background color is #FAB699.


Border color

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

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

This div border color is #FAB699.


Opacity

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

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

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

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

This text has shadow with #FAB699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB699 on black background.


Color preview on white background

This text has color #FAB699 on white background.



Black color preview on #FAB699 background

This text has black color on #FAB699 background.


White color preview on #FAB699 background

This text has white color on #FAB699 background.