COLOR #FBA18C

HEX: #FBA18C
RGB: (251,161,140)

Color info

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

RGB color model

#FBA18C color RGB value is (251,161,140).

  • red value is 251;
  • green value is 161;
  • blue value is 140.
RGB:
(251,161,140)
(98%,63%,55%)

RGB channels and saturation

R 251 of 255 = 98%
G 161 of 255 = 63%
B 140 of 255 = 55%

251
161
140

R + G + B ~ 72%. #FBA18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 161 + 140 = 552 (100%)
R 251 of 552 ~ 45.47%
G 161 of 552 ~ 29.17%
B 140 of 552 ~ 25.36%

%45.47
%29.17
%25.36

CMYK color model

#FBA18C color CMYK value is (0,36,44,2).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 44.22%
  • key color value is 1.57%
CMYK:
(0,36,44,2)
C0M36Y44K2 
(0%,36%,44%,2%)
(0.00/0.36/0.44/0.02)	

CMYK percentages

%0
%35.86
%44.22
%1.57

Codes

Color #FBA18C in popluar color models

FBA18C
RGB251161140
HSL11°93.28%76.67%
HSB/HSV11°44.22%98.43%
CMYK0.00%35.86%44.22%
1.57%

Color #FBA18C in popluar number systems.

HEXFBA18C
Decimal251161140
Binary111110111010000110001100
Octal373241214

Shades and tints

Shades of #FBA18C

#FBA18C
(251,161,140)
#E59380
(229,147,128)
#CF8574
(207,133,116)
#B97768
(185,119,104)
#A3695C
(163,105,92)
#8D5B50
(141,91,80)
#774D44
(119,77,68)
#613F38
(97,63,56)
#4B312C
(75,49,44)
#352320
(53,35,32)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #FBA18C

#FBA18C
(251,161,140)
#FBA996
(251,169,150)
#FBB1A0
(251,177,160)
#FBB9AA
(251,185,170)
#FBC1B4
(251,193,180)
#FBC9BE
(251,201,190)
#FBD1C8
(251,209,200)
#FBD9D2
(251,217,210)
#FBE1DC
(251,225,220)
#FBE9E6
(251,233,230)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA18C color. Also use rgb(251,161,140) instead hex code.

Text Font Color

.myTextColor { color: #FBA18C; }

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

This text font color is #FBA18C.


Background Color

.myBgColor { background-color: #FBA18C; }

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

This div background color is #FBA18C.


Border color

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

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

This div border color is #FBA18C.


Opacity

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

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

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

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

This text has shadow with #FBA18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA18C on black background.


Color preview on white background

This text has color #FBA18C on white background.



Black color preview on #FBA18C background

This text has black color on #FBA18C background.


White color preview on #FBA18C background

This text has white color on #FBA18C background.