COLOR #FFA1C1

HEX: #FFA1C1
RGB: (255,161,193)

Color info

#FFA1C1 contains mainly red color. Web safe color of #FFA1C1 is #FF99CC (or #F9C).

RGB color model

#FFA1C1 color RGB value is (255,161,193).

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

RGB channels and saturation

R 255 of 255 = 100%
G 161 of 255 = 63%
B 193 of 255 = 76%

255
161
193

R + G + B ~ 80%. #FFA1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 161 + 193 = 609 (100%)
R 255 of 609 ~ 41.87%
G 161 of 609 ~ 26.44%
B 193 of 609 ~ 31.69%

%41.87
%26.44
%31.69

CMYK color model

#FFA1C1 color CMYK value is (0,37,24,0).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 24.31%
  • key color value is 0.00%
CMYK:
(0,37,24,0)
C0M37Y24K0 
(0%,37%,24%,0%)
(0.00/0.37/0.24/0.00)	

CMYK percentages

%0
%36.86
%24.31
%0

Codes

Color #FFA1C1 in popluar color models

FFA1C1
RGB255161193
HSL340°100.00%81.57%
HSB/HSV340°36.86%100.00%
CMYK0.00%36.86%24.31%
0.00%

Color #FFA1C1 in popluar number systems.

HEXFFA1C1
Decimal255161193
Binary111111111010000111000001
Octal377241301

Shades and tints

Shades of #FFA1C1

#FFA1C1
(255,161,193)
#E893B0
(232,147,176)
#D1859F
(209,133,159)
#BA778E
(186,119,142)
#A3697D
(163,105,125)
#8C5B6C
(140,91,108)
#754D5B
(117,77,91)
#5E3F4A
(94,63,74)
#473139
(71,49,57)
#302328
(48,35,40)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFA1C1

#FFA1C1
(255,161,193)
#FFA9C6
(255,169,198)
#FFB1CB
(255,177,203)
#FFB9D0
(255,185,208)
#FFC1D5
(255,193,213)
#FFC9DA
(255,201,218)
#FFD1DF
(255,209,223)
#FFD9E4
(255,217,228)
#FFE1E9
(255,225,233)
#FFE9EE
(255,233,238)
#FFF1F3
(255,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA1C1; }

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

This text font color is #FFA1C1.


Background Color

.myBgColor { background-color: #FFA1C1; }

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

This div background color is #FFA1C1.


Border color

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

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

This div border color is #FFA1C1.


Opacity

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

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

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

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

This text has shadow with #FFA1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA1C1 on black background.


Color preview on white background

This text has color #FFA1C1 on white background.



Black color preview on #FFA1C1 background

This text has black color on #FFA1C1 background.


White color preview on #FFA1C1 background

This text has white color on #FFA1C1 background.