COLOR #F1A8C9

HEX: #F1A8C9 RGB: (241,168,201)

Color info

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

RGB color model

#F1A8C9 color RGB value is (241,168,201).

RGB: (241,168,201) (95%, 66%, 79%)

RGB channels and saturation

R 241 of 255 = 95%
G 168 of 255 = 66%
B 201 of 255 = 79%

241
168
201

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

Portions of RGB colors in percentages

R + G + B = 241 + 168 + 201 = 610 (100%)
R 241 of 610 ~ 39.51%
G 168 of 610 ~ 27.54%
B 201 of 610 ~ 32.95'%

%39.51
%27.54
%32.95

CMYK color model

#F1A8C9 color CMYK value is (0,30,17,5).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 16.60%
  • key color value is 5.49%

CMYK: (0,30,17,5)
C0M30Y17K5 (0%, 30%, 17%, 5%)
(0.00 / 0.30 / 0.17 / 0.05)

CMYK percentages

%0
%30.29
%16.6
%5.49

Codes

Color #F1A8C9 in popluar color models

F1 A8 C9
RGB 241 168 201
HSL 333° 72.28% 80.20%
HSB/HSV 333° 30.29% 94.51%
CMYK 0.00% 30.29% 16.60%
5.49%

Color #F1A8C9 in popluar number systems.

HEX F1 A8 C9
Decimal 241 168 201
Binary 11110001 10101000 11001001
Octal 361 250 311

Shades and tints

Shades of #F1A8C9

#F1A8C9
(241,168,201)
#DC99B7
(220,153,183)
#C78AA5
(199,138,165)
#B27B93
(178,123,147)
#9D6C81
(157,108,129)
#885D6F
(136,93,111)
#734E5D
(115,78,93)
#5E3F4B
(94,63,75)
#493039
(73,48,57)
#342127
(52,33,39)
#1F1215
(31,18,21)
#000000
(0,0,0)

Tints of #F1A8C9

#F1A8C9
(241,168,201)
#F2AFCD
(242,175,205)
#F3B6D1
(243,182,209)
#F4BDD5
(244,189,213)
#F5C4D9
(245,196,217)
#F6CBDD
(246,203,221)
#F7D2E1
(247,210,225)
#F8D9E5
(248,217,229)
#F9E0E9
(249,224,233)
#FAE7ED
(250,231,237)
#FBEEF1
(251,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A8C9 color. Also use rgb(241,168,201) instead hex code.

Text Font Color

.myTextColor { color: #F1A8C9; }

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

This text font color is #F1A8C9.

Background Color

.myBgColor { background-color: #F1A8C9; }

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

This div background color is #F1A8C9.

Border color

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

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

This div border color is #F1A8C9.

Opacity

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

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

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

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

This text has shadow with #F1A8C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1A8C9.

Preview

Color preview on black background

This text has color #F1A8C9 on black background.


Color preview on white background

This text has color #F1A8C9 on white background.


Black color preview on #F1A8C9 background

This text has black color on #F1A8C9 background.


White color preview on #F1A8C9 background

This text has white color on #F1A8C9 background.


Related colors

Complementary color

Complementary color for #hex is #0E5736.


I love getcolorcode.com

Triadic colors

1 #C9F1A8 and #A8C9F1 with #F1A8C9 are triadic colors.

2 #C9A8F1 and #A8F1C9 with #F1A8C9 are triadic colors.