COLOR #FBAF9B

HEX: #FBAF9B
RGB: (251,175,155)

Color info

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

RGB color model

#FBAF9B color RGB value is (251,175,155).

  • red value is 251;
  • green value is 175;
  • blue value is 155.
RGB:
(251,175,155)
(98%,69%,61%)

RGB channels and saturation

R 251 of 255 = 98%
G 175 of 255 = 69%
B 155 of 255 = 61%

251
175
155

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

Portions of RGB colors in percentages

R + G + B =
251 + 175 + 155 = 581 (100%)
R 251 of 581 ~ 43.2%
G 175 of 581 ~ 30.12%
B 155 of 581 ~ 26.68%

%43.2
%30.12
%26.68

CMYK color model

#FBAF9B color CMYK value is (0,30,38,2).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 38.25%
  • key color value is 1.57%
CMYK:
(0,30,38,2)
C0M30Y38K2 
(0%,30%,38%,2%)
(0.00/0.30/0.38/0.02)	

CMYK percentages

%0
%30.28
%38.25
%1.57

Codes

Color #FBAF9B in popluar color models

FBAF9B
RGB251175155
HSL13°92.31%79.61%
HSB/HSV13°38.25%98.43%
CMYK0.00%30.28%38.25%
1.57%

Color #FBAF9B in popluar number systems.

HEXFBAF9B
Decimal251175155
Binary111110111010111110011011
Octal373257233

Shades and tints

Shades of #FBAF9B

#FBAF9B
(251,175,155)
#E5A08D
(229,160,141)
#CF917F
(207,145,127)
#B98271
(185,130,113)
#A37363
(163,115,99)
#8D6455
(141,100,85)
#775547
(119,85,71)
#614639
(97,70,57)
#4B372B
(75,55,43)
#35281D
(53,40,29)
#1F190F
(31,25,15)
#000000
(0,0,0)

Tints of #FBAF9B

#FBAF9B
(251,175,155)
#FBB6A4
(251,182,164)
#FBBDAD
(251,189,173)
#FBC4B6
(251,196,182)
#FBCBBF
(251,203,191)
#FBD2C8
(251,210,200)
#FBD9D1
(251,217,209)
#FBE0DA
(251,224,218)
#FBE7E3
(251,231,227)
#FBEEEC
(251,238,236)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAF9B color. Also use rgb(251,175,155) instead hex code.

Text Font Color

.myTextColor { color: #FBAF9B; }

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

This text font color is #FBAF9B.


Background Color

.myBgColor { background-color: #FBAF9B; }

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

This div background color is #FBAF9B.


Border color

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

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

This div border color is #FBAF9B.


Opacity

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

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

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

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

This text has shadow with #FBAF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAF9B on black background.


Color preview on white background

This text has color #FBAF9B on white background.



Black color preview on #FBAF9B background

This text has black color on #FBAF9B background.


White color preview on #FBAF9B background

This text has white color on #FBAF9B background.