COLOR #F1A7C5

HEX: #F1A7C5
RGB: (241,167,197)

Color info

#F1A7C5 contains mainly red and blue colors. Web safe color of #F1A7C5 is #FF99CC (or #F9C).

RGB color model

#F1A7C5 color RGB value is (241,167,197).

  • red value is 241;
  • green value is 167;
  • blue value is 197.
RGB:
(241,167,197)
(95%,65%,77%)

RGB channels and saturation

R 241 of 255 = 95%
G 167 of 255 = 65%
B 197 of 255 = 77%

241
167
197

R + G + B ~ 79%. #F1A7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 167 + 197 = 605 (100%)
R 241 of 605 ~ 39.83%
G 167 of 605 ~ 27.6%
B 197 of 605 ~ 32.56%

%39.83
%27.6
%32.56

CMYK color model

#F1A7C5 color CMYK value is (0,31,18,5).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 18.26%
  • key color value is 5.49%
CMYK:
(0,31,18,5)
C0M31Y18K5 
(0%,31%,18%,5%)
(0.00/0.31/0.18/0.05)	

CMYK percentages

%0
%30.71
%18.26
%5.49

Codes

Color #F1A7C5 in popluar color models

F1A7C5
RGB241167197
HSL336°72.55%80.00%
HSB/HSV336°30.71%94.51%
CMYK0.00%30.71%18.26%
5.49%

Color #F1A7C5 in popluar number systems.

HEXF1A7C5
Decimal241167197
Binary111100011010011111000101
Octal361247305

Shades and tints

Shades of #F1A7C5

#F1A7C5
(241,167,197)
#DC98B4
(220,152,180)
#C789A3
(199,137,163)
#B27A92
(178,122,146)
#9D6B81
(157,107,129)
#885C70
(136,92,112)
#734D5F
(115,77,95)
#5E3E4E
(94,62,78)
#492F3D
(73,47,61)
#34202C
(52,32,44)
#1F111B
(31,17,27)
#000000
(0,0,0)

Tints of #F1A7C5

#F1A7C5
(241,167,197)
#F2AFCA
(242,175,202)
#F3B7CF
(243,183,207)
#F4BFD4
(244,191,212)
#F5C7D9
(245,199,217)
#F6CFDE
(246,207,222)
#F7D7E3
(247,215,227)
#F8DFE8
(248,223,232)
#F9E7ED
(249,231,237)
#FAEFF2
(250,239,242)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A7C5 color. Also use rgb(241,167,197) instead hex code.

Text Font Color

.myTextColor { color: #F1A7C5; }

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

This text font color is #F1A7C5.


Background Color

.myBgColor { background-color: #F1A7C5; }

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

This div background color is #F1A7C5.


Border color

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

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

This div border color is #F1A7C5.


Opacity

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

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

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

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

This text has shadow with #F1A7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A7C5 on black background.


Color preview on white background

This text has color #F1A7C5 on white background.



Black color preview on #F1A7C5 background

This text has black color on #F1A7C5 background.


White color preview on #F1A7C5 background

This text has white color on #F1A7C5 background.