COLOR #FBB0AC

HEX: #FBB0AC
RGB: (251,176,172)

Color info

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

RGB color model

#FBB0AC color RGB value is (251,176,172).

  • red value is 251;
  • green value is 176;
  • blue value is 172.
RGB:
(251,176,172)
(98%,69%,67%)

RGB channels and saturation

R 251 of 255 = 98%
G 176 of 255 = 69%
B 172 of 255 = 67%

251
176
172

R + G + B ~ 78%. #FBB0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 176 + 172 = 599 (100%)
R 251 of 599 ~ 41.9%
G 176 of 599 ~ 29.38%
B 172 of 599 ~ 28.71%

%41.9
%29.38
%28.71

CMYK color model

#FBB0AC color CMYK value is (0,30,31,2).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 31.47%
  • key color value is 1.57%
CMYK:
(0,30,31,2)
C0M30Y31K2 
(0%,30%,31%,2%)
(0.00/0.30/0.31/0.02)	

CMYK percentages

%0
%29.88
%31.47
%1.57

Codes

Color #FBB0AC in popluar color models

FBB0AC
RGB251176172
HSL90.80%82.94%
HSB/HSV31.47%98.43%
CMYK0.00%29.88%31.47%
1.57%

Color #FBB0AC in popluar number systems.

HEXFBB0AC
Decimal251176172
Binary111110111011000010101100
Octal373260254

Shades and tints

Shades of #FBB0AC

#FBB0AC
(251,176,172)
#E5A09D
(229,160,157)
#CF908E
(207,144,142)
#B9807F
(185,128,127)
#A37070
(163,112,112)
#8D6061
(141,96,97)
#775052
(119,80,82)
#614043
(97,64,67)
#4B3034
(75,48,52)
#352025
(53,32,37)
#1F1016
(31,16,22)
#000000
(0,0,0)

Tints of #FBB0AC

#FBB0AC
(251,176,172)
#FBB7B3
(251,183,179)
#FBBEBA
(251,190,186)
#FBC5C1
(251,197,193)
#FBCCC8
(251,204,200)
#FBD3CF
(251,211,207)
#FBDAD6
(251,218,214)
#FBE1DD
(251,225,221)
#FBE8E4
(251,232,228)
#FBEFEB
(251,239,235)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB0AC color. Also use rgb(251,176,172) instead hex code.

Text Font Color

.myTextColor { color: #FBB0AC; }

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

This text font color is #FBB0AC.


Background Color

.myBgColor { background-color: #FBB0AC; }

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

This div background color is #FBB0AC.


Border color

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

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

This div border color is #FBB0AC.


Opacity

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

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

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

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

This text has shadow with #FBB0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB0AC on black background.


Color preview on white background

This text has color #FBB0AC on white background.



Black color preview on #FBB0AC background

This text has black color on #FBB0AC background.


White color preview on #FBB0AC background

This text has white color on #FBB0AC background.