COLOR #FBA8AD

HEX: #FBA8AD
RGB: (251,168,173)

Color info

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

RGB color model

#FBA8AD color RGB value is (251,168,173).

  • red value is 251;
  • green value is 168;
  • blue value is 173.
RGB:
(251,168,173)
(98%,66%,68%)

RGB channels and saturation

R 251 of 255 = 98%
G 168 of 255 = 66%
B 173 of 255 = 68%

251
168
173

R + G + B ~ 77%. #FBA8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 168 + 173 = 592 (100%)
R 251 of 592 ~ 42.4%
G 168 of 592 ~ 28.38%
B 173 of 592 ~ 29.22%

%42.4
%28.38
%29.22

CMYK color model

#FBA8AD color CMYK value is (0,33,31,2).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 31.08%
  • key color value is 1.57%
CMYK:
(0,33,31,2)
C0M33Y31K2 
(0%,33%,31%,2%)
(0.00/0.33/0.31/0.02)	

CMYK percentages

%0
%33.07
%31.08
%1.57

Codes

Color #FBA8AD in popluar color models

FBA8AD
RGB251168173
HSL356°91.21%82.16%
HSB/HSV356°33.07%98.43%
CMYK0.00%33.07%31.08%
1.57%

Color #FBA8AD in popluar number systems.

HEXFBA8AD
Decimal251168173
Binary111110111010100010101101
Octal373250255

Shades and tints

Shades of #FBA8AD

#FBA8AD
(251,168,173)
#E5999E
(229,153,158)
#CF8A8F
(207,138,143)
#B97B80
(185,123,128)
#A36C71
(163,108,113)
#8D5D62
(141,93,98)
#774E53
(119,78,83)
#613F44
(97,63,68)
#4B3035
(75,48,53)
#352126
(53,33,38)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #FBA8AD

#FBA8AD
(251,168,173)
#FBAFB4
(251,175,180)
#FBB6BB
(251,182,187)
#FBBDC2
(251,189,194)
#FBC4C9
(251,196,201)
#FBCBD0
(251,203,208)
#FBD2D7
(251,210,215)
#FBD9DE
(251,217,222)
#FBE0E5
(251,224,229)
#FBE7EC
(251,231,236)
#FBEEF3
(251,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA8AD color. Also use rgb(251,168,173) instead hex code.

Text Font Color

.myTextColor { color: #FBA8AD; }

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

This text font color is #FBA8AD.


Background Color

.myBgColor { background-color: #FBA8AD; }

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

This div background color is #FBA8AD.


Border color

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

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

This div border color is #FBA8AD.


Opacity

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

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

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

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

This text has shadow with #FBA8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA8AD on black background.


Color preview on white background

This text has color #FBA8AD on white background.



Black color preview on #FBA8AD background

This text has black color on #FBA8AD background.


White color preview on #FBA8AD background

This text has white color on #FBA8AD background.