COLOR #FFBAB2

HEX: #FFBAB2
RGB: (255,186,178)

Color info

#FFBAB2 contains mainly red color. Web safe color of #FFBAB2 is #FFCC99 (or #FC9).

RGB color model

#FFBAB2 color RGB value is (255,186,178).

  • red value is 255;
  • green value is 186;
  • blue value is 178.
RGB:
(255,186,178)
(100%,73%,70%)

RGB channels and saturation

R 255 of 255 = 100%
G 186 of 255 = 73%
B 178 of 255 = 70%

255
186
178

R + G + B ~ 81%. #FFBAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 186 + 178 = 619 (100%)
R 255 of 619 ~ 41.2%
G 186 of 619 ~ 30.05%
B 178 of 619 ~ 28.76%

%41.2
%30.05
%28.76

CMYK color model

#FFBAB2 color CMYK value is (0,27,30,0).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK:
(0,27,30,0)
C0M27Y30K0 
(0%,27%,30%,0%)
(0.00/0.27/0.30/0.00)	

CMYK percentages

%0
%27.06
%30.2
%0

Codes

Color #FFBAB2 in popluar color models

FFBAB2
RGB255186178
HSL100.00%84.90%
HSB/HSV30.20%100.00%
CMYK0.00%27.06%30.20%
0.00%

Color #FFBAB2 in popluar number systems.

HEXFFBAB2
Decimal255186178
Binary111111111011101010110010
Octal377272262

Shades and tints

Shades of #FFBAB2

#FFBAB2
(255,186,178)
#E8AAA2
(232,170,162)
#D19A92
(209,154,146)
#BA8A82
(186,138,130)
#A37A72
(163,122,114)
#8C6A62
(140,106,98)
#755A52
(117,90,82)
#5E4A42
(94,74,66)
#473A32
(71,58,50)
#302A22
(48,42,34)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #FFBAB2

#FFBAB2
(255,186,178)
#FFC0B9
(255,192,185)
#FFC6C0
(255,198,192)
#FFCCC7
(255,204,199)
#FFD2CE
(255,210,206)
#FFD8D5
(255,216,213)
#FFDEDC
(255,222,220)
#FFE4E3
(255,228,227)
#FFEAEA
(255,234,234)
#FFF0F1
(255,240,241)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFBAB2 color. Also use rgb(255,186,178) instead hex code.

Text Font Color

.myTextColor { color: #FFBAB2; }

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

This text font color is #FFBAB2.


Background Color

.myBgColor { background-color: #FFBAB2; }

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

This div background color is #FFBAB2.


Border color

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

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

This div border color is #FFBAB2.


Opacity

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

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

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

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

This text has shadow with #FFBAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBAB2 on black background.


Color preview on white background

This text has color #FFBAB2 on white background.



Black color preview on #FFBAB2 background

This text has black color on #FFBAB2 background.


White color preview on #FFBAB2 background

This text has white color on #FFBAB2 background.