COLOR #FFB5B5

HEX: #FFB5B5
RGB: (255,181,181)

Color info

#FFB5B5 contains mainly red color. Web safe color of #FFB5B5 is #FFCCCC (or #FCC).

RGB color model

#FFB5B5 color RGB value is (255,181,181).

  • red value is 255;
  • green value is 181;
  • blue value is 181.
RGB:
(255,181,181)
(100%,71%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 181 of 255 = 71%
B 181 of 255 = 71%

255
181
181

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

Portions of RGB colors in percentages

R + G + B =
255 + 181 + 181 = 617 (100%)
R 255 of 617 ~ 41.33%
G 181 of 617 ~ 29.34%
B 181 of 617 ~ 29.34%

%41.33
%29.34
%29.34

CMYK color model

#FFB5B5 color CMYK value is (0,29,29,0).

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 29.02%
  • key color value is 0.00%
CMYK:
(0,29,29,0)
C0M29Y29K0 
(0%,29%,29%,0%)
(0.00/0.29/0.29/0.00)	

CMYK percentages

%0
%29.02
%29.02
%0

Codes

Color #FFB5B5 in popluar color models

FFB5B5
RGB255181181
HSL100.00%85.49%
HSB/HSV29.02%100.00%
CMYK0.00%29.02%29.02%
0.00%

Color #FFB5B5 in popluar number systems.

HEXFFB5B5
Decimal255181181
Binary111111111011010110110101
Octal377265265

Shades and tints

Shades of #FFB5B5

#FFB5B5
(255,181,181)
#E8A5A5
(232,165,165)
#D19595
(209,149,149)
#BA8585
(186,133,133)
#A37575
(163,117,117)
#8C6565
(140,101,101)
#755555
(117,85,85)
#5E4545
(94,69,69)
#473535
(71,53,53)
#302525
(48,37,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #FFB5B5

#FFB5B5
(255,181,181)
#FFBBBB
(255,187,187)
#FFC1C1
(255,193,193)
#FFC7C7
(255,199,199)
#FFCDCD
(255,205,205)
#FFD3D3
(255,211,211)
#FFD9D9
(255,217,217)
#FFDFDF
(255,223,223)
#FFE5E5
(255,229,229)
#FFEBEB
(255,235,235)
#FFF1F1
(255,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB5B5; }

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

This text font color is #FFB5B5.


Background Color

.myBgColor { background-color: #FFB5B5; }

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

This div background color is #FFB5B5.


Border color

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

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

This div border color is #FFB5B5.


Opacity

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

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

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

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

This text has shadow with #FFB5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB5B5 on black background.


Color preview on white background

This text has color #FFB5B5 on white background.



Black color preview on #FFB5B5 background

This text has black color on #FFB5B5 background.


White color preview on #FFB5B5 background

This text has white color on #FFB5B5 background.