COLOR #FFA1B1

HEX: #FFA1B1
RGB: (255,161,177)

Color info

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

RGB color model

#FFA1B1 color RGB value is (255,161,177).

  • red value is 255;
  • green value is 161;
  • blue value is 177.
RGB:
(255,161,177)
(100%,63%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 161 of 255 = 63%
B 177 of 255 = 69%

255
161
177

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

Portions of RGB colors in percentages

R + G + B =
255 + 161 + 177 = 593 (100%)
R 255 of 593 ~ 43%
G 161 of 593 ~ 27.15%
B 177 of 593 ~ 29.85%

%43
%27.15
%29.85

CMYK color model

#FFA1B1 color CMYK value is (0,37,31,0).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(0,37,31,0)
C0M37Y31K0 
(0%,37%,31%,0%)
(0.00/0.37/0.31/0.00)	

CMYK percentages

%0
%36.86
%30.59
%0

Codes

Color #FFA1B1 in popluar color models

FFA1B1
RGB255161177
HSL350°100.00%81.57%
HSB/HSV350°36.86%100.00%
CMYK0.00%36.86%30.59%
0.00%

Color #FFA1B1 in popluar number systems.

HEXFFA1B1
Decimal255161177
Binary111111111010000110110001
Octal377241261

Shades and tints

Shades of #FFA1B1

#FFA1B1
(255,161,177)
#E893A1
(232,147,161)
#D18591
(209,133,145)
#BA7781
(186,119,129)
#A36971
(163,105,113)
#8C5B61
(140,91,97)
#754D51
(117,77,81)
#5E3F41
(94,63,65)
#473131
(71,49,49)
#302321
(48,35,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #FFA1B1

#FFA1B1
(255,161,177)
#FFA9B8
(255,169,184)
#FFB1BF
(255,177,191)
#FFB9C6
(255,185,198)
#FFC1CD
(255,193,205)
#FFC9D4
(255,201,212)
#FFD1DB
(255,209,219)
#FFD9E2
(255,217,226)
#FFE1E9
(255,225,233)
#FFE9F0
(255,233,240)
#FFF1F7
(255,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA1B1; }

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

This text font color is #FFA1B1.


Background Color

.myBgColor { background-color: #FFA1B1; }

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

This div background color is #FFA1B1.


Border color

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

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

This div border color is #FFA1B1.


Opacity

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

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

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

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

This text has shadow with #FFA1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA1B1 on black background.


Color preview on white background

This text has color #FFA1B1 on white background.



Black color preview on #FFA1B1 background

This text has black color on #FFA1B1 background.


White color preview on #FFA1B1 background

This text has white color on #FFA1B1 background.