COLOR #FAB098

HEX: #FAB098
RGB: (250,176,152)

Color info

#FAB098 contains mainly red color. Web safe color of #FAB098 is #FF9999 (or #F99).

RGB color model

#FAB098 color RGB value is (250,176,152).

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

RGB channels and saturation

R 250 of 255 = 98%
G 176 of 255 = 69%
B 152 of 255 = 60%

250
176
152

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

Portions of RGB colors in percentages

R + G + B =
250 + 176 + 152 = 578 (100%)
R 250 of 578 ~ 43.25%
G 176 of 578 ~ 30.45%
B 152 of 578 ~ 26.3%

%43.25
%30.45
%26.3

CMYK color model

#FAB098 color CMYK value is (0,30,39,2).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 39.20%
  • key color value is 1.96%
CMYK:
(0,30,39,2)
C0M30Y39K2 
(0%,30%,39%,2%)
(0.00/0.30/0.39/0.02)	

CMYK percentages

%0
%29.6
%39.2
%1.96

Codes

Color #FAB098 in popluar color models

FAB098
RGB250176152
HSL15°90.74%78.82%
HSB/HSV15°39.20%98.04%
CMYK0.00%29.60%39.20%
1.96%

Color #FAB098 in popluar number systems.

HEXFAB098
Decimal250176152
Binary111110101011000010011000
Octal372260230

Shades and tints

Shades of #FAB098

#FAB098
(250,176,152)
#E4A08B
(228,160,139)
#CE907E
(206,144,126)
#B88071
(184,128,113)
#A27064
(162,112,100)
#8C6057
(140,96,87)
#76504A
(118,80,74)
#60403D
(96,64,61)
#4A3030
(74,48,48)
#342023
(52,32,35)
#1E1016
(30,16,22)
#000000
(0,0,0)

Tints of #FAB098

#FAB098
(250,176,152)
#FAB7A1
(250,183,161)
#FABEAA
(250,190,170)
#FAC5B3
(250,197,179)
#FACCBC
(250,204,188)
#FAD3C5
(250,211,197)
#FADACE
(250,218,206)
#FAE1D7
(250,225,215)
#FAE8E0
(250,232,224)
#FAEFE9
(250,239,233)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB098; }

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

This text font color is #FAB098.


Background Color

.myBgColor { background-color: #FAB098; }

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

This div background color is #FAB098.


Border color

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

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

This div border color is #FAB098.


Opacity

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

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

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

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

This text has shadow with #FAB098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB098 on black background.


Color preview on white background

This text has color #FAB098 on white background.



Black color preview on #FAB098 background

This text has black color on #FAB098 background.


White color preview on #FAB098 background

This text has white color on #FAB098 background.